make a non-voting gate-trove-functional-mysql-ubuntu-xenial job

The goal of this commit is to create a single non-voting
gate-trove-functional-mysql-ubuntu-xenial job that will only run in
the master branch of the trove project. It will be used to verify a
change that will make it possible to run the trove CI jobs for master
on xenial nodes.

Change-Id: Ibc0ac0ae205a748ffaa7fb4c8e4305d75515aae1
This commit is contained in:
Amrith Kumar 2016-11-21 14:04:20 -05:00
parent 23342e4846
commit 09d41349cc
3 changed files with 15 additions and 9 deletions

View File

@ -15174,10 +15174,15 @@
- install-guide-jobs: - install-guide-jobs:
service: database service: database
- periodic-python-jobs-with-oslo-master - periodic-python-jobs-with-oslo-master
- 'gate-trove-functional-dsvm-{datastore}{job-suffix}': - 'gate-trove-functional-dsvm-{datastore}-{node}{job-suffix}':
datastore: datastore: 'mysql'
- 'mysql'
job-suffix: '' job-suffix: ''
node: 'ubuntu-trusty'
branch-override: default
- 'gate-trove-functional-dsvm-{datastore}-{node}{job-suffix}':
datastore: 'mysql'
job-suffix: '-nv'
node: 'ubuntu-xenial'
branch-override: default branch-override: default
- 'gate-trove-legacy-functional-dsvm-{datastore}{job-suffix}': - 'gate-trove-legacy-functional-dsvm-{datastore}{job-suffix}':
datastore: 'mysql' datastore: 'mysql'

View File

@ -112,8 +112,8 @@
- job-template: - job-template:
description: This job uses image elements in the trove repository. description: This job uses image elements in the trove repository.
name: 'gate-trove-functional-dsvm-{datastore}{job-suffix}' name: 'gate-trove-functional-dsvm-{datastore}-{node}{job-suffix}'
node: ubuntu-trusty node: '{node}'
wrappers: wrappers:
- build-timeout: - build-timeout:

View File

@ -15848,10 +15848,10 @@ projects:
- name: lib-forward-testing - name: lib-forward-testing
- name: release-notes-jobs - name: release-notes-jobs
check: check:
- gate-trove-functional-dsvm-mysql - gate-trove-functional-dsvm-mysql-ubuntu-trusty
- gate-trove-legacy-functional-dsvm-mysql - gate-trove-legacy-functional-dsvm-mysql
gate: gate:
- gate-trove-functional-dsvm-mysql - gate-trove-functional-dsvm-mysql-ubuntu-trusty
- gate-trove-legacy-functional-dsvm-mysql - gate-trove-legacy-functional-dsvm-mysql
- name: openstack/python-vitrageclient - name: openstack/python-vitrageclient
@ -17652,7 +17652,8 @@ projects:
- name: periodic-jobs-with-oslo-master - name: periodic-jobs-with-oslo-master
- name: api-ref-jobs - name: api-ref-jobs
check: check:
- gate-trove-functional-dsvm-mysql - gate-trove-functional-dsvm-mysql-ubuntu-trusty
- gate-trove-functional-dsvm-mysql-ubuntu-xenial-nv
- gate-trove-legacy-functional-dsvm-mysql - gate-trove-legacy-functional-dsvm-mysql
- gate-tempest-dsvm-trove - gate-tempest-dsvm-trove
- gate-trove-scenario-functional-dsvm-mariadb-nv - gate-trove-scenario-functional-dsvm-mariadb-nv
@ -17668,7 +17669,7 @@ projects:
- gate-trove-tox-db-apiexamples-ubuntu-xenial - gate-trove-tox-db-apiexamples-ubuntu-xenial
- gate-trove-tox-pylint-ubuntu-xenial - gate-trove-tox-pylint-ubuntu-xenial
gate: gate:
- gate-trove-functional-dsvm-mysql - gate-trove-functional-dsvm-mysql-ubuntu-trusty
- gate-trove-legacy-functional-dsvm-mysql - gate-trove-legacy-functional-dsvm-mysql
- gate-trove-scenario-functional-dsvm-mysql - gate-trove-scenario-functional-dsvm-mysql
- gate-trove-scenario-functional-dsvm-redis - gate-trove-scenario-functional-dsvm-redis