
Everything except jobs that are designed to run on devstack-precise or tripleo-precise. Even the jobs on the static slaves, just to be more consistent and future-proof (even though it's not strictly necessary). Change-Id: I220e4f8346b5db1394536b334bcb7c3a7dd4dedb
63 lines
1.2 KiB
YAML
63 lines
1.2 KiB
YAML
# This is a non-standard docs job because it uses SCP instead of FTP
|
|
- job:
|
|
name: zuul-docs
|
|
node: bare-precise
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- docs:
|
|
github-org: openstack-infra
|
|
project: zuul
|
|
|
|
publishers:
|
|
- scp:
|
|
site: '173.203.107.207'
|
|
files:
|
|
- target: 'ci/zuul'
|
|
source: 'doc/build/html/**/*'
|
|
keep-hierarchy: true
|
|
- console-log
|
|
|
|
- job:
|
|
name: 'dev-zuul-coverage'
|
|
node: bare-precise
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- coverage:
|
|
github-org: openstack-infra
|
|
project: zuul
|
|
|
|
publishers:
|
|
- coverage-log
|
|
- console-log
|
|
|
|
- job:
|
|
name: 'periodic-test'
|
|
|
|
wrappers:
|
|
- timeout:
|
|
timeout: 40
|
|
fail: true
|
|
- timestamps
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- python27:
|
|
github-org: 'openstack-infra'
|
|
project: 'zuul'
|
|
|
|
publishers:
|
|
- test-results
|
|
- console-log
|
|
|
|
scm:
|
|
- git:
|
|
url: 'git://git.openstack.org/openstack-infra/zuul'
|
|
branches:
|
|
- 'origin/master'
|
|
|
|
node: bare-precise
|