update watcher repos to use -release group for stable branch
Watcher has had watcher-release and watcher-dashboard-release for a long time but they have not been correctly configured in the gerrit ACLs. This change updates the relevent acl config to allow watcher-release member to merge patches on stable branches for watcher and python-watcherclint, and watcher-dashboard-release to manage the watcher-dashboard stable branches. The stable-maint-core group is a member of both -release groups and will inherit review rights as a result of this change. The watcher tempest and spec configs are not updated as they are not branched. Change-Id: I3f5e4b9d148ec01a6603458a8e9abba2c2e57152
This commit is contained in:
parent
04d6e0c877
commit
2f5374c73f
@ -6,6 +6,18 @@
|
||||
label-Code-Review = -2..+2 group watcher-dashboard-core
|
||||
label-Workflow = -1..+1 group watcher-dashboard-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
abandon = group Change Owner
|
||||
abandon = group Project Bootstrappers
|
||||
abandon = group watcher-dashboard-release
|
||||
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
||||
label-Code-Review = -2..+2 group Project Bootstrappers
|
||||
label-Code-Review = -2..+2 group watcher-dashboard-release
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+0 group Change Owner
|
||||
label-Workflow = -1..+1 group Project Bootstrappers
|
||||
label-Workflow = -1..+1 group watcher-dashboard-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
@ -6,6 +6,18 @@
|
||||
label-Code-Review = -2..+2 group watcher-core
|
||||
label-Workflow = -1..+1 group watcher-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
abandon = group Change Owner
|
||||
abandon = group Project Bootstrappers
|
||||
abandon = group watcher-release
|
||||
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
||||
label-Code-Review = -2..+2 group Project Bootstrappers
|
||||
label-Code-Review = -2..+2 group watcher-release
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
label-Workflow = -1..+0 group Change Owner
|
||||
label-Workflow = -1..+1 group Project Bootstrappers
|
||||
label-Workflow = -1..+1 group watcher-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user