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
This commit is contained in:
Clark Boylan 2018-10-10 10:01:18 -07:00
parent 6ac2c64751
commit 1610b48f34
1 changed files with 2 additions and 1 deletions

View File

@ -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