Jeremy Stanley e6b82fc88c Dogfood infra jobs on Ubuntu/Quantal slaves.
As part of a phased approach to starting testing on Ubuntu/Quantal,
we're first moving openstack-infra jobs to them before risking more
project-wide disruption.

Change-Id: I65d8ea3b798ac06f138a364c9656476dab35eaca
Reviewed-on: https://review.openstack.org/23841
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
2013-03-07 23:27:17 +00:00

36 lines
614 B
YAML

# This is a non-standard docs job because it uses SCP instead of FTP
- job:
name: zuul-docs
node: quantal
triggers:
- zuul-post
builders:
- gerrit-git-prep
- docs
publishers:
- scp:
site: '173.203.107.207'
files:
- target: 'ci/zuul'
source: 'doc/build/html/**/*'
keep-hierarchy: true
- console-log-post
- job:
name: 'dev-zuul-coverage'
node: quantal
triggers:
- zuul
builders:
- gerrit-git-prep
- coverage
publishers:
- coverage-log
- console-log