From 07df1a161bdc8d9a572e70a6d1a27d8f0e68893d Mon Sep 17 00:00:00 2001 From: pinikomarov Date: Thu, 13 Feb 2020 13:57:16 +0200 Subject: [PATCH] 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 --- roles/infrared/tasks/run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/infrared/tasks/run.yml b/roles/infrared/tasks/run.yml index 71448f199..607a60080 100644 --- a/roles/infrared/tasks/run.yml +++ b/roles/infrared/tasks/run.yml @@ -1,6 +1,7 @@ --- - name: Run Tobiko Tests + ignore_errors: True shell: chdir: "{{ test.dir }}" cmd: |