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:
parent
ccf97db953
commit
4e95442d5c
@ -105,7 +105,7 @@
|
||||
|
||||
|
||||
- job-template:
|
||||
name: 'gate-openstackci-beaker-{ostype}'
|
||||
name: 'gate-openstackci-beaker-{ostype}-dsvm'
|
||||
node: 'devstack-{ostype}'
|
||||
|
||||
builders:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user