Merge "Convert Verified MaxWithBlock to submit-requirement in testing"
This commit is contained in:
commit
0b9e2ff1ae
@ -105,12 +105,15 @@
|
|||||||
|
|
||||||
cat >> project.config << EOF
|
cat >> project.config << EOF
|
||||||
[label "Verified"]
|
[label "Verified"]
|
||||||
function = MaxWithBlock
|
|
||||||
value = -2 Fails
|
value = -2 Fails
|
||||||
value = -1 Doesn't seem to work
|
value = -1 Doesn't seem to work
|
||||||
value = 0 No score
|
value = 0 No score
|
||||||
value = +1 Works for me
|
value = +1 Works for me
|
||||||
value = +2 Verified
|
value = +2 Verified
|
||||||
|
[submit-requirement "Verified"]
|
||||||
|
description = CI result votes. Maximum required to merge and is provided by the Zuul's gate queue.
|
||||||
|
submittableIf = label:Verified=MAX AND -label:Verified=MIN
|
||||||
|
canOverrideInChildProjects = false
|
||||||
[access "refs/heads/*"]
|
[access "refs/heads/*"]
|
||||||
label-Verified = -2..+2 group CI-tools
|
label-Verified = -2..+2 group CI-tools
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user