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:
Sean Mooney 2024-11-29 14:43:18 +00:00
parent 04d6e0c877
commit 2f5374c73f
2 changed files with 24 additions and 0 deletions

View File

@ -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

View File

@ -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