From 9f24ee0df10f6b73d2c194172d7331c0fb7fae82 Mon Sep 17 00:00:00 2001 From: Elizabeth Krumbach Joseph Date: Fri, 30 Aug 2013 10:58:30 -0700 Subject: [PATCH] Update references to GerritJenkinsGit wiki We've moved the GerritJenkinsGithub wiki page to instead be at GerritJenkinsGit, update references to it in our configs. Change-Id: I88d8140a0e5f6e4051ca78415e0152c9cdcb86f6 --- doc/source/gerrit.rst | 4 ++-- modules/openstack_project/files/zuul/layout.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/gerrit.rst b/doc/source/gerrit.rst index 665d2a20b5..b9e57a72cc 100644 --- a/doc/source/gerrit.rst +++ b/doc/source/gerrit.rst @@ -7,8 +7,8 @@ Gerrit Gerrit is the code review system used by the OpenStack project. For a full description of how the system fits into the OpenStack workflow, -see `the GerritJenkinsGithub wiki article -`_. +see `the GerritJenkinsGit wiki article +`_. This section describes how Gerrit is configured for use in the OpenStack project and the tools used to manage that configuration. diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 558562e5f2..834d9c14ac 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 https://wiki.openstack.org/wiki/GerritJenkinsGithub#Test_Failures + failure-message: Build failed. For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures manager: IndependentPipelineManager precedence: low trigger: @@ -19,7 +19,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 https://wiki.openstack.org/wiki/GerritJenkinsGithub#Test_Failures + failure-message: Build failed. For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures manager: DependentPipelineManager precedence: high trigger: