diff --git a/playbooks/zuul/bootstrap-test-review.yaml b/playbooks/zuul/bootstrap-test-review.yaml index e952a7839e..e923d3fd49 100644 --- a/playbooks/zuul/bootstrap-test-review.yaml +++ b/playbooks/zuul/bootstrap-test-review.yaml @@ -105,12 +105,15 @@ cat >> project.config << EOF [label "Verified"] - function = MaxWithBlock value = -2 Fails value = -1 Doesn't seem to work value = 0 No score value = +1 Works for me 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/*"] label-Verified = -2..+2 group CI-tools EOF