From 2d406ae17273d8069fb45e16f8fb19e3a97cc4fc Mon Sep 17 00:00:00 2001 From: Anton Lutteman Date: Wed, 5 Jun 2024 08:28:20 +0200 Subject: [PATCH] Adding start message to check and gate pipelines to allow easy access to the running job page Change-Id: I64cbeab74c3f2cb3c37e7b7894f2f961a3a29caa --- zuul.d/pipelines.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index c61ae34..b7bdcb5 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -3,6 +3,7 @@ description: | Newly uploaded patchsets enter this pipeline to receive an initial +/-1 Verified vote. + start-message: "Starting {pipeline.name} jobs: {item_url}" success-message: Build succeeded (check pipeline). failure-message: | Build failed (check pipeline). For information on how to proceed, see @@ -34,6 +35,7 @@ in order in this pipeline, and if they pass tests, will be merged. For documentation on how gating with Zuul works, please see https://zuul-ci.org/docs/zuul/latest/gating.html + start-message: "Starting {pipeline.name} jobs: {item_url}" success-message: Build succeeded (gate pipeline). failure-message: | Build failed (gate pipeline). For information on how to proceed, see