Update Zuul layout to support multiple reporters
Change-Id: Ib3f72b45116bb5458d0dea2a891471b74be9eb2f
This commit is contained in:
parent
b563b4a514
commit
ed7b3a2f24
@ -13,8 +13,10 @@ pipelines:
|
|||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment_filter: (?i)^\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
||||||
success:
|
success:
|
||||||
|
gerrit:
|
||||||
verified: 1
|
verified: 1
|
||||||
failure:
|
failure:
|
||||||
|
gerrit:
|
||||||
verified: -1
|
verified: -1
|
||||||
|
|
||||||
- name: gate
|
- name: gate
|
||||||
@ -30,11 +32,14 @@ pipelines:
|
|||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^\s*reverify(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
comment_filter: (?i)^\s*reverify(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$
|
||||||
start:
|
start:
|
||||||
|
gerrit:
|
||||||
verified: 0
|
verified: 0
|
||||||
success:
|
success:
|
||||||
|
gerrit:
|
||||||
verified: 2
|
verified: 2
|
||||||
submit: true
|
submit: true
|
||||||
failure:
|
failure:
|
||||||
|
gerrit:
|
||||||
verified: -2
|
verified: -2
|
||||||
|
|
||||||
- name: post
|
- name: post
|
||||||
@ -82,8 +87,10 @@ pipelines:
|
|||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^\s*check experimental\s*$
|
comment_filter: (?i)^\s*check experimental\s*$
|
||||||
success:
|
success:
|
||||||
|
gerrit:
|
||||||
force-message: true
|
force-message: true
|
||||||
failure:
|
failure:
|
||||||
|
gerrit:
|
||||||
force-message: true
|
force-message: true
|
||||||
|
|
||||||
- name: periodic
|
- name: periodic
|
||||||
|
Loading…
Reference in New Issue
Block a user