From f4c6916649688c0e443db653260339d417ad9c32 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Tue, 17 Sep 2019 12:57:43 +0200 Subject: [PATCH] Enable Review-Priority flag for Blazar Change-Id: Ia56c71b50a7f76d1dc9984a6f8234752e99cf03c --- gerrit/acls/openstack/blazar.config | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gerrit/acls/openstack/blazar.config b/gerrit/acls/openstack/blazar.config index 382f50ee37..260d38299a 100644 --- a/gerrit/acls/openstack/blazar.config +++ b/gerrit/acls/openstack/blazar.config @@ -1,8 +1,21 @@ [access "refs/heads/*"] abandon = group blazar-core label-Code-Review = -2..+2 group blazar-core +label-Review-Priority = -1..+2 group blazar-core label-Workflow = -1..+1 group blazar-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