summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2018-02-13 14:13:44 +0200
committerHenrik Ingo <henrik.ingo@mongodb.com>2018-02-13 14:13:44 +0200
commitba20ef3dc5e82459f9c7ddbce4a055b3d32aab74 (patch)
tree2f56be769e1f65d52ea1f0755040938b2a26251a
parent8177601e4ac15724922c663c8f26a7568b930dc3 (diff)
downloadmongo-ba20ef3dc5e82459f9c7ddbce4a055b3d32aab74.tar.gz
Revert "SERVER-33142 Don't reuse clusters in system_perf.yml"
This reverts commit 8177601e4ac15724922c663c8f26a7568b930dc3.
-rw-r--r--etc/system_perf.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 4c4575323b1..e366819c94a 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -43,7 +43,9 @@ post:
working_dir: work
script: |
source ./dsienv.sh
- infrastructure_teardown.py
+ if [ -e /data/infrastructure_provisioning/terraform/provisioned.${cluster} ]; then
+ mark_idle.sh
+ fi
- command: shell.exec
params: