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:
parent
23342e4846
commit
09d41349cc
@ -15174,10 +15174,15 @@
|
||||
- install-guide-jobs:
|
||||
service: database
|
||||
- periodic-python-jobs-with-oslo-master
|
||||
- 'gate-trove-functional-dsvm-{datastore}{job-suffix}':
|
||||
datastore:
|
||||
- 'mysql'
|
||||
- 'gate-trove-functional-dsvm-{datastore}-{node}{job-suffix}':
|
||||
datastore: 'mysql'
|
||||
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
|
||||
- 'gate-trove-legacy-functional-dsvm-{datastore}{job-suffix}':
|
||||
datastore: 'mysql'
|
||||
|
@ -112,8 +112,8 @@
|
||||
|
||||
- job-template:
|
||||
description: This job uses image elements in the trove repository.
|
||||
name: 'gate-trove-functional-dsvm-{datastore}{job-suffix}'
|
||||
node: ubuntu-trusty
|
||||
name: 'gate-trove-functional-dsvm-{datastore}-{node}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
|
@ -15848,10 +15848,10 @@ projects:
|
||||
- name: lib-forward-testing
|
||||
- name: release-notes-jobs
|
||||
check:
|
||||
- gate-trove-functional-dsvm-mysql
|
||||
- gate-trove-functional-dsvm-mysql-ubuntu-trusty
|
||||
- gate-trove-legacy-functional-dsvm-mysql
|
||||
gate:
|
||||
- gate-trove-functional-dsvm-mysql
|
||||
- gate-trove-functional-dsvm-mysql-ubuntu-trusty
|
||||
- gate-trove-legacy-functional-dsvm-mysql
|
||||
|
||||
- name: openstack/python-vitrageclient
|
||||
@ -17652,7 +17652,8 @@ projects:
|
||||
- name: periodic-jobs-with-oslo-master
|
||||
- name: api-ref-jobs
|
||||
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-tempest-dsvm-trove
|
||||
- gate-trove-scenario-functional-dsvm-mariadb-nv
|
||||
@ -17668,7 +17669,7 @@ projects:
|
||||
- gate-trove-tox-db-apiexamples-ubuntu-xenial
|
||||
- gate-trove-tox-pylint-ubuntu-xenial
|
||||
gate:
|
||||
- gate-trove-functional-dsvm-mysql
|
||||
- gate-trove-functional-dsvm-mysql-ubuntu-trusty
|
||||
- gate-trove-legacy-functional-dsvm-mysql
|
||||
- gate-trove-scenario-functional-dsvm-mysql
|
||||
- gate-trove-scenario-functional-dsvm-redis
|
||||
|
Loading…
Reference in New Issue
Block a user