Add 'hold-following-changes' to zuul config.
Add hold-following-changes to -merge jobs in zuul, so that changes further back in the queue don't launch jobs until at least the merge job of the job ahead of them has succeeded. Change-Id: If3c5e710adc4ad2dcdde9d5e4ddb70ff84599c4f
This commit is contained in:
parent
d91540d174
commit
dd64ef78fa
@ -50,6 +50,7 @@ queues:
|
||||
jobs:
|
||||
- name: ^.*-merge$
|
||||
failure-message: This change was unable to be automatically merged with the current state of the repository. Please rebase your change and upload a new patchset.
|
||||
hold-following-changes: true
|
||||
- name: gate-tempest-devstack-vm
|
||||
parameter-function: devstack_params
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user