Merge "Broaden recheck/reverify pattern for vote matching"
This commit is contained in:
commit
55ddf8cac8
@ -15,7 +15,7 @@ pipelines:
|
|||||||
- event: patchset-created
|
- event: patchset-created
|
||||||
- event: change-restored
|
- event: change-restored
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^(Patch Set [0-9]+:)?( [\w\\-]*)?(\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
require-approval:
|
require-approval:
|
||||||
- username: jenkins
|
- username: jenkins
|
||||||
@ -26,7 +26,7 @@ pipelines:
|
|||||||
- username: jenkins
|
- username: jenkins
|
||||||
older-than: 24h
|
older-than: 24h
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^(Patch Set [0-9]+:)?( [\w\\-]*)?(\n\n)?\s*reverify( (?:bug|lp)[\s#:]*(\d+))\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*reverify( (?:bug|lp)[\s#:]*(\d+))\s*$
|
||||||
require-approval:
|
require-approval:
|
||||||
- workflow: 1
|
- workflow: 1
|
||||||
- username: jenkins
|
- username: jenkins
|
||||||
@ -137,7 +137,7 @@ pipelines:
|
|||||||
gerrit:
|
gerrit:
|
||||||
- event: patchset-created
|
- event: patchset-created
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^(Patch Set [0-9]+:)?( [\w\\-]*)?(\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
||||||
|
|
||||||
- name: experimental
|
- name: experimental
|
||||||
description: On-demand pipeline for requesting a run against a set of jobs that are not yet gating. Leave review comment of "check experimental" to run jobs in this pipeline.
|
description: On-demand pipeline for requesting a run against a set of jobs that are not yet gating. Leave review comment of "check experimental" to run jobs in this pipeline.
|
||||||
@ -146,7 +146,7 @@ pipelines:
|
|||||||
trigger:
|
trigger:
|
||||||
gerrit:
|
gerrit:
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^(Patch Set [0-9]+:)?( [\w\\-]*)?(\n\n)?\s*check experimental\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*check experimental\s*$
|
||||||
success:
|
success:
|
||||||
gerrit: {}
|
gerrit: {}
|
||||||
failure:
|
failure:
|
||||||
@ -207,7 +207,7 @@ pipelines:
|
|||||||
- event: patchset-created
|
- event: patchset-created
|
||||||
- event: change-restored
|
- event: change-restored
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^(Patch Set [0-9]+:)?( [\w\\-]*)?(\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
require-approval:
|
require-approval:
|
||||||
- username: jenkins
|
- username: jenkins
|
||||||
@ -227,7 +227,7 @@ pipelines:
|
|||||||
trigger:
|
trigger:
|
||||||
gerrit:
|
gerrit:
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^(Patch Set [0-9]+:)?( [\w\\-]*)?(\n\n)?\s*check experimental\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*check experimental\s*$
|
||||||
success:
|
success:
|
||||||
gerrit: {}
|
gerrit: {}
|
||||||
failure:
|
failure:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user