Run glance store functional jobs on Xenial
This runs the glance store functional jobs on Xenial as part of the Trusty to Xenial transition. Changes to branches >= newton run on Xenial. Changes to mitaka run on Trusty (these jobs were already excluded from liberty). Change-Id: I03380ef09a69e0fc9943f70c8c5a890871998fed
This commit is contained in:
parent
cce45345c3
commit
113694f1f4
@ -38,7 +38,7 @@
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-glance_store-dsvm-functional-{driver}'
|
||||
name: '{pipeline}-glance_store-dsvm-functional-{driver}-{node}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
|
@ -5089,23 +5089,29 @@
|
||||
- pypi-jobs
|
||||
- translation-jobs
|
||||
- 'lib-forward-testing-{name}'
|
||||
- '{pipeline}-glance_store-dsvm-functional-{driver}':
|
||||
- '{pipeline}-glance_store-dsvm-functional-{driver}-{node}{job-suffix}':
|
||||
driver: filesystem
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-glance_store-dsvm-functional-{driver}':
|
||||
- '{pipeline}-glance_store-dsvm-functional-{driver}-{node}{job-suffix}':
|
||||
driver: swift
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-glance_store-dsvm-functional-{driver}':
|
||||
- '{pipeline}-glance_store-dsvm-functional-{driver}-{node}{job-suffix}':
|
||||
driver: cinder
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-tempest-dsvm-full-ceph-plugin-src-{name}-{node}{job-suffix}':
|
||||
node: ubuntu-trusty
|
||||
|
@ -3019,11 +3019,8 @@ jobs:
|
||||
- name: gate-horizon-selenium-headless-ubuntu-xenial
|
||||
branch: ^(?!stable/(mitaka|newton)).*$
|
||||
|
||||
# TODO(kragniz): Enable voting for each driver when the jobs are
|
||||
# functioning for that driver
|
||||
- name: ^gate-glance_store-dsvm-functional.*$
|
||||
branch: ^(?!stable/liberty).*$
|
||||
voting: false
|
||||
- name: ^gate-glance_store-dsvm-functional-.*-ubuntu-trusty-nv$
|
||||
branch: ^stable/mitaka$
|
||||
|
||||
- name: ^(gate-)?devstack-docs
|
||||
branch: ^master
|
||||
@ -10006,9 +10003,12 @@ projects:
|
||||
- gate-tempest-dsvm-full-ceph-plugin-src-glance_store-ubuntu-trusty
|
||||
- gate-tempest-dsvm-full-ceph-plugin-src-glance_store-ubuntu-xenial
|
||||
experimental:
|
||||
- gate-glance_store-dsvm-functional-filesystem
|
||||
- gate-glance_store-dsvm-functional-swift
|
||||
- gate-glance_store-dsvm-functional-cinder
|
||||
- gate-glance_store-dsvm-functional-filesystem-ubuntu-trusty-nv
|
||||
- gate-glance_store-dsvm-functional-filesystem-ubuntu-xenial-nv
|
||||
- gate-glance_store-dsvm-functional-swift-ubuntu-trusty-nv
|
||||
- gate-glance_store-dsvm-functional-swift-ubuntu-xenial-nv
|
||||
- gate-glance_store-dsvm-functional-cinder-ubuntu-trusty-nv
|
||||
- gate-glance_store-dsvm-functional-cinder-ubuntu-xenial-nv
|
||||
|
||||
- name: openstack/glare
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user