From 1209c2d10b8b9e2f9571422ab7a9e82b07ac726b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Wed, 17 Jan 2024 17:22:33 +0100 Subject: [PATCH] Add puppet-ceph-release right for special stable branch handling puppet-ceph has independent relase model with special stable branches, and now the team wants to clean up old stable branches [1]. To allow them to do this housekeeping, this patch adds tagging and branch deletion rights to puppet-ceph-release group. (note that the group does not exist yet, so it needs to be populated with team members) [1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/message/YIM2NE7YCJWHJ5EI7LDCPHZVW4KJBXAE/ Change-Id: I4501d0bc3b3908728eeb825c01be2f50b0d7d476 --- gerrit/acls/openstack/puppet-ceph.config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gerrit/acls/openstack/puppet-ceph.config b/gerrit/acls/openstack/puppet-ceph.config index 319a3db687..aac01e772c 100644 --- a/gerrit/acls/openstack/puppet-ceph.config +++ b/gerrit/acls/openstack/puppet-ceph.config @@ -7,6 +7,12 @@ label-Verified = -1..+1 group puppet-ceph-ci label-Workflow = -1..+1 group puppet-ceph-core +[access "refs/heads/stable/*"] + delete = group puppet-ceph-release + +[access "refs/tags/*"] + createSignedTag = group puppet-ceph-release + [receive] requireChangeId = true requireContributorAgreement = false