From 58920c01179b2e81d863fc28faeae17c670a5fa6 Mon Sep 17 00:00:00 2001 From: vrovachev Date: Wed, 24 Aug 2016 11:51:09 +0300 Subject: [PATCH] Change ACLs for fuel-qa project Add new group to fuel-qa for stable-mu branches. It is needed because different teams works on stable and stable-mu branches, and we have different CIs for these branches. Change-Id: I9c2ad4ade6c54e81565bcf7b73fd834d163bbb4d --- gerrit/acls/openstack/fuel-qa.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gerrit/acls/openstack/fuel-qa.config b/gerrit/acls/openstack/fuel-qa.config index 424c0fc3a3..84a47a4648 100644 --- a/gerrit/acls/openstack/fuel-qa.config +++ b/gerrit/acls/openstack/fuel-qa.config @@ -6,6 +6,11 @@ label-Code-Review = -2..+2 group fuel-qa-core label-Verified = -1..+1 group fuel-ci label-Workflow = -1..+1 group fuel-qa-core +[access "refs/heads/stable-mu/*"] +abandon = group fuel-qa-mu-core +label-Code-Review = -2..+2 group fuel-qa-mu-core +label-Workflow = -1..+1 group fuel-qa-mu-core + [access "refs/tags/*"] pushSignedTag = group fuel-release