summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2016-07-21 10:59:07 -0400
committerdalyd <david.daly@mongodb.com>2016-07-29 11:47:32 -0400
commit3c9ca6e217119bd894e8b31fa496263e2cd10c8f (patch)
treedc80bb1beffc0aad52139a98a4f974c5d2a982a8
parenteafa7790205b57ff768f6f10f4561810761af686 (diff)
downloadmongo-3c9ca6e217119bd894e8b31fa496263e2cd10c8f.tar.gz
SERVER-25193: Update system_perf.yml to simplify patch builds
(cherry picked from commit 3c3e987093dfcdf5404579886a8036ece55a60b1)
-rw-r--r--etc/system_perf.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 86165a91ee8..3666f8547de 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -154,6 +154,11 @@ functions:
source ./dsienv.sh
source ./venv/bin/activate
echo "Run test for ${test}-${storageEngine} with setup ${setup}"
+ # Copy over the proper test control file
+ cp $DSI_PATH/test_control/test_control.${test}.yml test_control.yml
+ # Specify the test list to use. Change the testList parameter
+ # if you want to run a non-default list.
+ $DSI_PATH/bin/update_test_list.py ${testList}
$DSI_PATH/bin/run-${test}.sh ${storageEngine} ${setup} ${cluster}
echo "Done test for ${test}-${storageEngine} with setup ${setup}!"
- command: "json.send"
@@ -368,6 +373,7 @@ tasks:
vars:
storageEngine: "wiredTiger"
test: "ycsb"
+ testList: "default"
- func: "make test log artifact"
- func: "upload log file"
vars:
@@ -388,6 +394,7 @@ tasks:
vars:
storageEngine: "mmapv1"
test: "ycsb"
+ testList: "default"
- func: "make test log artifact"
- func: "upload log file"
vars:
@@ -408,6 +415,7 @@ tasks:
vars:
storageEngine: "wiredTiger"
test: "benchRun"
+ testList: "default"
- func: "make test log artifact"
- func: "upload log file"
vars:
@@ -428,6 +436,7 @@ tasks:
vars:
storageEngine: "mmapv1"
test: "benchRun"
+ testList: "default"
- func: "make test log artifact"
- func: "upload log file"
vars:
@@ -519,6 +528,7 @@ tasks:
vars:
storageEngine: "wiredTiger"
test: "initialSync"
+ testList: "default"
- func: "make test log artifact"
- func: "upload log file"
vars:
@@ -539,6 +549,7 @@ tasks:
vars:
storageEngine: "mmapv1"
test: "initialSync"
+ testList: "default"
- func: "make test log artifact"
- func: "upload log file"
vars: