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