Update Zuul layout to support multiple reporters
Change-Id: Ib3f72b45116bb5458d0dea2a891471b74be9eb2f
This commit is contained in:
parent
b563b4a514
commit
ed7b3a2f24
@ -13,9 +13,11 @@ 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:
|
||||||
verified: 1
|
gerrit:
|
||||||
|
verified: 1
|
||||||
failure:
|
failure:
|
||||||
verified: -1
|
gerrit:
|
||||||
|
verified: -1
|
||||||
|
|
||||||
- name: gate
|
- name: gate
|
||||||
description: Changes that have been approved by core developers are enqueued in order in this pipeline, and if they pass tests in Jenkins, will be merged.
|
description: Changes that have been approved by core developers are enqueued in order in this pipeline, and if they pass tests in Jenkins, will be merged.
|
||||||
@ -30,12 +32,15 @@ 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:
|
||||||
verified: 0
|
gerrit:
|
||||||
|
verified: 0
|
||||||
success:
|
success:
|
||||||
verified: 2
|
gerrit:
|
||||||
submit: true
|
verified: 2
|
||||||
|
submit: true
|
||||||
failure:
|
failure:
|
||||||
verified: -2
|
gerrit:
|
||||||
|
verified: -2
|
||||||
|
|
||||||
- name: post
|
- name: post
|
||||||
description: This pipeline runs jobs that operate after each change is merged.
|
description: This pipeline runs jobs that operate after each change is merged.
|
||||||
@ -82,9 +87,11 @@ pipelines:
|
|||||||
- event: comment-added
|
- event: comment-added
|
||||||
comment_filter: (?i)^\s*check experimental\s*$
|
comment_filter: (?i)^\s*check experimental\s*$
|
||||||
success:
|
success:
|
||||||
force-message: true
|
gerrit:
|
||||||
|
force-message: true
|
||||||
failure:
|
failure:
|
||||||
force-message: true
|
gerrit:
|
||||||
|
force-message: true
|
||||||
|
|
||||||
- name: periodic
|
- name: periodic
|
||||||
description: Jobs in this queue are triggered on a timer.
|
description: Jobs in this queue are triggered on a timer.
|
||||||
|
Loading…
Reference in New Issue
Block a user