system-config/modules/openstack_project/files/jenkins_job_builder/config/zuul.yaml
Monty Taylor 258abe1a23 Use cgit server instead of github for everything
We have a cgit server now, which means we should replace
all references to github with references to git.openstack.org.

Change-Id: I68ad1ce514fb4326c7d9940b5a84999af5b58562
2013-08-19 10:19:47 -07:00

60 lines
1.1 KiB
YAML

# This is a non-standard docs job because it uses SCP instead of FTP
- job:
name: zuul-docs
node: precise
builders:
- 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: precise
builders:
- 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:
- 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: precise