Transition gce-api jobs to xenial
More of the Trusty to Xenial transition. Changes to branches >= newton will have their jobs run on Xenial. Older branches will run jobs on Trusty. Change-Id: Ibf56a10d15ccb3e9f58daff9ae9fea08951c9a8e
This commit is contained in:
parent
cee23e3950
commit
c109841f1a
@ -1,5 +1,5 @@
|
||||
- job-template:
|
||||
name: '{pipeline}-functional-neutron-dsvm-gceapi{job-suffix}'
|
||||
name: '{pipeline}-functional-neutron-dsvm-gceapi-{node}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
@ -39,7 +39,7 @@
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-functional-nova-network-dsvm-gceapi{job-suffix}'
|
||||
name: '{pipeline}-functional-nova-network-dsvm-gceapi-{node}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
|
@ -4871,15 +4871,19 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- '{pipeline}-functional-neutron-dsvm-gceapi{job-suffix}':
|
||||
- '{pipeline}-functional-neutron-dsvm-gceapi-{node}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-functional-nova-network-dsvm-gceapi{job-suffix}':
|
||||
- '{pipeline}-functional-nova-network-dsvm-gceapi-{node}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
node:
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
|
@ -2017,12 +2017,6 @@ jobs:
|
||||
- name: gate-neutron-dsvm-tempest-vpnaas
|
||||
branch: ^(?!stable/liberty).*$
|
||||
|
||||
- name: gate-functional-neutron-dsvm-gceapi
|
||||
voting: false
|
||||
|
||||
- name: gate-functional-nova-network-dsvm-gceapi
|
||||
voting: false
|
||||
|
||||
- name: gate-python-magnumclient-python34
|
||||
branch: ^(?!stable/liberty).*$
|
||||
|
||||
@ -9894,8 +9888,10 @@ projects:
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
check:
|
||||
- gate-functional-neutron-dsvm-gceapi
|
||||
- gate-functional-nova-network-dsvm-gceapi
|
||||
- gate-functional-neutron-dsvm-gceapi-ubuntu-trusty-nv
|
||||
- gate-functional-neutron-dsvm-gceapi-ubuntu-xenial-nv
|
||||
- gate-functional-nova-network-dsvm-gceapi-ubuntu-trusty-nv
|
||||
- gate-functional-nova-network-dsvm-gceapi-ubuntu-xenial-nv
|
||||
|
||||
- name: openstack/gerrit-dash-creator
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user