Add benchmark subteam to charms teams
We have a distinct set of contributors who we'd like to engage in the subset of charms that support benchmark testing rather than direct deployment of OpenStack. Create a new set of 'charms-benchmark' team ACL's to support this and add to charm-magpie. A second charm (woodpecker) is currently proposed for inclusion into the project and will sit under this ACL as well. Change-Id: Iff4811964a28436a77a3e487d966ccc10a5fab47
This commit is contained in:
parent
914e1e4411
commit
190fad6552
47
gerrit/acls/openstack/charm-benchmark.config
Normal file
47
gerrit/acls/openstack/charm-benchmark.config
Normal file
@ -0,0 +1,47 @@
|
||||
[access]
|
||||
inheritFrom = openstack/meta-config
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group charms-benchmark-core
|
||||
abandon = group charms-core
|
||||
create = group charms-release
|
||||
label-Backport-Candidate = -2..+2 group charms-benchmark-core
|
||||
label-Backport-Candidate = -2..+2 group charms-core
|
||||
label-Backport-Candidate = -1..+1 group Registered Users
|
||||
label-Code-Review = -2..+2 group charms-benchmark-core
|
||||
label-Code-Review = -2..+2 group charms-core
|
||||
label-Verified = -1..+1 group charms-ci
|
||||
label-Workflow = -1..+1 group charms-benchmark-core
|
||||
label-Workflow = -1..+1 group charms-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
abandon = group charms-stable-maint
|
||||
label-Backport-Candidate = -2..+2 group charms-stable-maint
|
||||
label-Code-Review = -2..+2 group charms-stable-maint
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+1 group charms-stable-maint
|
||||
|
||||
[access "refs/tags/*"]
|
||||
createSignedTag = group charms-release
|
||||
|
||||
[label "Backport-Candidate"]
|
||||
copyCondition = changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE OR is:MAX OR is:MIN
|
||||
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
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
||||
|
||||
[submit-requirement "Backport-Candidate"]
|
||||
applicableIf = is:false
|
||||
description = Backport candidate status
|
||||
submittableIf = is:true
|
@ -1813,7 +1813,7 @@
|
||||
- delay-release
|
||||
- project: openstack/charm-magpie
|
||||
description: Juju Charm - Magpie infra testing
|
||||
acl-config: /home/gerrit2/acls/openstack/charm.config
|
||||
acl-config: /home/gerrit2/acls/openstack/charm-benchmark.config
|
||||
options:
|
||||
- delay-release
|
||||
- project: openstack/charm-manila
|
||||
|
Loading…
Reference in New Issue
Block a user