[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
|
- pypi-jobs
|
||||||
- openstack-client-publish-jobs
|
- openstack-client-publish-jobs
|
||||||
- openstack-releasenotes-jobs
|
- openstack-releasenotes-jobs
|
||||||
- '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}':
|
- '{pipeline}-{name}-dsvm-scenario-{network}{job-suffix}':
|
||||||
pipeline: gate
|
pipeline: gate
|
||||||
node: ubuntu-trusty
|
node: ubuntu-trusty
|
||||||
job-suffix: '-nv'
|
job-suffix: '-nv'
|
||||||
branch-override: default
|
branch-override: default
|
||||||
network: neutron
|
network: neutron
|
||||||
engine: heat
|
|
||||||
- '{pipeline}-tempest-dsvm-neutron-src-python-saharaclient{job-suffix}':
|
- '{pipeline}-tempest-dsvm-neutron-src-python-saharaclient{job-suffix}':
|
||||||
pipeline: gate
|
pipeline: gate
|
||||||
node: ubuntu-trusty
|
node: ubuntu-trusty
|
||||||
@ -13430,34 +13429,18 @@
|
|||||||
node: ubuntu-trusty
|
node: ubuntu-trusty
|
||||||
job-suffix: '-nv'
|
job-suffix: '-nv'
|
||||||
branch-override: default
|
branch-override: default
|
||||||
- '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}':
|
- '{pipeline}-{name}-dsvm-scenario-{network}{job-suffix}':
|
||||||
pipeline: gate
|
pipeline: gate
|
||||||
node: ubuntu-trusty
|
node: ubuntu-trusty
|
||||||
job-suffix: ''
|
job-suffix: ''
|
||||||
branch-override: default
|
branch-override: default
|
||||||
network: neutron
|
network: neutron
|
||||||
engine: heat
|
- '{pipeline}-{name}-dsvm-scenario-{network}{job-suffix}':
|
||||||
- '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}':
|
|
||||||
pipeline: gate
|
pipeline: gate
|
||||||
node: ubuntu-trusty
|
node: ubuntu-trusty
|
||||||
job-suffix: ''
|
job-suffix: ''
|
||||||
branch-override: default
|
branch-override: default
|
||||||
network: nova
|
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:
|
- api-ref-jobs:
|
||||||
service: data-processing
|
service: data-processing
|
||||||
|
|
||||||
@ -13544,20 +13527,18 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- gate-{name}-pylint
|
- gate-{name}-pylint
|
||||||
- openstack-releasenotes-jobs
|
- openstack-releasenotes-jobs
|
||||||
- '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}':
|
- '{pipeline}-{name}-dsvm-scenario-{network}{job-suffix}':
|
||||||
pipeline: gate
|
pipeline: gate
|
||||||
node: ubuntu-trusty
|
node: ubuntu-trusty
|
||||||
job-suffix: ''
|
job-suffix: ''
|
||||||
branch-override: default
|
branch-override: default
|
||||||
network: neutron
|
network: neutron
|
||||||
engine: heat
|
- '{pipeline}-{name}-dsvm-scenario-{network}{job-suffix}':
|
||||||
- '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}':
|
|
||||||
pipeline: gate
|
pipeline: gate
|
||||||
node: ubuntu-trusty
|
node: ubuntu-trusty
|
||||||
job-suffix: ''
|
job-suffix: ''
|
||||||
branch-override: default
|
branch-override: default
|
||||||
network: nova
|
network: nova
|
||||||
engine: heat
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: salt-formula-ceilometer
|
name: salt-formula-ceilometer
|
||||||
|
@ -282,7 +282,7 @@
|
|||||||
|
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: '{pipeline}-{name}-dsvm-scenario-{network}-{engine}{job-suffix}'
|
name: '{pipeline}-{name}-dsvm-scenario-{network}{job-suffix}'
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
|
||||||
wrappers:
|
wrappers:
|
||||||
@ -322,19 +322,15 @@
|
|||||||
export DEVSTACK_GATE_NEUTRON=1
|
export DEVSTACK_GATE_NEUTRON=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "{engine}" == "heat" ] ; then
|
|
||||||
export DEVSTACK_GATE_HEAT=1
|
|
||||||
fi
|
|
||||||
|
|
||||||
function pre_test_hook {{
|
function pre_test_hook {{
|
||||||
cd /opt/stack/new/sahara-tests/tools/gate/scenario
|
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
|
export -f pre_test_hook
|
||||||
|
|
||||||
function post_test_hook {{
|
function post_test_hook {{
|
||||||
cd /opt/stack/new/sahara-tests/tools/gate/scenario
|
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
|
export -f post_test_hook
|
||||||
|
|
||||||
|
@ -2654,10 +2654,6 @@ jobs:
|
|||||||
- name: gate-neutron-lbaas-dashboard-dsvm-integration
|
- name: gate-neutron-lbaas-dashboard-dsvm-integration
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
# direct engine only in stable/liberty
|
|
||||||
- name: ^gate-sahara-dsvm-scenario.*-direct$
|
|
||||||
branch: ^stable/liberty$
|
|
||||||
|
|
||||||
- name: gate-sahara-tests-pylint
|
- name: gate-sahara-tests-pylint
|
||||||
voting: false
|
voting: false
|
||||||
|
|
||||||
@ -15539,7 +15535,7 @@ projects:
|
|||||||
check:
|
check:
|
||||||
- gate-python-saharaclient-python34
|
- gate-python-saharaclient-python34
|
||||||
- gate-sahara-cli-nv
|
- gate-sahara-cli-nv
|
||||||
- gate-python-saharaclient-dsvm-scenario-neutron-heat-nv
|
- gate-python-saharaclient-dsvm-scenario-neutron-nv
|
||||||
post:
|
post:
|
||||||
- python-saharaclient-coverage-ubuntu-trusty
|
- python-saharaclient-coverage-ubuntu-trusty
|
||||||
- python-saharaclient-coverage-ubuntu-xenial
|
- python-saharaclient-coverage-ubuntu-xenial
|
||||||
@ -16091,15 +16087,11 @@ projects:
|
|||||||
- sahara-coverage-db-ubuntu-trusty
|
- sahara-coverage-db-ubuntu-trusty
|
||||||
- sahara-coverage-db-ubuntu-xenial
|
- sahara-coverage-db-ubuntu-xenial
|
||||||
- gate-grenade-dsvm-sahara
|
- gate-grenade-dsvm-sahara
|
||||||
- gate-sahara-dsvm-scenario-neutron-heat
|
- gate-sahara-dsvm-scenario-neutron
|
||||||
- gate-sahara-dsvm-scenario-nova-heat
|
- gate-sahara-dsvm-scenario-nova
|
||||||
- gate-sahara-dsvm-scenario-neutron-direct
|
|
||||||
- gate-sahara-dsvm-scenario-nova-direct
|
|
||||||
gate:
|
gate:
|
||||||
- gate-sahara-dsvm-scenario-neutron-heat
|
- gate-sahara-dsvm-scenario-neutron
|
||||||
- gate-sahara-dsvm-scenario-nova-heat
|
- gate-sahara-dsvm-scenario-nova
|
||||||
- gate-sahara-dsvm-scenario-neutron-direct
|
|
||||||
- gate-sahara-dsvm-scenario-nova-direct
|
|
||||||
- gate-tempest-dsvm-sahara
|
- gate-tempest-dsvm-sahara
|
||||||
post:
|
post:
|
||||||
- sahara-coverage-db-ubuntu-trusty
|
- sahara-coverage-db-ubuntu-trusty
|
||||||
@ -16205,14 +16197,14 @@ projects:
|
|||||||
check:
|
check:
|
||||||
- gate-sahara-tests-pylint
|
- gate-sahara-tests-pylint
|
||||||
- gate-tempest-dsvm-sahara-nv
|
- gate-tempest-dsvm-sahara-nv
|
||||||
- gate-sahara-tests-dsvm-scenario-neutron-heat
|
- gate-sahara-tests-dsvm-scenario-neutron
|
||||||
- gate-sahara-tests-dsvm-scenario-nova-heat
|
- gate-sahara-tests-dsvm-scenario-nova
|
||||||
- gate-sahara-cli-nv
|
- gate-sahara-cli-nv
|
||||||
- sahara-tests-coverage-ubuntu-trusty
|
- sahara-tests-coverage-ubuntu-trusty
|
||||||
- sahara-tests-coverage-ubuntu-xenial
|
- sahara-tests-coverage-ubuntu-xenial
|
||||||
gate:
|
gate:
|
||||||
- gate-sahara-tests-dsvm-scenario-neutron-heat
|
- gate-sahara-tests-dsvm-scenario-neutron
|
||||||
- gate-sahara-tests-dsvm-scenario-nova-heat
|
- gate-sahara-tests-dsvm-scenario-nova
|
||||||
post:
|
post:
|
||||||
- sahara-tests-coverage-ubuntu-trusty
|
- sahara-tests-coverage-ubuntu-trusty
|
||||||
- sahara-tests-coverage-ubuntu-xenial
|
- sahara-tests-coverage-ubuntu-xenial
|
||||||
|
Loading…
Reference in New Issue
Block a user