From: Kienan Stewart Date: Thu, 21 Dec 2023 13:28:52 +0000 (-0500) Subject: jjb: Rerun failed system test jobs by default X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=17de7cb4b4fc588b42c22408491224d518f95727;p=lttng-ci.git jjb: Rerun failed system test jobs by default There can be occasional temporary errors launching jobs, eg. a time-out waiting for the PXE boot, or flaky tests. Rather than stop trying to run the test after a single failure, the failed tests will be retried the next time to job is triggered. Change-Id: Id996e70d46c41cf4693d6d2a9febe7a3c557e86b Signed-off-by: Kienan Stewart --- diff --git a/jobs/system-tests.yaml b/jobs/system-tests.yaml index 1ad67f3..9e9e99e 100644 --- a/jobs/system-tests.yaml +++ b/jobs/system-tests.yaml @@ -338,7 +338,7 @@ description: 'Force the child jobs to run' - bool: name: 'FORCE_FAILED_JOB_RUN' - default: false + default: true description: 'Force the failed child jobs to run' properties: