trivial: Use airship-deckhand-single-node for nodeset in zuul.yaml

This PS simply uses airship-deckhand-single-node instead of the
openstack-helm variety for the nodeset in .zuul.yaml for
consistency.

Change-Id: I0a881c89752dd24a48e918a0ffb4637d4a5e6483
This commit is contained in:
Felipe Monteiro 2018-07-02 21:34:15 -04:00
parent 074bbbc09d
commit f962ffa0c0
1 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@
minimalistic deployment consisting of uwsgi for Deckhand API and pifpaf minimalistic deployment consisting of uwsgi for Deckhand API and pifpaf
for ephemeral PostgreSQL DB, under cPython version 3.5. for ephemeral PostgreSQL DB, under cPython version 3.5.
run: tools/gate/playbooks/run-functional-tests-uwsgi.yaml run: tools/gate/playbooks/run-functional-tests-uwsgi.yaml
nodeset: openstack-helm-single-node nodeset: airship-deckhand-single-node
vars: vars:
tox_envlist: functional-dev tox_envlist: functional-dev
irrelevant-files: irrelevant-files:
@ -97,7 +97,7 @@
Run tox-based functional tests for the Airship Deckhand project under Run tox-based functional tests for the Airship Deckhand project under
cPython version 3.5. Uses tox with the ``functional-py35`` environment. cPython version 3.5. Uses tox with the ``functional-py35`` environment.
parent: airship-deckhand-functional-docker-base parent: airship-deckhand-functional-docker-base
nodeset: openstack-helm-single-node nodeset: airship-deckhand-single-node
vars: vars:
tox_envlist: functional tox_envlist: functional
disable_keystone: true disable_keystone: true
@ -117,7 +117,7 @@
for ephemeral PostgreSQL DB, under cPython version 3.5. for ephemeral PostgreSQL DB, under cPython version 3.5.
timeout: 3600 timeout: 3600
run: tools/gate/playbooks/run-integration-tests-uwsgi.yaml run: tools/gate/playbooks/run-integration-tests-uwsgi.yaml
nodeset: openstack-helm-single-node nodeset: airship-deckhand-single-node
irrelevant-files: irrelevant-files:
- ^.*\.rst$ - ^.*\.rst$
- ^doc/.*$ - ^doc/.*$