From 1610b48f343f0b61bceb4e3da2f32b797b8f912b Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 10 Oct 2018 10:01:18 -0700 Subject: [PATCH] Add link to gating docs from gate pipeline description There is confusion around why jobs that have already passed are restarted after a gate reset. There has also been some confusion around jobs not starting for inactive changes outside of the gate window. Attempt to address some of this by explicitly linking the gating docs for zuul from the gate pipeline description which will show up in the Zuul Status page UI. Change-Id: Id2451c813f5e5ea6595a3375f83ae9b49ca8dcd2 --- zuul.d/pipelines.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index 925864b7e8..76c3f3d12c 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -60,7 +60,8 @@ description: | Changes that have been approved by core reviewers are enqueued in order in this pipeline, and if they pass tests, will be - merged. + merged. For documentation on how gating with Zuul works, please see + https://zuul-ci.org/docs/zuul/user/gating.html success-message: Build succeeded (gate pipeline). failure-message: | Build failed (gate pipeline). For information on how to proceed, see