Merge "Create 'Backport-Candidate' for Octavia repos"
This commit is contained in:
commit
ad3d06c920
gerrit/acls/openstack
tools
@ -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…
x
Reference in New Issue
Block a user