summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2018-06-14 12:03:52 +0300
committerHenrik Ingo <henrik.ingo@mongodb.com>2018-06-14 12:03:52 +0300
commit778bcc1c96d2ebddae061e653e19aa33158967fe (patch)
treef6e0d916bf43352fe19a55ce9b512fc9ac0b1dc3 /etc
parent637de7eb8646122684bc9a56a16a977debcfb454 (diff)
downloadmongo-778bcc1c96d2ebddae061e653e19aa33158967fe.tar.gz
SERVER-35586 Disable WT Develop Shard Lite variant in Sys-perf
Diffstat (limited to 'etc')
-rw-r--r--etc/system_perf.yml37
1 files changed, 19 insertions, 18 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index f378dfea623..d0371237310 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -914,21 +914,22 @@ buildvariants:
variant: compile-rhel70
tasks: *3nodetasks
-- name: wtdevelop-shard-lite
- display_name: WT Develop Shard Lite Cluster
- batchtime: 1440 # 24 hours
- modules: *modules
- expansions:
- setup: shard-lite
- cluster: shard-lite
- platform: linux
- project_dir: *project_dir
- wtdevelop: -wtdevelop
- authentication: enabled
- storageEngine: wiredTiger
- run_on:
- - "rhel70-perf-shard-lite"
- depends_on:
- - name: compile_wtdevelop
- variant: compile-rhel70
- tasks: *shardlitetasks
+# Disabled: SERVER-35586
+#- name: wtdevelop-shard-lite
+# display_name: WT Develop Shard Lite Cluster
+# batchtime: 1440 # 24 hours
+# modules: *modules
+# expansions:
+# setup: shard-lite
+# cluster: shard-lite
+# platform: linux
+# project_dir: *project_dir
+# wtdevelop: -wtdevelop
+# authentication: enabled
+# storageEngine: wiredTiger
+# run_on:
+# - "rhel70-perf-shard-lite"
+# depends_on:
+# - name: compile_wtdevelop
+# variant: compile-rhel70
+# tasks: *shardlitetasks