From 2357b1cc47f435f15efdf12f80e3bb5c88353493 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 6 Jun 2018 14:17:03 +0200 Subject: [PATCH] Remove direct tagging/branching for QA repos 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. As a result of this process, nobody needs to push tags directly or create branches directly. There were a number of old QA deliverables with stale ACLs, let's fix them. Change-Id: I5a098095d87945517fb066a9aa125a481a96118a --- gerrit/acls/openstack-dev/bashate.config | 3 --- gerrit/acls/openstack/eslint-config-openstack.config | 4 ---- gerrit/acls/openstack/karma-subunit-reporter.config | 4 ---- 3 files changed, 11 deletions(-) diff --git a/gerrit/acls/openstack-dev/bashate.config b/gerrit/acls/openstack-dev/bashate.config index 55a6db4054..6e0d28bea7 100644 --- a/gerrit/acls/openstack-dev/bashate.config +++ b/gerrit/acls/openstack-dev/bashate.config @@ -3,9 +3,6 @@ abandon = group bashate-core label-Code-Review = -2..+2 group bashate-core label-Workflow = -1..+1 group bashate-core -[access "refs/tags/*"] -pushSignedTag = group bashate-core - [receive] requireChangeId = true requireContributorAgreement = true diff --git a/gerrit/acls/openstack/eslint-config-openstack.config b/gerrit/acls/openstack/eslint-config-openstack.config index 7ca40929ac..6d4334b5c0 100644 --- a/gerrit/acls/openstack/eslint-config-openstack.config +++ b/gerrit/acls/openstack/eslint-config-openstack.config @@ -1,12 +1,8 @@ [access "refs/heads/*"] abandon = group eslint-config-openstack-core -create = group eslint-config-openstack-release label-Code-Review = -2..+2 group eslint-config-openstack-core label-Workflow = -1..+1 group eslint-config-openstack-core -[access "refs/tags/*"] -pushSignedTag = group eslint-config-openstack-release - [receive] requireChangeId = true requireContributorAgreement = true diff --git a/gerrit/acls/openstack/karma-subunit-reporter.config b/gerrit/acls/openstack/karma-subunit-reporter.config index c0c3004f40..d47811a3ff 100644 --- a/gerrit/acls/openstack/karma-subunit-reporter.config +++ b/gerrit/acls/openstack/karma-subunit-reporter.config @@ -1,12 +1,8 @@ [access "refs/heads/*"] abandon = group karma-subunit-reporter-core -create = group karma-subunit-reporter-release label-Code-Review = -2..+2 group karma-subunit-reporter-core label-Workflow = -1..+1 group karma-subunit-reporter-core -[access "refs/tags/*"] -pushSignedTag = group karma-subunit-reporter-release - [receive] requireChangeId = true requireContributorAgreement = true