Add support for 'recheck no bug'

Change-Id: I01f10fc41f9830671161c65a53d70e7ffd149c08
Reviewed-on: https://review.openstack.org/19868
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-01-16 14:45:54 -08:00 committed by Jenkins
parent fda446626c
commit 0ad7ce36f9

View File

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