From 0ad7ce36f9639428119f75bac85e54e04afe71df Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 16 Jan 2013 14:45:54 -0800 Subject: [PATCH] Add support for 'recheck no bug' Change-Id: I01f10fc41f9830671161c65a53d70e7ffd149c08 Reviewed-on: https://review.openstack.org/19868 Reviewed-by: Jeremy Stanley Reviewed-by: Monty Taylor Approved: James E. Blair Tested-by: Jenkins --- modules/openstack_project/files/zuul/layout.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 001371bbee..ef7c564a4b 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -9,7 +9,7 @@ pipelines: trigger: - event: patchset-created - event: comment-added - comment_filter: (?i)^\s*recheck( (?:bug|lp)[\s#:]*(\d+))?\s*$ + comment_filter: (?i)^\s*recheck(( (?:bug|lp)[\s#:]*(\d+))?|( no bug)?)\s*$ success: verified: 1 failure: @@ -24,7 +24,7 @@ pipelines: approval: - approved: 1 - event: comment-added - comment_filter: (?i)^\s*reverify( (?:bug|lp)[\s#:]*(\d+))?\s*$ + comment_filter: (?i)^\s*reverify(( (?:bug|lp)[\s#:]*(\d+))?|( no bug)?)\s*$ start: verified: 0 success: