Allow Octavia cores to toggle WIP state

WIP state in Gerrit is tricky and has side effects a lot of new
contributors might not expect it to completely remove their patch
from the dashboards. In those cases; it's nice for a core to be
able to toggle the wip state.

Change-Id: I5ed45854166e6a56be49034fc142b6c015fe6745
This commit is contained in:
Michael Johnson 2022-11-07 20:55:07 +00:00
parent e15b9cae77
commit 214e1bb449
5 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@ label-Backport-Candidate = -1..+1 group Registered Users
label-Code-Review = -2..+2 group octavia-dashboard-core
label-Verified = -1..+1 group octavia-ci
label-Workflow = -1..+1 group octavia-dashboard-core
toggleWipState = group octavia-dashboard-core
[access "refs/heads/stable/*"]
abandon = group Change Owner

View File

@ -8,6 +8,7 @@ label-Backport-Candidate = -1..+1 group Registered Users
label-Code-Review = -2..+2 group octavia-lib-core
label-Verified = -1..+1 group octavia-ci
label-Workflow = -1..+1 group octavia-lib-core
toggleWipState = group octavia-lib-core
[access "refs/heads/stable/*"]
abandon = group Change Owner

View File

@ -6,6 +6,7 @@ abandon = group octavia-tempest-core
label-Code-Review = -2..+2 group octavia-tempest-core
label-Verified = -1..+1 group octavia-ci
label-Workflow = -1..+1 group octavia-tempest-core
toggleWipState = group octavia-tempest-core
[receive]
requireChangeId = true

View File

@ -11,6 +11,7 @@ label-Backport-Candidate = -1..+1 group Registered Users
label-Code-Review = -2..+2 group octavia-core
label-Verified = -1..+1 group octavia-ci
label-Workflow = -1..+1 group octavia-core
toggleWipState = group octavia-core
[access "refs/heads/stable/*"]
abandon = group Change Owner

View File

@ -8,6 +8,7 @@ label-Backport-Candidate = -1..+1 group Registered Users
label-Code-Review = -2..+2 group octavia-client-core
label-Verified = -1..+1 group octavia-ci
label-Workflow = -1..+1 group octavia-client-core
toggleWipState = group octavia-client-core
[access "refs/heads/stable/*"]
abandon = group Change Owner