update git trigger to match new workflow label on review-dev
review-dev has a new label called 'workflow' that combines approved and wip labels. Updating the trigger for gate pipeline to match. The gerrit workflow label is defined as: [label "Workflow"] function = MaxWithBlock copyMinScore = false copyAllScoresOnTrivialRebase = false copyAllScoresIfNoCodeChange = false value = -1 Work in progress value = 0 Ready for reviews value = +1 Approved Change-Id: Ieb7e2dde49cd64f2aa3dbf939c391492d73ed886
This commit is contained in:
parent
2d81f1490d
commit
e92c197ae1
@ -29,7 +29,7 @@ pipelines:
|
||||
gerrit:
|
||||
- event: comment-added
|
||||
approval:
|
||||
- approved: 1
|
||||
- workflow: 1
|
||||
- event: comment-added
|
||||
comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*reverify( (?:bug|lp)[\s#:]*(\d+))\s*$
|
||||
start:
|
||||
|
Loading…
x
Reference in New Issue
Block a user