From 3b9bb48d192c642d57f678220c236ede3814ddb1 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 25 Feb 2021 10:28:59 -0500 Subject: [PATCH] jjb: tools: mark build as aborted on timeout. This can help identify the cause of the "failure" between test failure and timeout abort. It also facilitate the classification of post-build action. Signed-off-by: Jonathan Rajotte --- jobs/lttng-tools.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 8260af6..0248868 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -53,7 +53,7 @@ - ansicolor - timeout: timeout: 30 - fail: true + abort: true type: no-activity - timestamps - workspace-cleanup: @@ -685,7 +685,7 @@ - ansicolor - timeout: timeout: 45 - fail: true + abort: true type: no-activity - timestamps - workspace-cleanup: @@ -715,7 +715,7 @@ - ansicolor - timeout: timeout: 10 - fail: true + abort: true type: no-activity - timestamps -- 2.34.1