Use supercedent manager in post
Update the post (and promote) pipelines to use the supercedent pipeline manager. This will cause only the latest versions of artifacts to be published, rather than having multiple jobs racing. https://zuul-ci.org/docs/zuul/user/config.html#value-pipeline.manager.supercedent Change-Id: I2db1024b67d40ea3203f3636a61fe2ae7e09ff46
This commit is contained in:
parent
f24fbce5e4
commit
1d752622f1
@ -105,7 +105,7 @@
|
||||
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
|
||||
manager: supercedent
|
||||
precedence: low
|
||||
post-review: True
|
||||
trigger:
|
||||
@ -123,7 +123,7 @@
|
||||
This pipeline runs jobs that operate after each change is merged
|
||||
in order to promote artifacts generated in the gate
|
||||
pipeline.
|
||||
manager: independent
|
||||
manager: supercedent
|
||||
precedence: low
|
||||
post-review: True
|
||||
trigger:
|
||||
|
Loading…
Reference in New Issue
Block a user