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:
pinikomarov 2020-02-13 13:57:16 +02:00
parent 16c32e366b
commit 07df1a161b

View File

@ -1,6 +1,7 @@
---
- name: Run Tobiko Tests
ignore_errors: True
shell:
chdir: "{{ test.dir }}"
cmd: |