Ensure jobs don't get queued on offline builders 43/63543/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 15 Oct 2018 20:08:27 +0000 (13:08 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Mon, 15 Oct 2018 20:08:27 +0000 (13:08 -0700)
commitcdb60a4b93c166f8610caac60d128449faeacd35
tree233c6533dd7e1672af2934d95f49a7605181d60f
parenta2bf65aca9fd6e10eae48dfb7f541ac1cd572b7b
Ensure jobs don't get queued on offline builders

A change to the NodeLabelParameter config in JJB caused any jobs using
the plugin to possibly have their jobs triggered on builders which
weren't online.

This in turn caused the queue to backup and newer jobs are blocked
waiting for older ones to complete, which never happens as they're never
queued on an online builder.

The 'all-nodes' parameter ensure jobs that are set to run concurrently
don't trigger across all available nodes at once, as this will include
offline nodes as well. As this is the default of the plugin, projects
which need it can enable it individually.

Change-Id: Ia690eef078209b6b056dad85613dda6868b18271
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
16 files changed:
jjb/ci_gate_security/opnfv-ci-gate-security.yaml
jjb/fuel/fuel-docker-jobs.yaml
jjb/functest/functest-docker.yaml
jjb/functest/functest-kubernetes-docker.yaml
jjb/functest/xtesting-docker.yaml
jjb/global/slave-params.yaml
jjb/openci/openci-opnfv-daily-jobs.yaml
jjb/opnfvdocs/docs-rtd.yaml
jjb/releng/compass4nfv-docker.yaml
jjb/releng/testresults-automate.yaml
jjb/xci/bifrost-periodic-jobs.yaml
jjb/xci/bifrost-verify-jobs.yaml
jjb/xci/osa-periodic-jobs.yaml
jjb/xci/xci-daily-jobs.yaml
jjb/xci/xci-merge-jobs.yaml
jjb/xci/xci-verify-jobs.yaml