jjb: tools: mark build as aborted on timeout.
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 25 Feb 2021 15:28:59 +0000 (10:28 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 25 Feb 2021 15:30:12 +0000 (10:30 -0500)
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 <jonathan.rajotte-julien@efficios.com>
jobs/lttng-tools.yaml

index 8260af6e3743cc46c2219e0f2fefbe05a730b995..0248868a4c3ef738dd08d8cbb6b502880d64094f 100644 (file)
@@ -53,7 +53,7 @@
       - ansicolor
       - timeout:
           timeout: 30
-          fail: true
+          abort: true
           type: no-activity
       - timestamps
       - workspace-cleanup:
       - ansicolor
       - timeout:
           timeout: 45
-          fail: true
+          abort: true
           type: no-activity
       - timestamps
       - workspace-cleanup:
       - ansicolor
       - timeout:
           timeout: 10
-          fail: true
+          abort: true
           type: no-activity
       - timestamps
 
This page took 0.025945 seconds and 4 git commands to generate.