summaryrefslogtreecommitdiffstats
path: root/zuul
diff options
context:
space:
mode:
authorThanh Ha <thanh.ha@linuxfoundation.org>2016-02-08 20:23:01 -0500
committerThanh Ha <thanh.ha@linuxfoundation.org>2016-02-08 20:23:03 -0500
commitcd6326d7ba944c0365fd29bc1a18b2ef5cafb9f7 (patch)
tree2587753bfb63f0554040eac3f8b9639dbfc9eba1 /zuul
parentf62b71eb0e75a1e957a75429bf05ec0629171f14 (diff)
Fix Zuul failing --force-message against Gerrit 2.12
We probably don't need the "success-message" and "failure-message" but I think adding it for clarity of which type of job is leaving a comment is nice. Change-Id: I7210c0281e3954f714ad5aa308ad8206f25878be Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Diffstat (limited to 'zuul')
-rw-r--r--zuul/layout.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 23e06b61..b312e3dd 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -49,17 +49,17 @@ pipelines:
- name: post-merge
source: gerrit
manager: IndependentPipelineManager
+ success-message: Build succeeded (check merge)
+ failure-message: Build failed (check merge)
trigger:
gerrit:
- event: change-merged
- event: comment-added
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(remerge)
success:
- gerrit:
- force-message: True
+ gerrit: {}
failure:
- gerrit:
- force-message: True
+ gerrit: {}
##############################################################################
### Project Templates