[sahara] Drop tests for direct engine
Direct engine works on Liberty only and that is almost EOL. There is no sense to continue tests of that engine Change-Id: I701b8b04e082ad4998ab0fb8117ca33932375462
This commit is contained in:
parent
c8937032b0
commit
5bdad7bcdb
@ -12817,13 +12817,12 @@
|
||||
- pypi-jobs
|
||||
- openstack-client-publish-jobs
|
||||
- openstack-releasenotes-jobs
|
||||
- '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}':
|
||||
- '{pipeline}-{name}-dsvm-scenario-{network}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
network: neutron
|
||||
engine: heat
|
||||
- '{pipeline}-tempest-dsvm-neutron-src-python-saharaclient{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
@ -13430,34 +13429,18 @@
|
||||
node: ubuntu-trusty
|
||||
job-suffix: '-nv'
|
||||
branch-override: default
|
||||
- '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}':
|
||||
- '{pipeline}-{name}-dsvm-scenario-{network}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
network: neutron
|
||||
engine: heat
|
||||
- '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}':
|
||||
- '{pipeline}-{name}-dsvm-scenario-{network}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
network: nova
|
||||
engine: heat
|
||||
- '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
network: neutron
|
||||
engine: direct
|
||||
- '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
network: nova
|
||||
engine: direct
|
||||
- api-ref-jobs:
|
||||
service: data-processing
|
||||
|
||||
@ -13544,20 +13527,18 @@
|
||||
- python-jobs
|
||||
- gate-{name}-pylint
|
||||
- openstack-releasenotes-jobs
|
||||
- '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}':
|
||||
- '{pipeline}-{name}-dsvm-scenario-{network}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
network: neutron
|
||||
engine: heat
|
||||
- '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}':
|
||||
- '{pipeline}-{name}-dsvm-scenario-{network}{job-suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-trusty
|
||||
job-suffix: ''
|
||||
branch-override: default
|
||||
network: nova
|
||||
engine: heat
|
||||
|
||||
- project:
|
||||
name: salt-formula-ceilometer
|
||||
|
@ -282,7 +282,7 @@
|
||||
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}'
|
||||
name: '{pipeline}-{name}-dsvm-scenario-{network}{job-suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
@ -322,19 +322,15 @@
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
fi
|
||||
|
||||
if [ "{engine}" == "heat" ] ; then
|
||||
export DEVSTACK_GATE_HEAT=1
|
||||
fi
|
||||
|
||||
function pre_test_hook {{
|
||||
cd /opt/stack/new/sahara-tests/tools/gate/scenario
|
||||
./pre_test_hook.sh {network} {engine}
|
||||
./pre_test_hook.sh {network}
|
||||
}}
|
||||
export -f pre_test_hook
|
||||
|
||||
function post_test_hook {{
|
||||
cd /opt/stack/new/sahara-tests/tools/gate/scenario
|
||||
./post_test_hook.sh {network} {engine}
|
||||
./post_test_hook.sh {network}
|
||||
}}
|
||||
export -f post_test_hook
|
||||
|
||||
|
@ -2654,10 +2654,6 @@ jobs:
|
||||
- name: gate-neutron-lbaas-dashboard-dsvm-integration
|
||||
voting: false
|
||||
|
||||
# direct engine only in stable/liberty
|
||||
- name: ^gate-sahara-dsvm-scenario.*-direct$
|
||||
branch: ^stable/liberty$
|
||||
|
||||
- name: gate-sahara-tests-pylint
|
||||
voting: false
|
||||
|
||||
@ -15539,7 +15535,7 @@ projects:
|
||||
check:
|
||||
- gate-python-saharaclient-python34
|
||||
- gate-sahara-cli-nv
|
||||
- gate-python-saharaclient-dsvm-scenario-neutron-heat-nv
|
||||
- gate-python-saharaclient-dsvm-scenario-neutron-nv
|
||||
post:
|
||||
- python-saharaclient-coverage-ubuntu-trusty
|
||||
- python-saharaclient-coverage-ubuntu-xenial
|
||||
@ -16091,15 +16087,11 @@ projects:
|
||||
- sahara-coverage-db-ubuntu-trusty
|
||||
- sahara-coverage-db-ubuntu-xenial
|
||||
- gate-grenade-dsvm-sahara
|
||||
- gate-sahara-dsvm-scenario-neutron-heat
|
||||
- gate-sahara-dsvm-scenario-nova-heat
|
||||
- gate-sahara-dsvm-scenario-neutron-direct
|
||||
- gate-sahara-dsvm-scenario-nova-direct
|
||||
- gate-sahara-dsvm-scenario-neutron
|
||||
- gate-sahara-dsvm-scenario-nova
|
||||
gate:
|
||||
- gate-sahara-dsvm-scenario-neutron-heat
|
||||
- gate-sahara-dsvm-scenario-nova-heat
|
||||
- gate-sahara-dsvm-scenario-neutron-direct
|
||||
- gate-sahara-dsvm-scenario-nova-direct
|
||||
- gate-sahara-dsvm-scenario-neutron
|
||||
- gate-sahara-dsvm-scenario-nova
|
||||
- gate-tempest-dsvm-sahara
|
||||
post:
|
||||
- sahara-coverage-db-ubuntu-trusty
|
||||
@ -16205,14 +16197,14 @@ projects:
|
||||
check:
|
||||
- gate-sahara-tests-pylint
|
||||
- gate-tempest-dsvm-sahara-nv
|
||||
- gate-sahara-tests-dsvm-scenario-neutron-heat
|
||||
- gate-sahara-tests-dsvm-scenario-nova-heat
|
||||
- gate-sahara-tests-dsvm-scenario-neutron
|
||||
- gate-sahara-tests-dsvm-scenario-nova
|
||||
- gate-sahara-cli-nv
|
||||
- sahara-tests-coverage-ubuntu-trusty
|
||||
- sahara-tests-coverage-ubuntu-xenial
|
||||
gate:
|
||||
- gate-sahara-tests-dsvm-scenario-neutron-heat
|
||||
- gate-sahara-tests-dsvm-scenario-nova-heat
|
||||
- gate-sahara-tests-dsvm-scenario-neutron
|
||||
- gate-sahara-tests-dsvm-scenario-nova
|
||||
post:
|
||||
- sahara-tests-coverage-ubuntu-trusty
|
||||
- sahara-tests-coverage-ubuntu-xenial
|
||||
|
Loading…
Reference in New Issue
Block a user