84b3182ba4
Rename the jjb file to be less anachronistic. Make these jobs mark their nodes as single-use. Make sure there are at least enough nodes ready to fully test one change. Change-Id: I9bbb7cebf8f3a7b9e69d77f691505efd88972dc5
61 lines
1.2 KiB
YAML
61 lines
1.2 KiB
YAML
- job:
|
|
name: config-compare-xml
|
|
node: bare-precise
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- shell: "./tools/run-compare-xml.sh openstack-infra config"
|
|
|
|
publishers:
|
|
- console-log
|
|
|
|
|
|
- job:
|
|
name: gate-config-layout
|
|
node: bare-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: bare-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: bare-precise
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- docs:
|
|
github-org: openstack-infra
|
|
project: config
|
|
|
|
publishers:
|
|
- console-log
|
|
- upload-sphinx-draft
|