Removing non-existing neutron-lbaas functional job
This patch removes the gate-neutron-lbaas-dsvm-functional-ubuntu-xenial-nv gate from neutron-lbaas. These tests were never committed/developed and this gate was never functional. Change-Id: I0e6ba3739a469d091814fa9305d2dbb5f0df5be3
This commit is contained in:
parent
a692b93caa
commit
59c87415ee
@ -101,52 +101,6 @@
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-neutron-lbaas-dsvm-functional-{node}{suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 130
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_UNSTACK=1
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export DEVSTACK_GATE_INSTALL_TESTONLY=1
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
|
||||
function gate_hook {{
|
||||
bash -xe $BASE/new/neutron-lbaas/neutron_lbaas/tests/contrib/gate_hook.sh dsvm-functional
|
||||
}}
|
||||
export -f gate_hook
|
||||
|
||||
function post_test_hook {{
|
||||
bash -xe $BASE/new/neutron-lbaas/neutron_lbaas/tests/contrib/post_test_hook.sh dsvm-functional
|
||||
}}
|
||||
export -f post_test_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
publishers:
|
||||
- test-results
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: gate-neutron-lbaas-dashboard-dsvm-integration-{node}{suffix}
|
||||
node: '{node}'
|
||||
|
@ -8303,11 +8303,6 @@
|
||||
- scenario
|
||||
- scenario-namespace
|
||||
- api-namespace
|
||||
- '{pipeline}-neutron-lbaas-dsvm-functional-{node}{suffix}':
|
||||
pipeline: gate
|
||||
node: ubuntu-xenial
|
||||
suffix: '-nv'
|
||||
branch-override: default
|
||||
|
||||
- project:
|
||||
name: neutron-lbaas-dashboard
|
||||
|
@ -13163,7 +13163,6 @@ projects:
|
||||
- gate-neutron-lbaasv2-dsvm-py3x-api-ubuntu-xenial-nv
|
||||
- gate-neutron-lbaasv2-dsvm-api-namespace-ubuntu-xenial-nv
|
||||
- gate-neutron-lbaasv2-dsvm-py3x-api-namespace-ubuntu-xenial-nv
|
||||
- gate-neutron-lbaas-dsvm-functional-ubuntu-xenial-nv
|
||||
- gate-neutron-lbaasv2-dsvm-minimal-ubuntu-xenial
|
||||
- gate-neutron-lbaasv2-dsvm-loadbalancer-ubuntu-xenial
|
||||
- gate-neutron-lbaasv2-dsvm-listener-ubuntu-xenial
|
||||
|
Loading…
Reference in New Issue
Block a user