Skip to content

Commit

Permalink
[ci] Update the test playbooks to ignore errors in tests (#178)
Browse files Browse the repository at this point in the history
The tests should be run with ignore_errors: true in order to run all the tests.
Without this, the tests will only run until the first failing test.
This change is inline with the way the other test roles are included
  • Loading branch information
elfiesmelfie authored Dec 2, 2024
1 parent 28a8b74 commit 02cb479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/run_autoscaling_osp18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
- name: "Run Telemetry Autoscaling tests"
ansible.builtin.import_role:
name: telemetry_autoscaling
ignore_errors: true

always:
- name: Revert the version update
Expand Down
1 change: 1 addition & 0 deletions ci/run_verify_metrics_osp18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
- name: "Run Telemetry Verify Metrics tests"
ansible.builtin.import_role:
name: telemetry_verify_metrics
ignore_errors: true

0 comments on commit 02cb479

Please sign in to comment.