jjb: liburcu: set a more reasonable timeout
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 22 Jul 2024 19:23:54 +0000 (15:23 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 22 Jul 2024 19:33:23 +0000 (15:33 -0400)
Replace the hard timeout of 90 minutes to one of 30 minutes relative to
the last console output. This is more in line with the other jobs
configuration and can be tuned further later. Also set the job to
ABORTED instead of FAILED on timeout.

Change-Id: I14b8b48b7c4e079cf4a2cfed8c9f00f7bea70e25
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/liburcu.yaml

index ee7a4279350e41b5cf5262e6bf44c2533a5bf498..27ace61eac0923847e7e32d9e6b0cd070b455356 100644 (file)
       - ansicolor: &liburcu_wrapper_ansicolor_defaults
           colormap: xterm
       - timeout: &liburcu_wrapper_timeout_defaults
-          timeout: 90
-          fail: true
-          type: absolute
+          timeout: 30
+          abort: true
+          type: no-activity
+          write-description: "<h1 style=\"color:red\">This build failed due to timeout.</h1>"
       - timestamps
       - workspace-cleanup
 
This page took 0.023224 seconds and 4 git commands to generate.