Merge "[sahara] Drop tests for direct engine"
This commit is contained in:
commit
2fc0c42629
@ -12871,13 +12871,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
|
||||||
@ -13488,34 +13487,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
|
||||||
|
|
||||||
@ -13602,20 +13585,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
|
||||||
|
|
||||||
|
@ -2655,10 +2655,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
|
||||||
|
|
||||||
@ -15563,7 +15559,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
|
||||||
@ -16115,15 +16111,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
|
||||||
@ -16229,14 +16221,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