Update recheck syntax to avoid the global namespace

See discussion at http://lists.openstack.org/pipermail/openstack-dev/2014-July/041238.html

Change-Id: Ia48cb54043fecbe25ee6b24031971879d9f436b5
This commit is contained in:
Bob Ball 2016-02-10 17:33:16 +00:00
parent a8ae8a15a3
commit bbeaf4ff12
1 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ includes:
pipelines:
- name: check
description: Newly uploaded patchsets enter this pipeline to receive an initial +/-1 Verified vote from Jenkins.
failure-message: "Build failed. For 3rd party CI contact info: https://wiki.openstack.org/wiki/ThirdPartySystems"
failure-message: "Build failed. To recheck use 'myvendor: recheck'. For 3rd party ci contact info: https://wiki.openstack.org/wiki/ThirdPartySystems"
manager: IndependentPipelineManager
trigger:
gerrit:
@ -13,9 +13,9 @@ pipelines:
- event: change-restored
# TODO: Change "myvendor" below to your vendor's name to add a custom
# recheck trigger that runs the check pipeline jobs when someone
# adds a comment to a review that says "recheck myvendor".
# adds a comment to a review that says "myvendor: recheck".
- event: comment-added
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck myvendor\s*$
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*myvendor:\s*recheck\s*$
success:
gerrit:
verified: 1
@ -48,7 +48,7 @@ pipelines:
- event: patchset-created
- event: change-restored
- event: comment-added
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*recheck myvendor\s*$
comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*myvendor:\s*recheck\s*$
success:
smtp:
#TODO: Update these to real e-mail addresses