From 845a3d9724c1ba60971772bec13d94fa20c6f83a Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Wed, 25 Mar 2020 15:16:27 -0600 Subject: [PATCH] add review-priority for tripleo-ci add review priority as an experiment for the rest of tripleo before changing all of the tripleo repos. Change-Id: I2ce1c12dbb57e5e0fc366856009396a55ecf5468 --- gerrit/acls/openstack/tripleo-ci.config | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gerrit/acls/openstack/tripleo-ci.config b/gerrit/acls/openstack/tripleo-ci.config index 2b2c5fdbd8..ffbb3776ef 100644 --- a/gerrit/acls/openstack/tripleo-ci.config +++ b/gerrit/acls/openstack/tripleo-ci.config @@ -1,9 +1,22 @@ [access "refs/heads/*"] abandon = group tripleo-ci-core label-Code-Review = -2..+2 group tripleo-ci-core +label-Review-Priority = -1..+2 group tripleo-ci-core label-Verified = -1..+1 group tripleo-ci label-Workflow = -1..+1 group tripleo-ci-core +[label "Review-Priority"] +copyAllScoresIfNoCodeChange = true +copyAllScoresOnTrivialRebase = true +copyMaxScore = true +copyMinScore = true +defaultValue = 0 +function = AnyWithBlock +value = -1 Branch Freeze +value = 0 No Priority +value = +1 Important Change +value = +2 Gate Blocker Fix / Urgent Change + [receive] requireChangeId = true requireContributorAgreement = true