Better recommendations for adding sections.
Adding at the end of files is a guaranteed merge conflict. Change-Id: I6dceb8fb0ad95c54940c55a023eb9eb088b5ea16
This commit is contained in:
parent
6ee3caea26
commit
6e473d6d47
@ -52,8 +52,8 @@ sure you have cloned the openstack-infra/config repository
|
|||||||
First you need to add your StackForge project to the master project
|
First you need to add your StackForge project to the master project
|
||||||
list. Edit
|
list. Edit
|
||||||
``modules/openstack_project/templates/review.projects.yaml.erb``
|
``modules/openstack_project/templates/review.projects.yaml.erb``
|
||||||
and add a new section for your project at the end of the file. It should
|
and add a new section for your project in alphabetical order within the file.
|
||||||
look something like::
|
It should look something like::
|
||||||
|
|
||||||
- project: stackforge/project-name
|
- project: stackforge/project-name
|
||||||
description: Latest and greatest cloud stuff.
|
description: Latest and greatest cloud stuff.
|
||||||
@ -107,7 +107,7 @@ and Zuul for the new StackForge project.
|
|||||||
If you are interested in using the standard python Jenkins jobs (docs,
|
If you are interested in using the standard python Jenkins jobs (docs,
|
||||||
pep8, python 2.6 and 2.7 unittests, and coverage), edit
|
pep8, python 2.6 and 2.7 unittests, and coverage), edit
|
||||||
``modules/openstack_project/files/jenkins_job_builder/config/projects.yaml``
|
``modules/openstack_project/files/jenkins_job_builder/config/projects.yaml``
|
||||||
and add a new section for your project at the end of the file. It
|
and add a new section for your project in alphabetical order in the file. It
|
||||||
should look something like::
|
should look something like::
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
@ -146,8 +146,8 @@ jobs yet, you don't need to edit ``projects.yaml``.
|
|||||||
Now that we have Jenkins jobs we need to tell Zuul to run them when
|
Now that we have Jenkins jobs we need to tell Zuul to run them when
|
||||||
appropriate. Edit
|
appropriate. Edit
|
||||||
``modules/openstack_project/files/zuul/layout.yaml``
|
``modules/openstack_project/files/zuul/layout.yaml``
|
||||||
and add a new section for your project at the end of the file. It
|
and add a new section for your project in alphabetical order within the file.
|
||||||
should look something like::
|
It should look something like::
|
||||||
|
|
||||||
- name: stackforge/project-name
|
- name: stackforge/project-name
|
||||||
check:
|
check:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user