Add recheck message to Zuul config.

Change-Id: I1dc2c2e811ecf8e72befaf71b94742771e905230
Reviewed-on: https://review.openstack.org/19843
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-01-16 11:29:23 -08:00 committed by Jenkins
parent aa9ade4f91
commit fda446626c

View File

@ -4,6 +4,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 information on how to proceed, see http://wiki.openstack.org/GerritJenkinsGithub#Test_Failures
manager: IndependentPipelineManager
trigger:
- event: patchset-created
@ -16,6 +17,7 @@ pipelines:
- name: gate
description: Changes that have been approved by core developers are enqueued in order in this pipeline, and if they pass tests in Jenkins, will be merged.
failure-message: Build failed. For information on how to proceed, see http://wiki.openstack.org/GerritJenkinsGithub#Test_Failures
manager: DependentPipelineManager
trigger:
- event: comment-added