Update README for post config split

Change-Id: Ibfcdb7522f1853201637db1b13212cff2fb2c455
This commit is contained in:
Elizabeth K. Joseph 2014-10-01 12:25:05 -07:00
parent 4b6f84d286
commit 950c730104
1 changed files with 7 additions and 7 deletions

View File

@ -200,9 +200,9 @@ Switch to the workspace and get a copy of devstack-gate::
At this point you're ready to set the same environment variables and run At this point you're ready to set the same environment variables and run
the same commands/scripts as used in the desired job. The definitions the same commands/scripts as used in the desired job. The definitions
for these are found in the openstack-infra/config project under the for these are found in the openstack-infra/project-config project under
modules/openstack_project/files/jenkins_job_builder/config directory in the jenkins/jobs directory in a file named devstack-gate.yaml. It will
a file named devstack-gate.yaml. It will probably look something like:: probably look something like::
export PYTHONUNBUFFERED=true export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=120 export DEVSTACK_GATE_TIMEOUT=120
@ -214,10 +214,9 @@ a file named devstack-gate.yaml. It will probably look something like::
If you're trying to figure out which devstack gate jobs run for a given If you're trying to figure out which devstack gate jobs run for a given
project+branch combination, this is encoded in the project+branch combination, this is encoded in the
openstack-infra/config project under the openstack-infra/project-config project under the zuul/ directory in a file
modules/openstack_project/files/zuul directory in a file named named layout.yaml. You'll want to look in the "projects" section for a list
layout.yaml. You'll want to look in the "projects" section for a list of of jobs run on a given project in the "gate" pipeline, and then consult the
jobs run on a given project in the "gate" pipeline, and then consult the
"jobs" section of the file to see if there are any overrides indicating "jobs" section of the file to see if there are any overrides indicating
which branches qualify for the job and whether or not its voting is which branches qualify for the job and whether or not its voting is
disabled. disabled.
@ -247,6 +246,7 @@ the relevant repository::
https://git.openstack.org/cgit/openstack-infra/devstack-gate https://git.openstack.org/cgit/openstack-infra/devstack-gate
https://git.openstack.org/cgit/openstack-infra/nodepool https://git.openstack.org/cgit/openstack-infra/nodepool
https://git.openstack.org/cgit/openstack-infra/config https://git.openstack.org/cgit/openstack-infra/config
https://git.openstack.org/cgit/openstack-infra/project-config
You can file bugs on the openstack-ci project:: You can file bugs on the openstack-ci project::