From e53f5259a5bacbf2b697d9828e1323e874c13d95 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Thu, 4 Mar 2021 17:35:57 +0000 Subject: [PATCH] Change gerrit ACLs for glance-tempest-plugin Currently the glance-tempest-plugin repo uses the glance ACLs. Change it to use its own ACL config file governed by a specific 'glance-tempest-plugin-core' gerrit group. The glance-core group will be added to this as an included group. This will give us the option to add cores to glance-tempest-plugin who aren't also in glance-core, but have knowledge of both glance as well as tempest. Change-Id: I81b0e9eee9579a18834eff51fbe2c367f71c0763 --- .../openstack/glance-tempest-plugin.config | 24 +++++++++++++++++++ gerrit/projects.yaml | 1 - 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 gerrit/acls/openstack/glance-tempest-plugin.config diff --git a/gerrit/acls/openstack/glance-tempest-plugin.config b/gerrit/acls/openstack/glance-tempest-plugin.config new file mode 100644 index 0000000000..d8cd99c445 --- /dev/null +++ b/gerrit/acls/openstack/glance-tempest-plugin.config @@ -0,0 +1,24 @@ +[access "refs/heads/*"] +abandon = group glance-tempest-plugin-core +label-Code-Review = -2..+2 group glance-tempest-plugin-core +label-Review-Priority = -1..+2 group glance-tempest-plugin-core +label-Workflow = -1..+1 group glance-tempest-plugin-core + +[label "Review-Priority"] +copyAllScoresIfNoCodeChange = true +copyAllScoresOnTrivialRebase = true +copyMaxScore = true +copyMinScore = true +defaultValue = 0 +function = AnyWithBlock +value = -1 Branch Freeze +value = 0 No Priority +value = +1 Important Change +value = +2 Gate Blocker Fix / Urgent Change + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index b458989ad9..0d91e59a61 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -3159,7 +3159,6 @@ description: Tempest plugin for Glance project. groups: - glance - acl-config: /home/gerrit2/acls/openstack/glance.config - project: openstack/glance_store description: Glance stores library groups: