Have zuul enqueue changes when approved
If a change had a -1 verified vote on it from jenkins zuul would not enqueue that change for check or gate testing when that change was approved. Zuul should enqueue the change for check testing then move it to the gate pipeline if a verified +1 comes back from check. Change-Id: Icdcc4878a8289a2088c85afdfc72c56d4fd3a55a
This commit is contained in:
parent
a078da3b2f
commit
98b169f600
@ -27,6 +27,12 @@ pipelines:
|
||||
require-approval:
|
||||
- approved: 1
|
||||
- username: jenkins
|
||||
- event: comment-added
|
||||
require-approval:
|
||||
- verified: -1
|
||||
username: jenkins
|
||||
approval:
|
||||
- approved: 1
|
||||
- event: comment-added
|
||||
require-approval:
|
||||
- verified: -2
|
||||
|
Loading…
x
Reference in New Issue
Block a user