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
This commit is contained in:
Wes Hayutin 2020-03-25 15:16:27 -06:00 committed by Sorin Sbârnea
parent f52ca2fe5f
commit 845a3d9724
1 changed files with 13 additions and 0 deletions

View File

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