summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2018-01-29 17:43:45 -0500
committerdalyd <david.daly@mongodb.com>2018-01-30 10:36:19 -0500
commit71826562917b94eea4184561ba41dba219781248 (patch)
tree09395f77a2dfadeea2694c2150516e196780d013
parent6fc36be1614f4ae641fefd2d5085958025bac3b4 (diff)
downloadmongo-71826562917b94eea4184561ba41dba219781248.tar.gz
SERVER-32891: Sys-perf change order of mongodb_setup and workload_setup calls
(cherry picked from commit 78b96cbd2d39f3ceff2ecb8e0029e95c18d6506d)
-rw-r--r--etc/longevity.yml2
-rw-r--r--etc/system_perf.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml
index f3f529339a2..d627fbdb300 100644
--- a/etc/longevity.yml
+++ b/etc/longevity.yml
@@ -136,8 +136,8 @@ functions:
source ./dsienv.sh
source ./venv/bin/activate
infrastructure_provisioning.py
- mongodb_setup.py
workload_setup.py
+ mongodb_setup.py
"run test":
- command: shell.exec
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 8b856b90f58..7c09c6fa957 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -160,8 +160,8 @@ functions:
source ./dsienv.sh
source ./venv/bin/activate
infrastructure_provisioning.py
- mongodb_setup.py
workload_setup.py
+ mongodb_setup.py
"run test":
- command: shell.exec