system-config/modules/openstack_project/files/jenkins_job_builder/config/openstack-ci-puppet.yaml
Clark Boylan dec97720d5 Select mirror when diffing JJB XML files.
* .../jenkins_job_builder/config/job-builder.yaml:
* .../jenkins_job_builder/config/openstack-ci-puppet.yaml:
Run select-mirror.sh before running the compare scripts. This ensures
that dependencies not in the OpenStack mirror can be downloaded. Without
it pip may be configured to only use the OpenStack mirror.

Change-Id: Ie1ce67deb78e4bdfe20884bb6bda0fbb57db2f0e
2013-09-09 18:01:05 -07:00

61 lines
1.1 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: |
source /usr/local/jenkins/slave_scripts/select-mirror.sh openstack-infra config
./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