summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Zhang <rui.zhang@mongodb.com>2016-03-31 10:22:55 -0700
committerRui Zhang <rui.zhang@mongodb.com>2016-03-31 10:22:55 -0700
commit8e7ff2c96fb626132581e9ff0a830ea2767190d5 (patch)
treee5c8778d00c5a1818df76fa349dd8c7efcfe8eaa
parent5a5f124bac4dc8ea31437ab084f17f48d2920939 (diff)
downloadmongo-8e7ff2c96fb626132581e9ff0a830ea2767190d5.tar.gz
SERVER-23413 longevity test should run with CSRS only
-rw-r--r--etc/longevity.yml43
1 files changed, 2 insertions, 41 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml
index 5fb81c9ea43..038e928e3fa 100644
--- a/etc/longevity.yml
+++ b/etc/longevity.yml
@@ -229,30 +229,10 @@ tasks:
- func: "bring up 3 shard cluster"
- func: "configure mongodb cluster"
vars:
- use_csrs: "false"
- - func: "run test"
- vars:
- test: "ycsb"
- - func: "make test log artifact"
- - func: "upload log file"
- vars:
- test: "ycsb"
- - func: "destroy cluster"
- - func: "analyze"
-
-- name: shard_cluster_CSRS_test
- depends_on:
- - name: compile
- exec_timeout_secs: 28800
- commands:
- - func: "prepare environment"
- - func: "bring up 3 shard cluster"
- - func: "configure mongodb cluster"
- vars:
use_csrs: "true"
- func: "run test"
vars:
- test: "ycsb-csrs"
+ test: "ycsb"
- func: "make test log artifact"
- func: "upload log file"
vars:
@@ -269,7 +249,7 @@ tasks:
- func: "bring up 3 shard cluster"
- func: "configure mongodb cluster"
vars:
- use_csrs: "false"
+ use_csrs: "true"
- func: "run test"
vars:
test: "ycsb-mmap"
@@ -299,25 +279,6 @@ buildvariants:
- rhel55
- name: shard_cluster_test
-- name: linux-wt-shard-csrs
- display_name: Linux WT Shard CSRS
- batchtime: 20160 # 2 weeks
- expansions:
- compile_flags: -j$(grep -c ^processor /proc/cpuinfo) CC=/opt/mongodbtoolchain/bin/gcc CXX=/opt/mongodbtoolchain/bin/g++ --release
- setup: shard
- cluster: longevity
- numShard: 3
- storageEngine: wiredTiger
-
- run_on:
- - "linux-64-amzn-perf-longevity"
- tasks:
- - name: compile
- distros:
- - rhel55
- - name: shard_cluster_CSRS_test
-
-
- name: linux-mmapv1-shard
display_name: Linux MMAPv1 Shard
batchtime: 40320 # 4 week