system-config/modules/openstack_project/files/jenkins_job_builder/config/openstack-ci-puppet.yaml
James E. Blair 8c6df9f19c Select a pypi mirror before running tox.
Change-Id: I62a86b6a0ad30ff8cb387ddcc05668128248c6d0
Reviewed-on: https://review.openstack.org/23513
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-03-18 20:29:07 +00:00

86 lines
1.3 KiB
YAML

- job:
name: gate-config-syntax
node: quantal
triggers:
- zuul
builders:
- gerrit-git-prep
- puppet-syntax
- pyflakes:
github-org: openstack-infra
project: config
publishers:
- console-log
- job:
name: gate-config-lint
node: quantal
triggers:
- zuul
builders:
- gerrit-git-prep
- shell: "rake lint"
publishers:
- console-log
- job:
name: config-compare-xml
node: quantal
triggers:
- zuul
builders:
- gerrit-git-prep
- shell: "./tools/run-compare-xml.sh openstack-infra config"
publishers:
- console-log
- job:
name: gate-config-layout
node: quantal
triggers:
- zuul
builders:
- gerrit-git-prep
- shell: "./tools/run-layout.sh openstack-infra config"
publishers:
- console-log
# This is a non-standard docs job because it uses SCP instead of FTP
- job:
name: ci-docs
node: quantal
triggers:
- zuul-post
builders:
- gerrit-git-prep
- docs:
github-org: openstack-infra
project: config
publishers:
- scp:
site: '173.203.107.207'
files:
- target: 'ci'
source: 'doc/build/html/**/*'
keep-hierarchy: true
- console-log-post