From fc1a2b782bec5522e7bb89c659bb7a88cda50806 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 21 Oct 2014 15:13:42 -0400 Subject: [PATCH] Add a new qa-specs-core group and use it This commit changes the core group on the qa-specs repo to be a separate group. When qa-specs started the only project it affected was tempest, however for kilo we are going to be using it for devstack and grenade too. To manage domain expertise in the separate projects we need to be able to hand tailor the core group to include the appropriate sets of people which we couldn't do if it was just using the core group from tempest. So a new group is needed to handle this. Change-Id: I3e3f0da0f2aea5903017444167c472867885a753 --- gerrit/acls/openstack/qa-specs.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gerrit/acls/openstack/qa-specs.config b/gerrit/acls/openstack/qa-specs.config index 2ac6070e50..4d792d0539 100644 --- a/gerrit/acls/openstack/qa-specs.config +++ b/gerrit/acls/openstack/qa-specs.config @@ -1,7 +1,7 @@ [access "refs/heads/*"] -abandon = group tempest-core -label-Code-Review = -2..+2 group tempest-core -label-Workflow = -1..+1 group tempest-core +abandon = group qa-specs-core +label-Code-Review = -2..+2 group qa-specs-core +label-Workflow = -1..+1 group qa-specs-core [receive] requireChangeId = true