Neutron: add review priority to ovn-bgp-agent and ovsdbapp

Change-Id: I4971690bcf4db7ac56dda271153560458c07f753
This commit is contained in:
elajkat
2025-01-10 15:45:12 +01:00
committed by Lajos Katona
parent 1147a32da4
commit e8bea5b5fe
2 changed files with 28 additions and 0 deletions

View File

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

View File

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