Run gate-dsvm-nodepool-nv on devstack-trusty

Currently zuul is trying to run the gate-dsvm-nodepool-nv job on
devstack-trusty nodes but jenkins only knows to run it on bare-* nodes.
Fix this in the jenkins job def by specifying devstack-trusty as the
node type.

Change-Id: I679d5b569c9d8ff90ddb4176b60d233aaa9d48c9
This commit is contained in:
Clark Boylan 2015-07-31 16:35:31 -07:00
parent e723f89c18
commit 78058bbe57
1 changed files with 1 additions and 0 deletions

View File

@ -3378,6 +3378,7 @@
- infra-publish-jobs
- '{pipeline}-dsvm-nodepool{branch-designator}':
pipeline: gate
node: devstack-trusty
branch-designator: '-nv'
branch-override: 'default'