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:35:48 -0500
commit3c09d0d9a784f7be7f916efda9e4fb80db6700c0 (patch)
tree4fb0c8c7c8459d9fdfd3abf8a5b97605bc8f2f3d
parentd25de955292037a3fde92ca9c4a6ec528c807531 (diff)
downloadmongo-3c09d0d9a784f7be7f916efda9e4fb80db6700c0.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 d7edd9c7404..5579fadbcdf 100644
--- a/etc/longevity.yml
+++ b/etc/longevity.yml
@@ -135,8 +135,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 4d456349661..76d2a82da0f 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -159,8 +159,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