Add tripleo-ci-shared-core group
Adds new group tripleo-ci-shared-core group which will include tripleo-core and be used to grant access to other collaborators to specific list of repositories which contain shared code. Once the new group is created, I will add tripleo-core as a subgroup and the members from the retired openstack-tempest-skiplist group. The purpose of this group is to ease ACL maintenance by re-using it among several similar projects. Change-Id: I52de44bca33d8faea10fa403e53959a194ff2889
This commit is contained in:
parent
d30035b433
commit
b84932a27b
gerrit
@ -1,11 +0,0 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group openstack-tempest-skiplist-core
|
||||
label-Code-Review = -2..+2 group openstack-tempest-skiplist-core
|
||||
label-Workflow = -1..+1 group openstack-tempest-skiplist-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
12
gerrit/acls/openstack/tripleo-ci-shared-core.config
Normal file
12
gerrit/acls/openstack/tripleo-ci-shared-core.config
Normal file
@ -0,0 +1,12 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group tripleo-ci-shared-core
|
||||
label-Code-Review = -2..+2 group tripleo-ci-shared-core
|
||||
label-Verified = -1..+1 group tripleo-ci
|
||||
label-Workflow = -1..+1 group tripleo-ci-shared-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -861,7 +861,7 @@
|
||||
- tripleo
|
||||
- project: openstack/ansible-role-collect-logs
|
||||
description: An Ansible role for aggregating logs from different nodes.
|
||||
acl-config: /home/gerrit2/acls/openstack/tripleo.config
|
||||
acl-config: /home/gerrit2/acls/openstack/tripleo-ci-shared-core.config
|
||||
groups:
|
||||
- tripleo
|
||||
- project: openstack/ansible-role-container-registry
|
||||
@ -4174,6 +4174,7 @@
|
||||
- project: openstack/openstack-tempest-skiplist
|
||||
description: A collection of tempest skipped tests shared across OpenStack projects.
|
||||
use-storyboard: true
|
||||
acl-config: /home/gerrit2/acls/openstack/tripleo-ci-shared-core.config
|
||||
- project: openstack/openstack-ux
|
||||
description: OpenStack User Experience Repository
|
||||
- project: openstack/openstack-virtual-baremetal
|
||||
|
Loading…
x
Reference in New Issue
Block a user