Skip to content

Commit 02cb479

Browse files
authored
[ci] Update the test playbooks to ignore errors in tests (#178)
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
1 parent 28a8b74 commit 02cb479

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/run_autoscaling_osp18.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
- name: "Run Telemetry Autoscaling tests"
7878
ansible.builtin.import_role:
7979
name: telemetry_autoscaling
80+
ignore_errors: true
8081

8182
always:
8283
- name: Revert the version update

ci/run_verify_metrics_osp18.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@
2626
- name: "Run Telemetry Verify Metrics tests"
2727
ansible.builtin.import_role:
2828
name: telemetry_verify_metrics
29+
ignore_errors: true

0 commit comments

Comments
 (0)