Rerun checks when an abandoned change is restored
* modules/openstack_project/files/zuul/layout-dev.yaml * modules/openstack_project/files/zuul/layout.yaml: Also trigger the check pipeine on Gerrit's change-restored event. Changes can often sit dormant in an abandoned state for months, and need a freshness check... which will of course almost always be a merge failure, but at least it's called out visibly when that happens. Change-Id: I83e27788d213607292cf40bfbf8c99edd1a971bb
This commit is contained in:
parent
0f16853ffa
commit
6c1c790245
@ -8,6 +8,7 @@ pipelines:
|
||||
trigger:
|
||||
gerrit:
|
||||
- event: patchset-created
|
||||
- event: change-restored
|
||||
- event: comment-added
|
||||
comment_filter: (?i)^\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
||||
|
||||
|
@ -10,6 +10,7 @@ pipelines:
|
||||
trigger:
|
||||
gerrit:
|
||||
- event: patchset-created
|
||||
- event: change-restored
|
||||
- event: comment-added
|
||||
comment_filter: (?i)^\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
||||
success:
|
||||
|
Loading…
x
Reference in New Issue
Block a user