From 0349052a6077ed57a9c1351aeebc47cefa9b6200 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 13 Jun 2018 09:35:28 -0500 Subject: [PATCH] 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 --- gerrit/acls/openstack/rally-openstack.config | 4 ---- gerrit/acls/openstack/rally.config | 4 ---- 2 files changed, 8 deletions(-) diff --git a/gerrit/acls/openstack/rally-openstack.config b/gerrit/acls/openstack/rally-openstack.config index e6ed23b70b..b6b2711723 100644 --- a/gerrit/acls/openstack/rally-openstack.config +++ b/gerrit/acls/openstack/rally-openstack.config @@ -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 diff --git a/gerrit/acls/openstack/rally.config b/gerrit/acls/openstack/rally.config index 0a48ed5283..48b9d0cddd 100644 --- a/gerrit/acls/openstack/rally.config +++ b/gerrit/acls/openstack/rally.config @@ -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