From a3be3a3afc45ae8eb49b69be89be7335aee58ae5 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 10 Jan 2013 13:59:06 -0800 Subject: [PATCH] Remove tempest-full logic. If you want to run the full suite, make that decision outside of this script. There are new jobs that do this: Requires https://review.openstack.org/19427 be in place. Change-Id: I4681fe684996a818e5d57f922724cd20c87ad53e --- devstack-vm-gate-wrap.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 198af9e0..8200cea0 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -313,13 +313,6 @@ echo "Pipeline: $ZUUL_PIPELINE" setup_host &> $WORKSPACE/logs/devstack-gate-setup-host.txt -# We want to run the full tempest test suite for -# new commits to Tempest, and the smoke test suite -# for commits to the core projects -if [[ $ZUUL_PROJECT == "openstack/tempest" ]]; then - export DEVSTACK_GATE_TEMPEST_FULL=1 -fi - export COVERAGE_OUT=$WORKSPACE/logs/coverage-report # Run the test