Fix periodic-tempest-devstack-vm-stress job
The job was not actually running the stress tests, it would exit after the devstack exercises because the DEVSTACK_GATE_TEMPEST variable was not set. This variable is required to run any tempest tox job. This commit corrects the behavior by setting DEVSTACK_GATE_TEMPEST to 1. Change-Id: Ica2100a43b86cb4b11d090b39d9f98e4e8bbc224 Reviewed-on: https://review.openstack.org/37099 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
This commit is contained in:
parent
6a0d55495e
commit
368e7331cf
@ -535,6 +535,7 @@
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_GATE_TEMPEST_STRESS=1
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user