system-config/modules/openstack_project/files/jenkins_job_builder/config/openstack-publish-jobs.yaml
Jeremy Stanley 9a368f19cd Move other non-devstack precise jobs to quantal.
All remaining unit tests and builds which previously took place on
persistent precise*.slave.openstack.org servers now run on quantal
servers instead.

Change-Id: Ie4a59eeb7e3895f5d35471377c3bea462c615f50
Reviewed-on: https://review.openstack.org/26084
Reviewed-by: matthew-wagoner <matthew.wagoner@hp.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
2013-04-06 01:28:27 +00:00

28 lines
523 B
YAML

- job-template:
name: '{name}-docs'
node: quantal
triggers:
- zuul-post
builders:
- gerrit-git-prep
- docs:
github-org: '{github-org}'
project: '{name}'
publishers:
- ftp:
site: '{doc-publisher-site}'
source: 'doc/build/html/**'
target: 'developer/{name}'
remove-prefix: 'doc/build/html'
excludes: ''
- console-log-post
- job-group:
name: openstack-publish-jobs
jobs:
- '{name}-docs'