From 988d5876047ab6bf057005c401a16152f0179bcc Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 21 Feb 2013 11:39:52 -0800 Subject: [PATCH] Change the wiki URL in Zuul for test failures. Change-Id: If1bd8150823a18a7739ac9f112478a097a0ac399 Reviewed-on: https://review.openstack.org/22585 Reviewed-by: Clark Boylan Approved: Jeremy Stanley Reviewed-by: Jeremy Stanley 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 6d216aebcd..71178e91b7 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -4,7 +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 + failure-message: Build failed. For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGithub#Test_Failures manager: IndependentPipelineManager trigger: - event: patchset-created @@ -17,7 +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 + failure-message: Build failed. For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGithub#Test_Failures manager: DependentPipelineManager trigger: - event: comment-added