Merge "[trove] Add more nv scenario tests"
This commit is contained in:
commit
091b8f0c1f
@ -13264,14 +13264,6 @@
|
|||||||
datastore: 'mysql'
|
datastore: 'mysql'
|
||||||
job-suffix: ''
|
job-suffix: ''
|
||||||
branch-override: default
|
branch-override: default
|
||||||
- 'gate-trove-scenario-functional-dsvm-{datastore}{job-suffix}':
|
|
||||||
datastore: 'redis'
|
|
||||||
job-suffix: ''
|
|
||||||
branch-override: default
|
|
||||||
- 'gate-trove-scenario-functional-dsvm-{datastore}{job-suffix}':
|
|
||||||
datastore: 'mysql'
|
|
||||||
job-suffix: ''
|
|
||||||
branch-override: default
|
|
||||||
- 'gate-trove-functional-dsvm-{datastore}{job-suffix}':
|
- 'gate-trove-functional-dsvm-{datastore}{job-suffix}':
|
||||||
datastore: 'mysql'
|
datastore: 'mysql'
|
||||||
job-suffix: '-liberty'
|
job-suffix: '-liberty'
|
||||||
@ -13280,6 +13272,24 @@
|
|||||||
datastore: 'mysql'
|
datastore: 'mysql'
|
||||||
job-suffix: '-mitaka'
|
job-suffix: '-mitaka'
|
||||||
branch-override: stable/mitaka
|
branch-override: stable/mitaka
|
||||||
|
- 'gate-trove-scenario-functional-dsvm-{datastore}{job-suffix}':
|
||||||
|
job-suffix: ''
|
||||||
|
branch-override: default
|
||||||
|
datastore:
|
||||||
|
- mysql
|
||||||
|
- redis
|
||||||
|
- 'gate-trove-scenario-functional-dsvm-{datastore}{job-suffix}':
|
||||||
|
job-suffix: '-nv'
|
||||||
|
branch-override: default
|
||||||
|
datastore:
|
||||||
|
- cassandra
|
||||||
|
- couchbase
|
||||||
|
- couchdb
|
||||||
|
- mariadb
|
||||||
|
- mongodb
|
||||||
|
- percona
|
||||||
|
- postgresql
|
||||||
|
- pxc
|
||||||
- 'gate-trove-buildimage-{datastore}':
|
- 'gate-trove-buildimage-{datastore}':
|
||||||
datastore: 'mysql'
|
datastore: 'mysql'
|
||||||
- 'gate-trove-buildimage-{datastore}':
|
- 'gate-trove-buildimage-{datastore}':
|
||||||
|
@ -2712,10 +2712,7 @@ jobs:
|
|||||||
- name: gate-trove-buildimage-percona
|
- name: gate-trove-buildimage-percona
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
- name: gate-trove-scenario-functional-dsvm-mysql
|
- name: ^gate-trove-scenario-functional-dsvm-.*$
|
||||||
branch: ^(?!stable/(liberty|mitaka)).*$
|
|
||||||
|
|
||||||
- name: gate-trove-scenario-functional-dsvm-redis
|
|
||||||
branch: ^(?!stable/(liberty|mitaka)).*$
|
branch: ^(?!stable/(liberty|mitaka)).*$
|
||||||
|
|
||||||
- name: gate-trove-python34-db
|
- name: gate-trove-python34-db
|
||||||
@ -15823,16 +15820,24 @@ projects:
|
|||||||
check:
|
check:
|
||||||
- gate-trove-functional-dsvm-mysql
|
- gate-trove-functional-dsvm-mysql
|
||||||
- gate-tempest-dsvm-trove
|
- gate-tempest-dsvm-trove
|
||||||
- gate-trove-scenario-functional-dsvm-redis
|
- gate-trove-scenario-functional-dsvm-mariadb-nv
|
||||||
- gate-trove-scenario-functional-dsvm-mysql
|
- gate-trove-scenario-functional-dsvm-mysql
|
||||||
|
- gate-trove-scenario-functional-dsvm-postgresql-nv
|
||||||
|
- gate-trove-scenario-functional-dsvm-pxc-nv
|
||||||
|
- gate-trove-scenario-functional-dsvm-redis
|
||||||
gate:
|
gate:
|
||||||
- gate-trove-functional-dsvm-mysql
|
- gate-trove-functional-dsvm-mysql
|
||||||
- gate-trove-scenario-functional-dsvm-redis
|
|
||||||
- gate-trove-scenario-functional-dsvm-mysql
|
- gate-trove-scenario-functional-dsvm-mysql
|
||||||
|
- gate-trove-scenario-functional-dsvm-redis
|
||||||
post:
|
post:
|
||||||
- trove-coverage-db-ubuntu-trusty
|
- trove-coverage-db-ubuntu-trusty
|
||||||
- trove-coverage-db-ubuntu-xenial
|
- trove-coverage-db-ubuntu-xenial
|
||||||
experimental:
|
experimental:
|
||||||
|
- gate-trove-scenario-functional-dsvm-cassandra-nv
|
||||||
|
- gate-trove-scenario-functional-dsvm-couchbase-nv
|
||||||
|
- gate-trove-scenario-functional-dsvm-couchdb-nv
|
||||||
|
- gate-trove-scenario-functional-dsvm-mongodb-nv
|
||||||
|
- gate-trove-scenario-functional-dsvm-percona-nv
|
||||||
- gate-grenade-dsvm-trove
|
- gate-grenade-dsvm-trove
|
||||||
|
|
||||||
- name: openstack/trove-dashboard
|
- name: openstack/trove-dashboard
|
||||||
|
Loading…
Reference in New Issue
Block a user