From f03ae4368f4085840adb642303e63e58d318bf4b Mon Sep 17 00:00:00 2001 From: Zuul CI Bot (Fabien Boucher) Date: Dec 22 2020 13:32:12 +0000 Subject: Merge #122 `Add a link to fedora wiki's article on Zuul in failure messages` --- diff --git a/zuul.d/_pipelines.yaml b/zuul.d/_pipelines.yaml index 7dc3ad4..87bdd58 100644 --- a/zuul.d/_pipelines.yaml +++ b/zuul.d/_pipelines.yaml @@ -78,6 +78,8 @@ status: 'failure' status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}" sqlreporter: + failure-message: + Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci - pipeline: name: gate @@ -86,8 +88,6 @@ in order in this pipeline, and if they pass tests, will be merged. success-message: Build succeeded (gate pipeline). - failure-message: | - Build failed (gate pipeline). manager: dependent precedence: high post-review: True @@ -197,6 +197,8 @@ status-url: "https://fedora.softwarefactory-project.io/zuul/buildset/{buildset.uuid}" comment: true sqlreporter: + failure-message: + Build failed (gate pipeline). More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci window-floor: 20 window-increase-factor: 2 @@ -257,8 +259,6 @@ in order to promote artifacts generated in the gate pipeline. success-message: Build succeeded (promote pipeline). - failure-message: | - Build failed (promote pipeline). manager: supercedent precedence: high post-review: True @@ -296,6 +296,8 @@ github.com: status: failure sqlreporter: + failure-message: + Build failed (promote pipeline). More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci - pipeline: name: periodic @@ -319,7 +321,6 @@ name: experimental description: On-demand pipeline for requesting a run against a set of jobs that are not yet gating. Leave review comment of "check experimental" to run jobs in this pipeline. success-message: Build succeeded (experimental pipeline). - failure-message: Build failed (experimental pipeline). manager: independent precedence: normal trigger: @@ -345,3 +346,5 @@ pagure.io: {} src.fedoraproject.org: {} sqlreporter: + failure-message: + Build failed (experimental pipeline). More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci