system-config/modules/openstack_project/files/jenkins_job_builder/config/openstack-ci-puppet.yaml
Doug Hellmann 62b3242ba6 Add gate job for CI docs
Add a separate gate job for ensuring that the CI
documentation can be built properly.

Change-Id: Ie12db6e0d7ac22f274d84a23527dc2861a59e0e6
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-07-22 11:50:39 -04:00

59 lines
1.0 KiB
YAML

- job:
name: config-compare-xml
node: precise
builders:
- gerrit-git-prep
- shell: "./tools/run-compare-xml.sh openstack-infra config"
publishers:
- console-log
- job:
name: gate-config-layout
node: precise
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: precise
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
- job:
name: gate-ci-docs
node: precise
builders:
- gerrit-git-prep
- docs:
github-org: openstack-infra
project: config
publishers:
- console-log
- upload-sphinx-draft