From cca6cdc5e861d7f1ab2dc1f73df81afda87095a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Wed, 11 Aug 2021 17:25:56 +0000 Subject: [PATCH] Allow kolla cores to toggle kolla wipstate Considering each subteam (kolla-ansible and kayobe) as well. Thanks to Clark Boylan (clarkb) for finding the bolt. Change-Id: Ic03968dc5031eb1fd1866ce62aca3214d26106d5 --- gerrit/acls/openstack/kayobe.config | 1 + gerrit/acls/openstack/kolla-ansible.config | 1 + gerrit/acls/openstack/kolla.config | 1 + 3 files changed, 3 insertions(+) diff --git a/gerrit/acls/openstack/kayobe.config b/gerrit/acls/openstack/kayobe.config index 5626dc9679..84f671ca22 100644 --- a/gerrit/acls/openstack/kayobe.config +++ b/gerrit/acls/openstack/kayobe.config @@ -9,6 +9,7 @@ label-Backport-Candidate = -1..+1 group Registered Users label-Code-Review = -2..+2 group kayobe-core label-Review-Priority = -1..+2 group kayobe-core label-Workflow = -1..+1 group kayobe-core +toggleWipState = group kayobe-core [label "Backport-Candidate"] copyAllScoresIfNoCodeChange = true diff --git a/gerrit/acls/openstack/kolla-ansible.config b/gerrit/acls/openstack/kolla-ansible.config index 45cb6a126c..6822fe89b4 100644 --- a/gerrit/acls/openstack/kolla-ansible.config +++ b/gerrit/acls/openstack/kolla-ansible.config @@ -9,6 +9,7 @@ label-Backport-Candidate = -1..+1 group Registered Users label-Code-Review = -2..+2 group kolla-ansible-core label-Review-Priority = -1..+2 group kolla-ansible-core label-Workflow = -1..+1 group kolla-ansible-core +toggleWipState = group kolla-ansible-core [label "Backport-Candidate"] copyAllScoresIfNoCodeChange = true diff --git a/gerrit/acls/openstack/kolla.config b/gerrit/acls/openstack/kolla.config index 9354544ed9..2cc7fe780c 100644 --- a/gerrit/acls/openstack/kolla.config +++ b/gerrit/acls/openstack/kolla.config @@ -9,6 +9,7 @@ label-Backport-Candidate = -1..+1 group Registered Users label-Code-Review = -2..+2 group kolla-core label-Review-Priority = -1..+2 group kolla-core label-Workflow = -1..+1 group kolla-core +toggleWipState = group kolla-core [label "Backport-Candidate"] copyAllScoresIfNoCodeChange = true