Rename openstackci beaker jobs to include dsvm

This is required by the current zuul node selection logic which is
triggered by having a node type in the job name.  This will cause
jobs to run on devstack-trusty and devstack-centos7 rather than
bare-trusty and (nonexistent) bare-centos7.

Change-Id: I1511210547c57d78b6c567209fe30a41b3d201fa
This commit is contained in:
James E. Blair 2015-07-15 14:14:20 -07:00
parent ccf97db953
commit 4e95442d5c
3 changed files with 5 additions and 5 deletions

View File

@ -105,7 +105,7 @@
- job-template:
name: 'gate-openstackci-beaker-{ostype}'
name: 'gate-openstackci-beaker-{ostype}-dsvm'
node: 'devstack-{ostype}'
builders:

View File

@ -3621,9 +3621,9 @@
jobs:
- puppet-check-jobs
- puppet-beaker-jobs
- 'gate-openstackci-beaker-{ostype}':
- 'gate-openstackci-beaker-{ostype}-dsvm':
ostype: centos7
- 'gate-openstackci-beaker-{ostype}':
- 'gate-openstackci-beaker-{ostype}-dsvm':
ostype: trusty
- project:

View File

@ -526,8 +526,8 @@ project-templates:
- gate-infra-puppet-apply-precise
- gate-infra-puppet-apply-trusty
- gate-infra-puppet-apply-centos6
- gate-openstackci-beaker-centos7
- gate-openstackci-beaker-trusty
- gate-openstackci-beaker-centos7-dsvm
- gate-openstackci-beaker-trusty-dsvm
gate:
- gate-infra-puppet-apply-precise
- gate-infra-puppet-apply-trusty