Limit client tagging to PTL groups.
Gerrit ACL files previously assigned client prerelease and release tagging responsibility to milestone groups for official OpenStack projects. This change switches that role to rely on the corresponding PTL groups instead. Change-Id: I103349d6e5ecdeefeac87a625856a54795d06a84 Reviewed-on: https://review.openstack.org/25806 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Thierry Carrez <thierry@openstack.org> Reviewed-by: matthew-wagoner <matthew.wagoner@hp.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
d719583ea0
commit
91f4f5b5b3
@ -5,8 +5,8 @@
|
||||
label-Code-Review = -2..+2 group heat-milestone
|
||||
label-Approved = +0..+1 group heat-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group heat-milestone
|
||||
pushTag = group heat-milestone
|
||||
create = group heat-ptl
|
||||
pushTag = group heat-ptl
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -5,8 +5,8 @@
|
||||
label-Code-Review = -2..+2 group ceilometer-milestone
|
||||
label-Approved = +0..+1 group ceilometer-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group ceilometer-milestone
|
||||
pushTag = group ceilometer-milestone
|
||||
create = group ceilometer-ptl
|
||||
pushTag = group ceilometer-ptl
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -5,8 +5,8 @@
|
||||
label-Code-Review = -2..+2 group cinder-milestone
|
||||
label-Approved = +0..+1 group cinder-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group cinder-milestone
|
||||
pushTag = group cinder-milestone
|
||||
create = group cinder-ptl
|
||||
pushTag = group cinder-ptl
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -5,8 +5,8 @@
|
||||
label-Code-Review = -2..+2 group glance-milestone
|
||||
label-Approved = +0..+1 group glance-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group glance-milestone
|
||||
pushTag = group glance-milestone
|
||||
create = group glance-ptl
|
||||
pushTag = group glance-ptl
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -5,8 +5,8 @@
|
||||
label-Code-Review = -2..+2 group heat-milestone
|
||||
label-Approved = +0..+1 group heat-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group heat-milestone
|
||||
pushTag = group heat-milestone
|
||||
create = group heat-ptl
|
||||
pushTag = group heat-ptl
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -7,8 +7,8 @@
|
||||
label-Code-Review = -2..+2 group keystone-milestone
|
||||
label-Approved = +0..+1 group keystone-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group keystone-milestone
|
||||
pushTag = group keystone-milestone
|
||||
create = group keystone-ptl
|
||||
pushTag = group keystone-ptl
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -5,8 +5,8 @@
|
||||
label-Code-Review = -2..+2 group nova-milestone
|
||||
label-Approved = +0..+1 group nova-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group nova-milestone
|
||||
pushTag = group nova-milestone
|
||||
create = group nova-ptl
|
||||
pushTag = group nova-ptl
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -5,8 +5,8 @@
|
||||
label-Code-Review = -2..+2 group quantum-milestone
|
||||
label-Approved = +0..+1 group quantum-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group quantum-milestone
|
||||
pushTag = group quantum-milestone
|
||||
create = group quantum-ptl
|
||||
pushTag = group quantum-ptl
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
@ -5,8 +5,8 @@
|
||||
label-Code-Review = -2..+2 group swift-milestone
|
||||
label-Approved = +0..+1 group swift-milestone
|
||||
[access "refs/tags/*"]
|
||||
create = group swift-milestone
|
||||
pushTag = group swift-milestone
|
||||
create = group swift-ptl
|
||||
pushTag = group swift-ptl
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
|
Loading…
Reference in New Issue
Block a user