summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristopher Stauffer <cristopher.stauffer@mongodb.com>2018-06-18 14:21:53 -0400
committerCristopher Stauffer <cristopher.stauffer@mongodb.com>2018-06-18 14:21:53 -0400
commit3c0c80db9ce4424b27224e41b4d6daea687e8623 (patch)
tree3f46b047863993d9eb9e3d8779f3913b45527506
parent0a42e212a77bb187abc3c56795fda44abb49c3ea (diff)
downloadmongo-3c0c80db9ce4424b27224e41b4d6daea687e8623.tar.gz
SERVER-35640: Removing variants for WT Develop on 4.0 branch
-rw-r--r--etc/system_perf.yml80
1 files changed, 0 insertions, 80 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 54881c84eeb..66e837d1b5f 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -643,7 +643,6 @@ buildvariants:
- "rhel70"
tasks:
- name: compile
- - name: compile_wtdevelop
#######################################
@@ -974,82 +973,3 @@ buildvariants:
variant: compile-rhel70
tasks:
- name: initialsync
-
-#######################################
-# WT Develop Linux Buildvariants #
-#######################################
-- name: wtdevelop-1-node-replSet
- display_name: WT Develop 1-Node ReplSet
- batchtime: 1440 # 24 hours
- modules: *modules
- expansions:
- setup: single-replica
- cluster: single
- platform: linux
- project_dir: *project_dir
- wtdevelop: -wtdevelop
- authentication: enabled
- storageEngine: wiredTiger
- run_on:
- - "rhel70-perf-single"
- depends_on:
- - name: compile_wtdevelop
- variant: compile-rhel70
- tasks: *1nodetasks
-
-- name: wtdevelop-standalone
- display_name: WT Develop Standalone
- batchtime: 1440 # 24 hours
- modules: *modules
- expansions:
- setup: standalone
- cluster: single
- platform: linux
- project_dir: *project_dir
- wtdevelop: -wtdevelop
- authentication: enabled
- storageEngine: wiredTiger
- run_on:
- - "rhel70-perf-single"
- depends_on:
- - name: compile_wtdevelop
- variant: compile-rhel70
- tasks: *standalonetasks
-
-- name: wtdevelop-3-node-replSet
- display_name: WT Develop 3-Node ReplSet
- batchtime: 1440 # 24 hours
- modules: *modules
- expansions:
- setup: replica
- cluster: replica
- platform: linux
- project_dir: *project_dir
- wtdevelop: -wtdevelop
- authentication: enabled
- storageEngine: wiredTiger
- run_on:
- - "rhel70-perf-replset"
- depends_on:
- - name: compile_wtdevelop
- 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