telemetry: remove useless jobs

The telemetry XXXXXX-tempest-plugin-mysql-neutron tests do exactly the
same thing as XXXXXX-tempest-plugin-mysql. Nothing in the telemetry
tempest tests is neutron related.

So, this change removes these jobs.

Change-Id: Id0cb0762143b97021e52788af0677bc357b760a2
This commit is contained in:
Mehdi Abaakouk 2016-11-25 09:52:17 +01:00
parent 78b43090a8
commit f3064fa66b
3 changed files with 0 additions and 15 deletions

View File

@ -29,9 +29,6 @@
if [ "{special}" == "-identity-v3-only" ] ; then
export DEVSTACK_LOCAL_CONFIG+=$'\n'"ENABLE_IDENTITY_V2=False"
fi
if [ "x{network}" = "x-neutron" ] ; then
export DEVSTACK_GATE_NEUTRON=1
fi
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh

View File

@ -198,9 +198,6 @@
- 'gate-aodh-dsvm-tempest-plugin-{backend}{network}':
backend: mysql
network: ''
- 'gate-aodh-dsvm-tempest-plugin-{backend}{network}':
backend: mysql
network: '-neutron'
- 'gate-aodh-dsvm-tempest-plugin-{backend}{network}':
backend: postgresql
network: ''
@ -616,12 +613,6 @@
network: ''
job-suffix: ''
branch-override: default
- 'gate-ceilometer-dsvm-tempest-plugin-{backend}{special}{network}{job-suffix}':
backend: 'mysql'
special: ''
network: '-neutron'
job-suffix: ''
branch-override: default
- 'gate-ceilometer-dsvm-tempest-plugin-{backend}{special}{network}{job-suffix}':
backend: 'postgresql'
special: ''

View File

@ -5427,7 +5427,6 @@ projects:
- gate-aodh-dsvm-tempest-plugin-hbase
- gate-aodh-dsvm-tempest-plugin-mongodb
- gate-aodh-dsvm-tempest-plugin-mysql
- gate-aodh-dsvm-tempest-plugin-mysql-neutron
- gate-aodh-dsvm-tempest-plugin-postgresql
- gate-telemetry-dsvm-integration-aodh-ubuntu-trusty
- gate-telemetry-dsvm-integration-aodh-ubuntu-xenial
@ -5855,7 +5854,6 @@ projects:
- gate-ceilometer-dsvm-functional-postgresql
- gate-ceilometer-dsvm-tempest-plugin-mongodb
- gate-ceilometer-dsvm-tempest-plugin-mysql
- gate-ceilometer-dsvm-tempest-plugin-mysql-neutron
- gate-ceilometer-dsvm-tempest-plugin-postgresql
- gate-ceilometer-tox-db-py27-mongodb-ubuntu-xenial
- gate-ceilometer-tox-db-py27-mysql-ubuntu-xenial
@ -5870,7 +5868,6 @@ projects:
- gate-ceilometer-dsvm-functional-postgresql
- gate-ceilometer-dsvm-tempest-plugin-mongodb
- gate-ceilometer-dsvm-tempest-plugin-mysql
- gate-ceilometer-dsvm-tempest-plugin-mysql-neutron
- gate-ceilometer-dsvm-tempest-plugin-postgresql
- gate-ceilometer-tox-db-py27-mongodb-ubuntu-xenial
- gate-ceilometer-tox-db-py27-mysql-ubuntu-xenial