summaryrefslogtreecommitdiff
path: root/etc/longevity.yml
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@10gen.com>2016-04-25 22:56:04 +0300
committerHenrik Ingo <henrik.ingo@10gen.com>2016-04-25 22:58:56 +0300
commit821c2bb43c54c822e9f2b2b35768c3e2266a5050 (patch)
tree5f9ae05b983985b1a040b6b097e9315b5b7a443c /etc/longevity.yml
parent9a85ea90b64ee1d77045e69b0043d12ca8b85c48 (diff)
downloadmongo-821c2bb43c54c822e9f2b2b35768c3e2266a5050.tar.gz
SERVER-23867 system_perf.yml: Refactor deployment of perf test clusters
Diffstat (limited to 'etc/longevity.yml')
-rw-r--r--etc/longevity.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml
index 5b4258e0dbe..d81b0d53531 100644
--- a/etc/longevity.yml
+++ b/etc/longevity.yml
@@ -75,8 +75,7 @@ functions:
set -e
set -o verbose
cd ./clusters/${cluster}
- # configure mongodb cluster with wiredTiger
- USE_CSRS=${use_csrs} ../../bin/config-${setup}.sh mongodb ${storageEngine} ${numShard}
+ ../../bin/configure-mongodb-cluster.sh ${setup} ${storageEngine}
echo "${cluster} MongoDB Cluster STARTED."
"run test":
@@ -231,8 +230,6 @@ tasks:
- func: "prepare environment"
- func: "bring up 3 shard cluster"
- func: "configure mongodb cluster"
- vars:
- use_csrs: "true"
- func: "run test"
vars:
storageEngine: "wiredTiger"
@@ -252,8 +249,6 @@ tasks:
- func: "prepare environment"
- func: "bring up 3 shard cluster"
- func: "configure mongodb cluster"
- vars:
- use_csrs: "true"
- func: "run test"
vars:
storageEngine: "mmapv1"