Create 'Backport-Candidate' for Octavia repos
The Octavia team would like to enabled passive voting on patches for backport candidates. This means that backport candidate votes will not block a patch from merging, but will allow the team to better track patches that should be backported. Change-Id: Ib75714649848538e9fed171abd0b11f6fbc55503
This commit is contained in:
parent
159f7cd985
commit
c49fb365ff
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group octavia-dashboard-core
|
||||
label-Backport-Candidate = -2..+2 group octavia-dashboard-core
|
||||
label-Code-Review = -2..+2 group octavia-dashboard-core
|
||||
label-Verified = -1..+1 group octavia-ci
|
||||
label-Workflow = -1..+1 group octavia-dashboard-core
|
||||
@ -19,6 +20,17 @@ label-Workflow = -1..+1 group Project Bootstrappers
|
||||
label-Workflow = -1..+1 group octavia-stable-maint
|
||||
label-Workflow = -1..+1 group stable-maint-core
|
||||
|
||||
[label "Backport-Candidate"]
|
||||
copyAllScoresIfNoCodeChange = true
|
||||
copyAllScoresOnTrivialRebase = true
|
||||
defaultValue = 0
|
||||
function = NoBlock
|
||||
value = -2 Do Not Backport
|
||||
value = -1 Not A Backport Candidate
|
||||
value = 0 Backport Review Needed
|
||||
value = +1 Proposed Backport
|
||||
value = +2 Should Backport
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group octavia-lib-core
|
||||
label-Backport-Candidate = -2..+2 group octavia-lib-core
|
||||
label-Code-Review = -2..+2 group octavia-lib-core
|
||||
label-Verified = -1..+1 group octavia-ci
|
||||
label-Workflow = -1..+1 group octavia-lib-core
|
||||
@ -19,6 +20,17 @@ label-Workflow = -1..+1 group Project Bootstrappers
|
||||
label-Workflow = -1..+1 group octavia-stable-maint
|
||||
label-Workflow = -1..+1 group stable-maint-core
|
||||
|
||||
[label "Backport-Candidate"]
|
||||
copyAllScoresIfNoCodeChange = true
|
||||
copyAllScoresOnTrivialRebase = true
|
||||
defaultValue = 0
|
||||
function = NoBlock
|
||||
value = -2 Do Not Backport
|
||||
value = -1 Not A Backport Candidate
|
||||
value = 0 Backport Review Needed
|
||||
value = +1 Proposed Backport
|
||||
value = +2 Should Backport
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
@ -3,6 +3,7 @@ pushMerge = group octavia-release
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group octavia-core
|
||||
label-Backport-Candidate = -2..+2 group octavia-core
|
||||
label-Code-Review = -2..+2 group octavia-core
|
||||
label-Verified = -1..+1 group octavia-ci
|
||||
label-Workflow = -1..+1 group octavia-core
|
||||
@ -22,6 +23,17 @@ label-Workflow = -1..+1 group Project Bootstrappers
|
||||
label-Workflow = -1..+1 group octavia-stable-maint
|
||||
label-Workflow = -1..+1 group stable-maint-core
|
||||
|
||||
[label "Backport-Candidate"]
|
||||
copyAllScoresIfNoCodeChange = true
|
||||
copyAllScoresOnTrivialRebase = true
|
||||
defaultValue = 0
|
||||
function = NoBlock
|
||||
value = -2 Do Not Backport
|
||||
value = -1 Not A Backport Candidate
|
||||
value = 0 Backport Review Needed
|
||||
value = +1 Proposed Backport
|
||||
value = +2 Should Backport
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
@ -1,5 +1,6 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group octavia-client-core
|
||||
label-Backport-Candidate = -2..+2 group octavia-client-core
|
||||
label-Code-Review = -2..+2 group octavia-client-core
|
||||
label-Verified = -1..+1 group octavia-ci
|
||||
label-Workflow = -1..+1 group octavia-client-core
|
||||
@ -19,6 +20,17 @@ label-Workflow = -1..+1 group Project Bootstrappers
|
||||
label-Workflow = -1..+1 group octavia-stable-maint
|
||||
label-Workflow = -1..+1 group stable-maint-core
|
||||
|
||||
[label "Backport-Candidate"]
|
||||
copyAllScoresIfNoCodeChange = true
|
||||
copyAllScoresOnTrivialRebase = true
|
||||
defaultValue = 0
|
||||
function = NoBlock
|
||||
value = -2 Do Not Backport
|
||||
value = -1 Not A Backport Candidate
|
||||
value = 0 Backport Review Needed
|
||||
value = +1 Proposed Backport
|
||||
value = +2 Should Backport
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
@ -68,6 +68,7 @@ valid_keys = {'abandon',
|
||||
'forgeAuthor',
|
||||
'forgeCommitter',
|
||||
'function',
|
||||
'label-Backport-Candidate',
|
||||
'label-Code-Review',
|
||||
'label-Review-Priority',
|
||||
'label-Rollcall-Vote',
|
||||
|
Loading…
Reference in New Issue
Block a user