Merge "update comment filter for gerrit 2.8"
This commit is contained in:
commit
7efad89609
@ -12,7 +12,7 @@ pipelines:
|
|||||||
- event: patchset-created
|
- event: patchset-created
|
||||||
- event: change-restored
|
- event: change-restored
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:\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
|
||||||
@ -23,7 +23,7 @@ pipelines:
|
|||||||
- username: jenkins
|
- username: jenkins
|
||||||
older-than: 24h
|
older-than: 24h
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^\s*reverify( (?:bug|lp)[\s#:]*(\d+))\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*reverify( (?:bug|lp)[\s#:]*(\d+))\s*$
|
||||||
require-approval:
|
require-approval:
|
||||||
- approved: 1
|
- approved: 1
|
||||||
- username: jenkins
|
- username: jenkins
|
||||||
@ -131,7 +131,7 @@ pipelines:
|
|||||||
gerrit:
|
gerrit:
|
||||||
- event: patchset-created
|
- event: patchset-created
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:\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.
|
||||||
@ -140,7 +140,7 @@ pipelines:
|
|||||||
trigger:
|
trigger:
|
||||||
gerrit:
|
gerrit:
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^\s*check experimental\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*check experimental\s*$
|
||||||
success:
|
success:
|
||||||
gerrit:
|
gerrit:
|
||||||
force-message: true
|
force-message: true
|
||||||
@ -200,7 +200,7 @@ pipelines:
|
|||||||
- event: patchset-created
|
- event: patchset-created
|
||||||
- event: change-restored
|
- event: change-restored
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
||||||
success:
|
success:
|
||||||
gerrit:
|
gerrit:
|
||||||
force-message: true
|
force-message: true
|
||||||
@ -218,7 +218,7 @@ pipelines:
|
|||||||
trigger:
|
trigger:
|
||||||
gerrit:
|
gerrit:
|
||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^\s*check experimental\s*$
|
comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*check experimental\s*$
|
||||||
success:
|
success:
|
||||||
gerrit:
|
gerrit:
|
||||||
force-message: true
|
force-message: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user