Workflow documentation is now in infra-manual

Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I468ae38021b4b55fea84179abe866ddd9e845fe0
This commit is contained in:
Jeremy Stanley 2014-12-05 03:30:43 +00:00
parent 45040e01d8
commit 3682c41f33
3 changed files with 8 additions and 9 deletions

View File

@ -1,14 +1,13 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps in the "If you're a developer" you must follow the steps in this page:
section of this page:
http://wiki.openstack.org/HowToContribute http://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: the workflow documented at:
http://wiki.openstack.org/GerritWorkflow http://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.

View File

@ -5,7 +5,7 @@ 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.
manager: IndependentPipelineManager manager: IndependentPipelineManager
failure-message: Build failed. For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures failure-message: Build failed. For information on how to proceed, see http://docs.openstack.org/infra/manual/developers.html#automated-testing
precedence: low precedence: low
trigger: trigger:
gerrit: gerrit:
@ -22,7 +22,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/GerritJenkinsGit#Test_Failures failure-message: Build failed. For information on how to proceed, see http://docs.openstack.org/infra/manual/developers.html#automated-testing
manager: DependentPipelineManager manager: DependentPipelineManager
precedence: low precedence: low
trigger: trigger:

View File

@ -5,7 +5,7 @@ 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.
success-message: Build succeeded (check pipeline). success-message: Build succeeded (check pipeline).
failure-message: Build failed (check pipeline). For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures failure-message: Build failed (check pipeline). For information on how to proceed, see http://docs.openstack.org/infra/manual/developers.html#automated-testing
manager: IndependentPipelineManager manager: IndependentPipelineManager
source: gerrit source: gerrit
precedence: normal precedence: normal
@ -34,7 +34,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.
success-message: Build succeeded (gate pipeline). success-message: Build succeeded (gate pipeline).
failure-message: Build failed (gate pipeline). For information on how to proceed, see https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures failure-message: Build failed (gate pipeline). For information on how to proceed, see http://docs.openstack.org/infra/manual/developers.html#automated-testing
manager: DependentPipelineManager manager: DependentPipelineManager
source: gerrit source: gerrit
precedence: high precedence: high
@ -182,7 +182,7 @@ pipelines:
success-message: Build succeeded (check-tripleo pipeline). success-message: Build succeeded (check-tripleo pipeline).
failure-message: > failure-message: >
Build failed (check-tripleo pipeline). For information on how to proceed, see Build failed (check-tripleo pipeline). For information on how to proceed, see
https://wiki.openstack.org/wiki/GerritJenkinsGit#Test_Failures http://docs.openstack.org/infra/manual/developers.html#automated-testing
manager: IndependentPipelineManager manager: IndependentPipelineManager
source: gerrit source: gerrit
precedence: normal precedence: normal