diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 42bfb555..a6fdc8fa 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -157,9 +157,6 @@ export DEVSTACK_GATE_TEMPEST=${DEVSTACK_GATE_TEMPEST:-0} # installed and configured, but the tests will be skipped export DEVSTACK_GATE_TEMPEST_NOTESTS=${DEVSTACK_GATE_TEMPEST_NOTESTS:-0} -# Set to 1 to run the devstack exercises -export DEVSTACK_GATE_EXERCISES=${DEVSTACK_GATE_EXERCISES:-0} - # Set to 1 to run postgresql instead of mysql export DEVSTACK_GATE_POSTGRES=${DEVSTACK_GATE_POSTGRES:-0} diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 2cba15e4..939f9b83 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -813,12 +813,6 @@ if [[ "$DEVSTACK_GATE_REMOVE_STACK_SUDO" -eq 1 ]]; then -a "path=/etc/sudoers.d/50_stack_sh state=absent" fi -if [[ "$DEVSTACK_GATE_EXERCISES" -eq "1" ]]; then - echo "Running devstack exercises" - $ANSIBLE all -f 5 -i "$WORKSPACE/inventory" -m shell \ - -a "cd '$BASE/new/devstack' && sudo -H -u stack ./exercise.sh" -fi - if [[ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]]; then # under tempest isolation tempest will need to write .tox dir, log files if [[ -d "$BASE/new/tempest" ]]; then