Fix environment for coverage runs.

This commit removes the DEVSTACK_GATE_TEMPEST_FULL enviromental variable
from the coverage periodic job definition. If this variable is set it
actually blocks coverage from being collected because of the if logic in
devstack-gate.

Change-Id: Ie3a692643bdcf5d5abce586b905e5f65e1f635dd
Reviewed-on: https://review.openstack.org/35399
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Matthew Treinish 2013-07-02 18:06:15 -04:00 committed by Jenkins
parent a263a21888
commit cf06134ea4

View File

@ -403,7 +403,7 @@
- job:
name: periodic-tempest-devstack-coverage-vm-full
name: periodic-tempest-devstack-vm-coverage
node: devstack-precise
wrappers:
@ -428,7 +428,6 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_FULL=1
export DEVSTACK_GATE_TEMPEST_COVERAGE=1
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh