From 581012731f10101bd2a768ad371a8e79de0b829e Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 28 Apr 2014 15:00:44 -0700 Subject: [PATCH] Remove force-message from zuul layout This option is not present in gerrit 2.8. Zuul has been modified to accept this new form of specifying that a message should be submitted with no vote. Change-Id: I7d1abe590dc79edde4d3ccf998ede59fccc4844a --- .../openstack_project/files/zuul/layout.yaml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 19e9c60de4..525ea2b8c1 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -142,11 +142,9 @@ pipelines: - event: comment-added comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*check experimental\s*$ success: - gerrit: - force-message: true + gerrit: {} failure: - gerrit: - force-message: true + gerrit: {} - name: periodic description: Jobs in this queue are triggered on a timer. @@ -202,11 +200,9 @@ pipelines: - event: comment-added comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*recheck(( (?:bug|lp)[\s#:]*(\d+))|( no bug))\s*$ success: - gerrit: - force-message: true + gerrit: {} failure: - gerrit: - force-message: true + gerrit: {} - name: experimental-tripleo description: > @@ -220,11 +216,9 @@ pipelines: - event: comment-added comment_filter: (?i)^(Patch Set [0-9]+:\n\n)?\s*check experimental\s*$ success: - gerrit: - force-message: true + gerrit: {} failure: - gerrit: - force-message: true + gerrit: {} project-templates: