jjb: Rerun failed system test jobs by default
authorKienan Stewart <kstewart@efficios.com>
Thu, 21 Dec 2023 13:28:52 +0000 (08:28 -0500)
committerKienan Stewart <kstewart@efficios.com>
Thu, 21 Dec 2023 13:28:52 +0000 (08:28 -0500)
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 <kstewart@efficios.com>
jobs/system-tests.yaml

index 1ad67f3715bbf62b6030b1b3c08b7d2dd6fe31c6..9e9e99e94c6600c02b4f34629abced3f7904d465 100644 (file)
           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:
This page took 0.03137 seconds and 4 git commands to generate.