system-config/modules/openstack_project/files/jenkins_job_builder/config/openstack-qa.yaml
Jeremy Stanley e7dcf5a321 Move non-release-critical jobs to quantal slaves.
This switches any jobs which previously used the precise node label
to quantal instead, but only if they're not gating core OpenStack
projects. All infrastructure projects have already been running
their jobs on quantal slaves successfully for the past week. The
remaining precise jobs will wait until after the Grizzly release.

Change-Id: I4f827afe900ea4b44f7ce38bdf0cd8d9d9034794
2013-03-14 21:03:20 +00:00

24 lines
549 B
YAML

# This is a non-standard docs job because it uses SCP instead of FTP.
# It also uses a non standard build script.
- job:
name: openstack-qa-docs
node: quantal
triggers:
- zuul-post
builders:
- gerrit-git-prep
- shell: |
export HUDSON_PUBLISH_DOCS=1
python setup.py build_sphinx
publishers:
- scp:
site: '173.203.107.207'
files:
- target: 'qa'
source: 'build/sphinx/html/**/*'
keep-hierarchy: true
- console-log-post