Merge "aodh: run MySQL and PostgreSQL jobs on Xenial starting with Ocata"

This commit is contained in:
Jenkins 2016-10-12 19:21:04 +00:00 committed by Gerrit Code Review
commit 3c0b529dfa
3 changed files with 26 additions and 18 deletions

View File

@ -1,5 +1,5 @@
- job-template: - job-template:
name: '{pipeline}-aodh-dsvm-functional-{backend}' name: '{pipeline}-aodh-dsvm-functional-{backend}-{node}'
node: '{node}' node: '{node}'
wrappers: wrappers:
@ -39,7 +39,7 @@
- job-template: - job-template:
name: 'gate-aodh-dsvm-tempest-plugin-{backend}{network}' name: 'gate-aodh-dsvm-tempest-plugin-{backend}{network}'
node: ubuntu-trusty node: ubuntu-xenial
wrappers: wrappers:
- build-timeout: - build-timeout:

View File

@ -153,19 +153,23 @@
- openstack-publish-jobs - openstack-publish-jobs
- translation-jobs - translation-jobs
- openstack-releasenotes-jobs - openstack-releasenotes-jobs
- '{pipeline}-aodh-dsvm-functional-{backend}': - '{pipeline}-aodh-dsvm-functional-{backend}-{node}':
node: ubuntu-trusty node: ubuntu-trusty
pipeline: gate pipeline: gate
backend: hbase backend: hbase
- '{pipeline}-aodh-dsvm-functional-{backend}': - '{pipeline}-aodh-dsvm-functional-{backend}-{node}':
node: ubuntu-trusty node:
- ubuntu-trusty
- ubuntu-xenial
pipeline: gate pipeline: gate
backend: mysql backend: mysql
- '{pipeline}-aodh-dsvm-functional-{backend}': - '{pipeline}-aodh-dsvm-functional-{backend}-{node}':
node: ubuntu-trusty node:
- ubuntu-trusty
- ubuntu-xenial
pipeline: gate pipeline: gate
backend: postgresql backend: postgresql
- '{pipeline}-aodh-dsvm-functional-{backend}': - '{pipeline}-aodh-dsvm-functional-{backend}-{node}':
node: ubuntu-trusty node: ubuntu-trusty
pipeline: gate pipeline: gate
backend: mongodb backend: mongodb

View File

@ -2983,10 +2983,10 @@ jobs:
- name: ^gate-tempest-dsvm-lvm-multibackend - name: ^gate-tempest-dsvm-lvm-multibackend
branch: ^(?!stable/(liberty|mitaka)).*$ branch: ^(?!stable/(liberty|mitaka)).*$
- name: gate-aodh-dsvm-functional-hbase - name: gate-aodh-dsvm-functional-hbase-ubuntu-trusty
branch: ^stable/(mitaka|newton) branch: ^stable/(mitaka|newton)
- name: gate-aodh-dsvm-functional-mongodb - name: gate-aodh-dsvm-functional-mongodb-ubuntu-trusty
branch: ^stable/(liberty|mitaka|newton) branch: ^stable/(liberty|mitaka|newton)
- name: gate-aodh-dsvm-tempest-plugin-hbase - name: gate-aodh-dsvm-tempest-plugin-hbase
@ -5307,10 +5307,12 @@ projects:
- name: publish-to-pypi - name: publish-to-pypi
- name: install-guide-jobs - name: install-guide-jobs
check: check:
- gate-aodh-dsvm-functional-hbase - gate-aodh-dsvm-functional-hbase-ubuntu-trusty
- gate-aodh-dsvm-functional-mongodb - gate-aodh-dsvm-functional-mongodb-ubuntu-trusty
- gate-aodh-dsvm-functional-mysql - gate-aodh-dsvm-functional-mysql-ubuntu-trusty
- gate-aodh-dsvm-functional-postgresql - gate-aodh-dsvm-functional-postgresql-ubuntu-trusty
- gate-aodh-dsvm-functional-mysql-ubuntu-xenial
- gate-aodh-dsvm-functional-postgresql-ubuntu-xenial
- gate-aodh-dsvm-tempest-plugin-hbase - gate-aodh-dsvm-tempest-plugin-hbase
- gate-aodh-dsvm-tempest-plugin-mongodb - gate-aodh-dsvm-tempest-plugin-mongodb
- gate-aodh-dsvm-tempest-plugin-mysql - gate-aodh-dsvm-tempest-plugin-mysql
@ -5319,10 +5321,12 @@ projects:
- gate-telemetry-dsvm-integration-aodh-ubuntu-trusty - gate-telemetry-dsvm-integration-aodh-ubuntu-trusty
- gate-telemetry-dsvm-integration-aodh-ubuntu-xenial - gate-telemetry-dsvm-integration-aodh-ubuntu-xenial
gate: gate:
- gate-aodh-dsvm-functional-hbase - gate-aodh-dsvm-functional-hbase-ubuntu-trusty
- gate-aodh-dsvm-functional-mongodb - gate-aodh-dsvm-functional-mongodb-ubuntu-trusty
- gate-aodh-dsvm-functional-mysql - gate-aodh-dsvm-functional-mysql-ubuntu-trusty
- gate-aodh-dsvm-functional-postgresql - gate-aodh-dsvm-functional-postgresql-ubuntu-trusty
- gate-aodh-dsvm-functional-mysql-ubuntu-xenial
- gate-aodh-dsvm-functional-postgresql-ubuntu-xenial
- gate-telemetry-dsvm-integration-aodh-ubuntu-trusty - gate-telemetry-dsvm-integration-aodh-ubuntu-trusty
- gate-telemetry-dsvm-integration-aodh-ubuntu-xenial - gate-telemetry-dsvm-integration-aodh-ubuntu-xenial