From dfdc2d04a9ffc727e486285c7023940ba27b48e6 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Fri, 14 May 2021 10:41:17 -0400 Subject: [PATCH] jjb: lttng-tools: add clear job description for failed jobs due to timeout The job description is visible directly on the landing page of a job. Red and h1 is used to be clear to the dev that the jobs was failed due to timeout. Signed-off-by: Jonathan Rajotte --- jobs/lttng-tools.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 1a9488b..58164d5 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -55,6 +55,7 @@ timeout: 30 fail: true type: no-activity + write-description: "

This build failed due to timeout.

" - timestamps - workspace-cleanup: clean-if: @@ -687,6 +688,7 @@ timeout: 45 fail: true type: no-activity + write-description: "

This build failed due to timeout.

" - timestamps - workspace-cleanup: clean-if: @@ -717,6 +719,7 @@ timeout: 10 fail: true type: no-activity + write-description: "

This build failed due to timeout.

" - timestamps <<: *lttng-tools_build_axes_rootbuild -- 2.34.1