Add 'Review-Priority' for Kolla repos

Following the work done for Designate with
Id7b4c6b219899fa7ed86554257264af7efe20408, this adds a Review-Priority
label for Kolla projects to allow easier priority dashboard creation and a
cleaner way to do procedural blocking during freezes.

Change-Id: I03b71534173899b2c22987f199d1753472842a12
This commit is contained in:
confi-surya 2018-12-21 11:50:56 +05:30
parent 265e73e62f
commit 2a4997044c
3 changed files with 39 additions and 0 deletions

View File

@ -1,8 +1,21 @@
[access "refs/heads/*"]
abandon = group kolla-ansible-core
label-Code-Review = -2..+2 group kolla-ansible-core
label-Review-Priority = -1..+2 group kolla-ansible-core
label-Workflow = -1..+1 group kolla-ansible-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

View File

@ -1,8 +1,21 @@
[access "refs/heads/*"]
abandon = group kolla-cli-core
label-Code-Review = -2..+2 group kolla-cli-core
label-Review-Priority = -1..+2 group kolla-cli-core
label-Workflow = -1..+1 group kolla-cli-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

View File

@ -1,8 +1,21 @@
[access "refs/heads/*"]
abandon = group kolla-core
label-Code-Review = -2..+2 group kolla-core
label-Review-Priority = -1..+2 group kolla-core
label-Workflow = -1..+1 group kolla-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