system-config/modules/openstack_project/files/jenkins_job_builder/config/job-builder.yaml
Jeremy Stanley 3d8b647a70 Run most non-sensitive jobs on single-use workers
* doc/source/jjb.rst
* doc/source/stackforge.rst: Update examples to recommend
bare-precise nodes in new job configuration.

* modules/openstack_project/files/jenkins_job_builder/config/*.yaml:
Change the node label for all jobs opreviously using precise to use
bare-precise instead.

* modules/openstack_project/files/zuul/layout.yaml: Get rid of the
transitional matches for setting the single use parameter function
on specific job names and just set it on everything as a default.
Add patterns for jobs which need long-running slaves to apply a
reusable node parameter function instead.

* modules/openstack_project/files/zuul/openstack_functions.py: Add a
parameter function for reusable nodes which refrains from enabling
auto-offline behavior.

* modules/openstack_project/templates/nodepool/nodepool.yaml.erb:
Double the minimum ready bare-precise nodes to accommodate
additional load.

Change-Id: I2a90c5b120a50bb8033c891702185f054ee84d35
2014-02-18 17:50:49 +00:00

33 lines
797 B
YAML

# This is a non-standard docs job because it uses SCP instead of FTP
- job:
name: jenkins-job-builder-docs
node: bare-precise
builders:
- gerrit-git-prep
- docs:
github-org: openstack-infra
project: jenkins-job-builder
publishers:
- scp:
site: '173.203.107.207'
files:
- target: 'ci/jenkins-job-builder'
source: 'doc/build/html/**/*'
keep-hierarchy: true
- console-log
- job:
name: jenkins-job-builder-compare-xml
node: bare-precise
builders:
- gerrit-git-prep
- shell: |
source /usr/local/jenkins/slave_scripts/select-mirror.sh openstack-infra jenkins-job-builder
./tools/run-compare-xml.sh
publishers:
- console-log