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:
parent
45040e01d8
commit
3682c41f33
@ -1,14 +1,13 @@
|
||||
If you would like to contribute to the development of OpenStack,
|
||||
you must follow the steps in the "If you're a developer"
|
||||
section of this page:
|
||||
you must follow the steps in this page:
|
||||
|
||||
http://wiki.openstack.org/HowToContribute
|
||||
http://docs.openstack.org/infra/manual/developers.html
|
||||
|
||||
Once those steps have been completed, changes to OpenStack
|
||||
should be submitted for review via the Gerrit tool, following
|
||||
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.
|
||||
|
||||
|
@ -5,7 +5,7 @@ pipelines:
|
||||
- name: check
|
||||
description: Newly uploaded patchsets enter this pipeline to receive an initial +/-1 Verified vote from Jenkins.
|
||||
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
|
||||
trigger:
|
||||
gerrit:
|
||||
@ -22,7 +22,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/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
|
||||
precedence: low
|
||||
trigger:
|
||||
|
@ -5,7 +5,7 @@ pipelines:
|
||||
- name: check
|
||||
description: Newly uploaded patchsets enter this pipeline to receive an initial +/-1 Verified vote from Jenkins.
|
||||
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
|
||||
source: gerrit
|
||||
precedence: normal
|
||||
@ -34,7 +34,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.
|
||||
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
|
||||
source: gerrit
|
||||
precedence: high
|
||||
@ -182,7 +182,7 @@ pipelines:
|
||||
success-message: Build succeeded (check-tripleo pipeline).
|
||||
failure-message: >
|
||||
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
|
||||
source: gerrit
|
||||
precedence: normal
|
||||
|
Loading…
Reference in New Issue
Block a user