Switch neutron full job to run in parallel
This commit switches the experimental neutron full job from running serially to running in parallel. This will enable debugging parallel issues with neutron before we switch the gating jobs to parallel. Change-Id: I85215a01f8ef392ef903076035a837129acc8a02
This commit is contained in:
parent
a5ece77a7c
commit
fa76507a88
@ -416,8 +416,9 @@
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_FULL=1
|
||||
export DEVSTACK_GATE_TEMPEST_TESTR_FULL=1
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export DEVSTACK_GATE_TEMPEST_ALLOW_TENANT_ISOLATION=1
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
- link-logs
|
||||
|
Loading…
x
Reference in New Issue
Block a user