Merge "Switch heat newton jobs to use xenial"

This commit is contained in:
Jenkins 2016-11-18 06:04:32 +00:00 committed by Gerrit Code Review
commit 8c021b4e86
3 changed files with 60 additions and 39 deletions

View File

@ -1,6 +1,6 @@
- job: - job:
name: gate-heat-templates-dsvm name: gate-heat-templates-dsvm
node: ubuntu-trusty node: ubuntu-xenial
wrappers: wrappers:
- build-timeout: - build-timeout:
@ -32,7 +32,7 @@
- console-log - console-log
- job-template: - job-template:
name: '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}{special}{job-suffix}' name: '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}-{node}{special}{job-suffix}'
node: '{node}' node: '{node}'
wrappers: wrappers:
@ -205,7 +205,7 @@
- job-template: - job-template:
name: '{pipeline}-grenade-dsvm-heat{job-suffix}' name: '{pipeline}-grenade-dsvm-heat-{node}{job-suffix}'
node: '{node}' node: '{node}'
wrappers: wrappers:
@ -262,7 +262,7 @@
- console-log - console-log
- job-template: - job-template:
name: '{pipeline}-tempest-dsvm-heat-apache{job-suffix}' name: '{pipeline}-tempest-dsvm-heat-apache-{node}{job-suffix}'
node: '{node}' node: '{node}'
wrappers: wrappers:

View File

@ -5231,7 +5231,7 @@
- translation-jobs-newton - translation-jobs-newton
- 'gate-{name}-python35-db{suffix}': - 'gate-{name}-python35-db{suffix}':
suffix: '' suffix: ''
- '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}{special}{job-suffix}': - '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}-{node}{special}{job-suffix}':
datastore: mysql datastore: mysql
pipeline: gate pipeline: gate
node: ubuntu-trusty node: ubuntu-trusty
@ -5240,17 +5240,19 @@
branch-override: default branch-override: default
engine: orig engine: orig
lbaasversion: lbaasv1 lbaasversion: lbaasv1
- '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}{special}{job-suffix}': - '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}-{node}{special}{job-suffix}':
datastore: mysql datastore: mysql
pipeline: gate pipeline: gate
node: ubuntu-trusty node:
- ubuntu-trusty
- ubuntu-xenial
special: '' special: ''
job-suffix: '' job-suffix: ''
branch-designator: '' branch-designator: ''
branch-override: default branch-override: default
engine: orig engine: orig
lbaasversion: lbaasv2 lbaasversion: lbaasv2
- '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}{special}{job-suffix}': - '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}-{node}{special}{job-suffix}':
datastore: postgres datastore: postgres
pipeline: gate pipeline: gate
node: ubuntu-trusty node: ubuntu-trusty
@ -5259,7 +5261,7 @@
branch-override: default branch-override: default
engine: orig engine: orig
lbaasversion: lbaasv1 lbaasversion: lbaasv1
- '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}{special}{job-suffix}': - '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}-{node}{special}{job-suffix}':
datastore: mysql datastore: mysql
pipeline: gate pipeline: gate
node: ubuntu-trusty node: ubuntu-trusty
@ -5268,16 +5270,18 @@
branch-override: default branch-override: default
engine: convg engine: convg
lbaasversion: lbaasv1 lbaasversion: lbaasv1
- '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}{special}{job-suffix}': - '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}-{node}{special}{job-suffix}':
datastore: mysql datastore: mysql
pipeline: gate pipeline: gate
node: ubuntu-trusty node:
- ubuntu-trusty
- ubuntu-xenial
special: '' special: ''
job-suffix: '' job-suffix: ''
branch-override: default branch-override: default
engine: convg engine: convg
lbaasversion: lbaasv2 lbaasversion: lbaasv2
- '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}{special}{job-suffix}': - '{pipeline}-heat-dsvm-functional-{engine}-{datastore}-{lbaasversion}-{node}{special}{job-suffix}':
datastore: mysql datastore: mysql
pipeline: gate pipeline: gate
node: ubuntu-trusty node: ubuntu-trusty
@ -5298,19 +5302,25 @@
special: '-identity-v3-only' special: '-identity-v3-only'
job-suffix: '-nv' job-suffix: '-nv'
branch-override: default branch-override: default
- '{pipeline}-tempest-dsvm-heat-apache{job-suffix}': - '{pipeline}-tempest-dsvm-heat-apache-{node}{job-suffix}':
pipeline: gate pipeline: gate
node: ubuntu-trusty node:
- ubuntu-trusty
- ubuntu-xenial
job-suffix: '' job-suffix: ''
branch-override: default branch-override: default
- '{pipeline}-grenade-dsvm-heat{job-suffix}': - '{pipeline}-grenade-dsvm-heat-{node}{job-suffix}':
pipeline: gate pipeline: gate
node: ubuntu-trusty node:
- ubuntu-trusty
- ubuntu-xenial
job-suffix: '' job-suffix: ''
branch-override: default branch-override: default
- '{pipeline}-grenade-dsvm-heat{job-suffix}': - '{pipeline}-grenade-dsvm-heat-{node}{job-suffix}':
pipeline: gate pipeline: gate
node: ubuntu-trusty node:
- ubuntu-trusty
- ubuntu-xenial
job-suffix: '-nv' job-suffix: '-nv'
branch-override: default branch-override: default
- gate-rally-dsvm-fakevirt-{name} - gate-rally-dsvm-fakevirt-{name}

