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
This commit is contained in:
Elizabeth Krumbach Joseph 2013-08-30 10:58:30 -07:00
parent a52f136e1d
commit 9f24ee0df1
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ Gerrit
Gerrit is the code review system used by the OpenStack project. For a Gerrit is the code review system used by the OpenStack project. For a
full description of how the system fits into the OpenStack workflow, full description of how the system fits into the OpenStack workflow,
see `the GerritJenkinsGithub wiki article see `the GerritJenkinsGit wiki article
<https://wiki.openstack.org/wiki/GerritJenkinsGithub>`_. <https://wiki.openstack.org/wiki/GerritJenkinsGit>`_.
This section describes how Gerrit is configured for use in the This section describes how Gerrit is configured for use in the
OpenStack project and the tools used to manage that configuration. OpenStack project and the tools used to manage that configuration.

View File

@ -4,7 +4,7 @@ includes:
pipelines: pipelines:
- name: check - name: check
description: Newly uploaded patchsets enter this pipeline to receive an initial +/-1 Verified vote from Jenkins. 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 manager: IndependentPipelineManager
precedence: low precedence: low
trigger: trigger:
@ -19,7 +19,7 @@ pipelines:
- name: gate - 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. 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 manager: DependentPipelineManager
precedence: high precedence: high
trigger: trigger: