Document 'post' job names

Some may consider it confusing that most jobs on zuul.openstack.org are
named after their review numbers, but `post` jobs aren't.  This change
adds words to the description of the post queue indicating that jobs are
named after the abbreviated version of the commit hash of the merge.

Change-Id: I8a304b302d13468f6cbb73edadf60c6667ec32e3
This commit is contained in:
Eric Fried 2018-02-12 15:30:24 -06:00 committed by Andreas Jaeger
parent 8503459d7b
commit 148074807c
1 changed files with 4 additions and 1 deletions

View File

@ -101,7 +101,10 @@
- pipeline:
name: post
description: This pipeline runs jobs that operate after each change is merged.
description: |
This pipeline runs jobs that operate after each change is
merged. Queue items are identified by the abbreviated hash (git
log --format=%h) of the merge commit.
manager: independent
precedence: low
post-review: True