View File

@ -1876,27 +1876,30 @@ jobs:
# NOTE(markvan) (heat) functional lbaas v2 testing was introduced in the mitaka # NOTE(markvan) (heat) functional lbaas v2 testing was introduced in the mitaka
# cycle as experimental, so testing it there and earlier branches doesn't make sense. # cycle as experimental, so testing it there and earlier branches doesn't make sense.
- name: ^gate-heat-dsvm-functional-.*-lbaasv2$ - name: ^gate-heat-dsvm-functional-.*-lbaasv2-ubuntu-xenial$
branch: ^(?!stable/(liberty|mitaka)).*$ branch: ^(?!stable/(liberty|mitaka)).*$
# NOTE(therve) (heat) functional lbaas v1 testing is deprecated in newton and # NOTE(therve) (heat) functional lbaas v1 testing is deprecated in newton and
# forward. # forward.
- name: ^gate-heat-dsvm-functional-.*-lbaasv1$ - name: ^gate-heat-dsvm-functional-.*-lbaasv1-ubuntu-trusty$
branch: ^(stable/(liberty|mitaka)).*$ branch: ^(stable/(liberty|mitaka)).*$
# NOTE(therve) (heat) only run convergence lbaasv1 on mitaka # NOTE(therve) (heat) only run convergence lbaasv1 on mitaka
- name: ^gate-heat-dsvm-functional-convg-mysql-lbaasv1$ - name: ^gate-heat-dsvm-functional-convg-mysql-lbaasv1-ubuntu-trusty$
branch: ^(stable/mitaka).*$ branch: ^(stable/mitaka).*$
# NOTE(therve) (heat) run convergence lbaasv2 newton and forward # NOTE(therve) (heat) run convergence lbaasv2 newton and forward
- name: ^gate-heat-dsvm-functional-convg-mysql-lbaasv2$ - name: ^gate-heat-dsvm-functional-convg-mysql-lbaasv2-ubuntu-xenial$
branch: ^(?!stable/(liberty|mitaka)).*$ branch: ^(?!stable/(liberty|mitaka)).*$
- name: gate-tempest-dsvm-heat - name: gate-tempest-dsvm-heat
branch: ^(stable/liberty).*$ branch: ^(stable/liberty).*$
- name: gate-tempest-dsvm-heat-apache - name: gate-tempest-dsvm-heat-apache-ubuntu-trusty
branch: ^(?!stable/liberty).*$ branch: ^(stable/mitaka).*$
- name: gate-tempest-dsvm-heat-apache-ubuntu-xenial
branch: ^(?!stable/(liberty|mitaka)).*$
- name: ^gate-networking-cisco-compare-coverage-ubuntu-xenial$ - name: ^gate-networking-cisco-compare-coverage-ubuntu-xenial$
voting: false voting: false
@ -3625,7 +3628,7 @@ projects:
- gate-grenade-dsvm-neutron-ubuntu-trusty - gate-grenade-dsvm-neutron-ubuntu-trusty
- gate-grenade-dsvm-neutron-ubuntu-xenial - gate-grenade-dsvm-neutron-ubuntu-xenial
- gate-grenade-dsvm-forward - gate-grenade-dsvm-forward
- gate-grenade-dsvm-heat-nv - gate-grenade-dsvm-heat-ubuntu-xenial-nv
- gate-grenade-dsvm-multinode - gate-grenade-dsvm-multinode
- gate-grenade-dsvm-neutron-multinode-ubuntu-trusty - gate-grenade-dsvm-neutron-multinode-ubuntu-trusty
- gate-grenade-dsvm-neutron-multinode-ubuntu-xenial - gate-grenade-dsvm-neutron-multinode-ubuntu-xenial
@ -10148,31 +10151,39 @@ projects:
- name: api-ref-jobs - name: api-ref-jobs
- name: install-guide-jobs - name: install-guide-jobs
check: check:
- gate-heat-dsvm-functional-orig-mysql-lbaasv1 - gate-heat-dsvm-functional-orig-mysql-lbaasv1-ubuntu-trusty
- gate-heat-dsvm-functional-convg-mysql-lbaasv1 - gate-heat-dsvm-functional-convg-mysql-lbaasv1-ubuntu-trusty
- gate-heat-dsvm-functional-orig-mysql-lbaasv2 - gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-trusty
- gate-heat-dsvm-functional-convg-mysql-lbaasv2 - gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial
- gate-heat-dsvm-functional-convg-mysql-lbaasv2-ubuntu-trusty
- gate-heat-dsvm-functional-convg-mysql-lbaasv2-ubuntu-xenial
- gate-tempest-dsvm-heat - gate-tempest-dsvm-heat
- gate-tempest-dsvm-heat-apache - gate-tempest-dsvm-heat-apache-ubuntu-trusty
- gate-grenade-dsvm-heat - gate-tempest-dsvm-heat-apache-ubuntu-xenial
- gate-grenade-dsvm-heat-ubuntu-trusty
- gate-grenade-dsvm-heat-ubuntu-xenial
- gate-tempest-dsvm-heat-identity-v3-only-nv - gate-tempest-dsvm-heat-identity-v3-only-nv
gate: gate:
- gate-heat-dsvm-functional-orig-mysql-lbaasv1 - gate-heat-dsvm-functional-orig-mysql-lbaasv1-ubuntu-trusty
- gate-heat-dsvm-functional-convg-mysql-lbaasv1 - gate-heat-dsvm-functional-convg-mysql-lbaasv1-ubuntu-trusty
- gate-heat-dsvm-functional-orig-mysql-lbaasv2 - gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-trusty
- gate-heat-dsvm-functional-convg-mysql-lbaasv2 - gate-heat-dsvm-functional-orig-mysql-lbaasv2-ubuntu-xenial
- gate-heat-dsvm-functional-convg-mysql-lbaasv2-ubuntu-trusty
- gate-heat-dsvm-functional-convg-mysql-lbaasv2-ubuntu-xenial
- gate-tempest-dsvm-heat - gate-tempest-dsvm-heat
- gate-tempest-dsvm-heat-apache - gate-tempest-dsvm-heat-apache-ubuntu-trusty
- gate-grenade-dsvm-heat - gate-tempest-dsvm-heat-apache-ubuntu-xenial
- gate-grenade-dsvm-heat-ubuntu-trusty
- gate-grenade-dsvm-heat-ubuntu-xenial
post: post:
- heat-coverage-db-ubuntu-trusty - heat-coverage-db-ubuntu-trusty
- heat-coverage-db-ubuntu-xenial - heat-coverage-db-ubuntu-xenial
periodic: periodic:
- gate-rally-dsvm-fakevirt-heat - gate-rally-dsvm-fakevirt-heat
experimental: experimental:
- gate-heat-dsvm-functional-orig-mysql-lbaasv1-identity-v3-only-nv - gate-heat-dsvm-functional-orig-mysql-lbaasv1-ubuntu-trusty-identity-v3-only-nv
- gate-rally-dsvm-fakevirt-heat - gate-rally-dsvm-fakevirt-heat
- gate-heat-dsvm-functional-orig-postgres-lbaasv1 - gate-heat-dsvm-functional-orig-postgres-lbaasv1-ubuntu-trusty
- gate-tripleo-ci-centos-7-nonha-multinode - gate-tripleo-ci-centos-7-nonha-multinode
- name: openstack/heat-cfntools - name: openstack/heat-cfntools