From 5111b88fdb2a2d52378dc1886fae31bb804fa5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Mon, 3 Feb 2020 21:22:09 +0100 Subject: [PATCH] Add "Review-Priority" gerrit label to devstack This is to align devstack with many other OpenStack projects. Adapted to devstack (no -1 for branch freeze nor +1 for a regular important change). Change-Id: I64fc41d9caaef6cb3fc06df0a5f712d7e2940063 --- gerrit/acls/openstack/devstack.config | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gerrit/acls/openstack/devstack.config b/gerrit/acls/openstack/devstack.config index 5aa974bfef..a0131f770a 100644 --- a/gerrit/acls/openstack/devstack.config +++ b/gerrit/acls/openstack/devstack.config @@ -1,9 +1,20 @@ [access "refs/heads/*"] abandon = group devstack-core label-Code-Review = -2..+2 group devstack-core +label-Review-Priority = 0,+2 group devstack-core label-Verified = -1..+1 group devstack-ci label-Workflow = -1..+1 group devstack-core +[label "Review-Priority"] +copyAllScoresIfNoCodeChange = true +copyAllScoresOnTrivialRebase = true +copyMaxScore = true +copyMinScore = true +defaultValue = 0 +function = AnyWithBlock +value = 0 No Priority +value = +2 Gate Blocker Fix / Urgent Change + [receive] requireChangeId = true requireContributorAgreement = true