Remove Rally tagging ACL

The release process for official OpenStack components now uses
release requests using changes proposed to the openstack/releases
git repository. This allows peer review of release requests,
including version numbers, and run a series of checks to make
sure the release is likely to be successful once the tag is
pushed. The same process supports the creation of additional repo
branches as well. This all ensures that releases are reported
correctly on the releases.openstack.org website.

Rally is an official governed project and should be doing
all releases through the official release process. This
removes the ACL rights for the team to push their own tags.

Change-Id: I1f22fb731253059c20edd126fe0e7ac21666b40a
This commit is contained in:
Sean McGinnis 2018-06-13 09:35:28 -05:00
parent 3da69d9671
commit 0349052a60
2 changed files with 0 additions and 8 deletions

View File

@ -1,13 +1,9 @@
[access "refs/heads/*"]
abandon = group rally-openstack-core
create = group rally-openstack-core
label-Code-Review = -2..+2 group rally-openstack-core
label-Verified = -1..+1 group rally-ci
label-Workflow = -1..+1 group rally-openstack-core
[access "refs/tags/*"]
pushSignedTag = group rally-openstack-core
[receive]
requireChangeId = true
requireContributorAgreement = true

View File

@ -1,13 +1,9 @@
[access "refs/heads/*"]
abandon = group rally-core
create = group rally-core
label-Code-Review = -2..+2 group rally-core
label-Verified = -1..+1 group rally-ci
label-Workflow = -1..+1 group rally-core
[access "refs/tags/*"]
pushSignedTag = group rally-core
[receive]
requireChangeId = true
requireContributorAgreement = true