From: Michael Jeanson Date: Mon, 22 Jul 2024 19:23:54 +0000 (-0400) Subject: jjb: liburcu: set a more reasonable timeout X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=b0e57d7de92f7b992abd74a6647c167dfda9c2a4;p=lttng-ci.git jjb: liburcu: set a more reasonable timeout 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 --- diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index ee7a427..27ace61 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -30,9 +30,10 @@ - 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: "

This build failed due to timeout.

" - timestamps - workspace-cleanup