Neutron: add review priority to ovn-bgp-agent and ovsdbapp
Change-Id: I4971690bcf4db7ac56dda271153560458c07f753
This commit is contained in:
@@ -4,12 +4,26 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ovn-bgp-agent-core
|
||||
label-Code-Review = -2..+2 group ovn-bgp-agent-core
|
||||
label-Review-Priority = -1..+2 group ovn-bgp-agent-core
|
||||
label-Workflow = -1..+1 group ovn-bgp-agent-core
|
||||
toggleWipState = group ovn-bgp-agent-core
|
||||
|
||||
[label "Review-Priority"]
|
||||
copyCondition = changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE OR is:MAX OR is:MIN
|
||||
defaultValue = 0
|
||||
function = NoBlock
|
||||
value = -1 Branch Freeze
|
||||
value = 0 No Priority
|
||||
value = +1 Important Change
|
||||
value = +2 Gate Blocker Fix / Urgent Change
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
||||
|
||||
[submit-requirement "Review-Priority"]
|
||||
description = Review priority
|
||||
submittableIf = -label:Review-Priority=MIN
|
||||
|
||||
@@ -4,12 +4,26 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ovsdbapp-core
|
||||
label-Code-Review = -2..+2 group ovsdbapp-core
|
||||
label-Review-Priority = -1..+2 group ovsdbapp-core
|
||||
label-Workflow = -1..+1 group ovsdbapp-core
|
||||
toggleWipState = group ovsdbapp-core
|
||||
|
||||
[label "Review-Priority"]
|
||||
copyCondition = changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE OR is:MAX OR is:MIN
|
||||
defaultValue = 0
|
||||
function = NoBlock
|
||||
value = -1 Branch Freeze
|
||||
value = 0 No Priority
|
||||
value = +1 Important Change
|
||||
value = +2 Gate Blocker Fix / Urgent Change
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
||||
|
||||
[submit-requirement "Review-Priority"]
|
||||
description = Review priority
|
||||
submittableIf = -label:Review-Priority=MIN
|
||||
|
||||
Reference in New Issue
Block a user