From 368e7331cfce3e57a1ba2e4b5a570988b8d52179 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Mon, 15 Jul 2013 13:13:29 -0400 Subject: [PATCH] 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 Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- .../files/jenkins_job_builder/config/devstack-gate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml index 74209690b7..9ca294850c 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml @@ -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