Remove unused tempest-dsvm-neutron-isolated-parallel job
The tempest-dsvm-neutron-isolated-parallel job was added to the experimental neutron queue to assess whether neutron was ready to successfully pass parallel tests. In the meanwhile this job has been removed from the experimental queue and the neutron full job has been added to the neutron check and gate queues and set to voting. The tempest-dsvm-neutron-isolated-parallel can therefore be safely removed. Change-Id: Ia2fa88affbfcff28ec23b41452cc2c2feacab33a
This commit is contained in:
parent
c527a855b6
commit
b0643048b2
@ -344,37 +344,6 @@
|
||||
- console-log
|
||||
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-tempest-dsvm-neutron-isolated-parallel{branch-designator}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 125
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export DEVSTACK_GATE_TEMPEST_ALLOW_TENANT_ISOLATION=1
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-tempest-dsvm-neutron-dvr{branch-designator}'
|
||||
node: '{node}'
|
||||
@ -1428,7 +1397,6 @@
|
||||
- '{pipeline}-tempest-dsvm-neutron{branch-designator}'
|
||||
- '{pipeline}-tempest-master-dsvm-neutron{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-neutron-pg{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-neutron-isolated-parallel{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-neutron-dvr{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-neutron-full{branch-designator}'
|
||||
- '{pipeline}-devstack-dsvm-cells{branch-designator}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user