From b0e57d7de92f7b992abd74a6647c167dfda9c2a4 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 22 Jul 2024 15:23:54 -0400 Subject: [PATCH] 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 --- jobs/liburcu.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.34.1