unblock downstream by not erroring out during tests stages,
rather report via the junit result so that if a test fails it will mark the job as yellow(test failed) and not red(automation failed) Change-Id: I886a16f9d4df25384262fe111b15166ac7ba367e
This commit is contained in:
parent
16c32e366b
commit
07df1a161b
@ -1,6 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Run Tobiko Tests
|
||||
ignore_errors: True
|
||||
shell:
|
||||
chdir: "{{ test.dir }}"
|
||||
cmd: |
|
||||
|
Loading…
Reference in New Issue
Block a user