Update Zuul layout to support multiple reporters

Change-Id: Ib3f72b45116bb5458d0dea2a891471b74be9eb2f
This commit is contained in:
James E. Blair 2013-09-11 15:07:10 -07:00
parent b563b4a514
commit ed7b3a2f24

View File

@ -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