Change Job.nodes to nodeset

Change-Id: I8a75269bcb527466a88d9c630b3c8a652e022d95
This commit is contained in:
James E. Blair 2017-09-23 07:41:17 -07:00
parent 958ff84335
commit 3a6de3d85e
1 changed files with 7 additions and 7 deletions

View File

@ -331,7 +331,7 @@
This job runs provides the base required projects for
puppet-openstack-integration jobs.
nodes: devstack-single-node
nodeset: devstack-single-node
pre-run: playbooks/legacy/pre
required-projects:
- openstack/puppet-aodh
@ -646,19 +646,19 @@
check:
jobs:
- build-openstack-sphinx-docs:
nodes: ubuntu-trusty
nodeset: ubuntu-trusty
- openstack-tox-pep8:
nodes: ubuntu-trusty
nodeset: ubuntu-trusty
- openstack-tox-py27:
nodes: ubuntu-trusty
nodeset: ubuntu-trusty
gate:
jobs:
- build-openstack-sphinx-docs:
nodes: ubuntu-trusty
nodeset: ubuntu-trusty
- openstack-tox-pep8:
nodes: ubuntu-trusty
nodeset: ubuntu-trusty
- openstack-tox-py27:
nodes: ubuntu-trusty
nodeset: ubuntu-trusty
- project-template:
name: docs-on-readthedocs