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
This commit is contained in:
Radosław Piliszek 2020-02-03 21:22:09 +01:00
parent a1155eb355
commit 5111b88fdb
1 changed files with 11 additions and 0 deletions

View File

@ -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