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:
James Page 2023-09-27 09:44:57 +01:00
parent 914e1e4411
commit 190fad6552
No known key found for this signature in database
GPG Key ID: BFECAECBA0E7D8C3
2 changed files with 48 additions and 1 deletions

View 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

View File

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