From be7d708ee2e31e51706e4a72fdd500a44ab5d40f Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 24 Dec 2013 06:24:03 -0500 Subject: [PATCH] don't use ec2 devstack exercises for validation we have tempest for this, and boto isn't that stable of a library. fixes the current gate wedge. Change-Id: Ie1ff921f51c0d2bc6283a31a09ebfdfc7d573d0f --- devstack-vm-gate.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index cf04b5a5..1136a3d4 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -45,7 +45,8 @@ function setup_localrc() { MY_ENABLED_SERVICES=$MY_ENABLED_SERVICES,tempest fi - SKIP_EXERCISES=boot_from_volume,client-env + # the exercises we *don't* want to test on for grenade + SKIP_EXERCISES=boot_from_volume,bundle,client-env,euca if [ "$LOCALRC_BRANCH" == "stable/grizzly" ]; then if [ "$DEVSTACK_GATE_NEUTRON" -eq "1" ]; then