Run drbd devstack plugin job on Xenial
This is part of the Trusty to Xenial transition. Changes to branches >= newton will run on xenial, older branches on trusty. Change-Id: Id21dbd9bc8b027641b486c861630e5d0b000671d
This commit is contained in:
parent
4d7ce2686b
commit
151efecc2d
@ -1900,8 +1900,8 @@
|
||||
# A template for the misnamed drbd-devstack project.
|
||||
# Runs the full tempest suite.
|
||||
- job-template:
|
||||
name: '{pipeline}-tempest-dsvm-full-drbd-devstack{job-suffix}'
|
||||
node: ubuntu-trusty
|
||||
name: '{pipeline}-tempest-dsvm-full-drbd-devstack-{node}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
|
@ -4183,12 +4183,18 @@
|
||||
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
- '{pipeline}-tempest-dsvm-full-drbd-devstack{job-suffix}':
|
||||
- '{pipeline}-tempest-dsvm-full-drbd-devstack-{node}{job-suffix}':
|
||||
pipeline: gate
|
||||
job-suffix: '-nv'
|
||||
- '{pipeline}-tempest-dsvm-full-drbd-devstack{job-suffix}':
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
- '{pipeline}-tempest-dsvm-full-drbd-devstack-{node}{job-suffix}':
|
||||
pipeline: gate
|
||||
job-suffix: ''
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
|
||||
- project:
|
||||
name: driverlog
|
||||
|
@ -6268,7 +6268,8 @@ projects:
|
||||
# designator unless cinder gives permission.
|
||||
- gate-tempest-dsvm-full-sheepdog-ubuntu-trusty-nv
|
||||
- gate-tempest-dsvm-full-sheepdog-ubuntu-xenial-nv
|
||||
- gate-tempest-dsvm-full-drbd-devstack-nv
|
||||
- gate-tempest-dsvm-full-drbd-devstack-ubuntu-trusty-nv
|
||||
- gate-tempest-dsvm-full-drbd-devstack-ubuntu-xenial-nv
|
||||
- gate-tempest-dsvm-full-lio-ubuntu-trusty
|
||||
- gate-tempest-dsvm-full-lio-ubuntu-xenial
|
||||
- gate-tempest-dsvm-full-bdd-nv
|
||||
@ -8800,7 +8801,8 @@ projects:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-drbd-devstack-bashate
|
||||
- gate-tempest-dsvm-full-drbd-devstack
|
||||
- gate-tempest-dsvm-full-drbd-devstack-ubuntu-trusty
|
||||
- gate-tempest-dsvm-full-drbd-devstack-ubuntu-xenial
|
||||
gate:
|
||||
- gate-drbd-devstack-bashate
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user