From: Jonathan Rajotte Date: Thu, 25 Feb 2021 15:28:59 +0000 (-0500) Subject: jjb: tools: mark build as aborted on timeout. X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=3b9bb48d192c642d57f678220c236ede3814ddb1;p=lttng-ci.git 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 --- 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