From 17de7cb4b4fc588b42c22408491224d518f95727 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Thu, 21 Dec 2023 08:28:52 -0500 Subject: [PATCH] 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 --- jobs/system-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.34.1