From 3a6de3d85ece527c7105680a9341f1765934ddf4 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Sat, 23 Sep 2017 07:41:17 -0700 Subject: [PATCH] Change Job.nodes to nodeset Change-Id: I8a75269bcb527466a88d9c630b3c8a652e022d95 --- zuul.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/zuul.yaml b/zuul.yaml index 01852b56..89d8e051 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -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