summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@10gen.com>2020-09-24 14:00:06 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-24 19:22:05 +0000
commite17875de65ce778121f14e7d7a5ef2dc0b173a60 (patch)
tree3b9f1f4b477c93e19758d0891e44cd9e6a98ac77
parentb7959ce61aaea65ae9538cefb3617bbd8051ed08 (diff)
downloadmongo-e17875de65ce778121f14e7d7a5ef2dc0b173a60.tar.gz
SERVER-51004 disable wt-develop on sys-perf 4.2
-rw-r--r--etc/system_perf.yml96
1 files changed, 0 insertions, 96 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 9edc24626f8..2aac315b6d3 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -80,7 +80,6 @@ functions:
linkbench2: ${linkbench2_rev}
genny: ${genny_rev}
workloads: ${workloads_rev}
- wtdevelop: ${wtdevelop_rev}
signal-processing: ${signal-processing_rev}
"compile mongodb":
@@ -876,11 +875,6 @@ modules:
prefix: workloads
branch: master
-- name: wtdevelop
- repo: git@github.com:wiredtiger/wiredtiger.git
- prefix: src/third_party
- branch: develop
-
- name: linkbench
repo: git@github.com:10gen/linkbench.git
prefix: linkbench
@@ -929,15 +923,6 @@ buildvariants:
tasks:
- name: compile
-- <<: *compile-linux-64-amzn
- name: wtdevelop-compile-linux-64-amzn
- display_name: WT Develop Compile on Linux64 Amazon
- modules:
- - wtdevelop
- expansions:
- <<: *compile-linux-64-amzn-expansions
- compile-variant: -wtdevelop
-
- name: compile-amazon2
display_name: Compile on Amazon Linux 2
modules:
@@ -1384,84 +1369,3 @@ buildvariants:
# - name: tpcc # TPCC with SSL currently broken https://jira.mongodb.org/browse/TIG-1681
- name: linkbench
# - name: big_update
-
-
-#######################################
-# WT Develop Linux Buildvariants #
-#######################################
-- name: wtdevelop-1-node-replSet
- display_name: WT Develop 1-Node ReplSet
- batchtime: 10080 # 7 days
- modules: *modules
- expansions:
- setup: single-replica
- cluster: single
- platform: linux
- project_dir: *project_dir
- compile-variant: -wtdevelop
- authentication: enabled
- storageEngine: wiredTiger
- run_on:
- - "rhel70-perf-single"
- depends_on:
- - name: compile
- variant: wtdevelop-compile-linux-64-amzn
- tasks: *1nodetasks
-
-- name: wtdevelop-standalone
- display_name: WT Develop Standalone
- batchtime: 10080 # 7 days
- modules: *modules
- expansions:
- setup: standalone
- cluster: single
- platform: linux
- project_dir: *project_dir
- compile-variant: -wtdevelop
- authentication: enabled
- storageEngine: wiredTiger
- run_on:
- - "rhel70-perf-single"
- depends_on:
- - name: compile
- variant: wtdevelop-compile-linux-64-amzn
- tasks: *standalonetasks
-
-- name: wtdevelop-3-node-replSet
- display_name: WT Develop 3-Node ReplSet
- batchtime: 10080 # 7 days
- modules: *modules
- expansions:
- setup: replica
- cluster: replica
- platform: linux
- project_dir: *project_dir
- compile-variant: -wtdevelop
- authentication: enabled
- storageEngine: wiredTiger
- run_on:
- - "rhel70-perf-replset"
- depends_on:
- - name: compile
- variant: wtdevelop-compile-linux-64-amzn
- tasks: *3nodetasks
-
-# Disabled: SERVER-35586
-#- name: wtdevelop-shard-lite
-# display_name: WT Develop Shard Lite Cluster
-# batchtime: 10080 # 7 days
-# modules: *modules
-# expansions:
-# setup: shard-lite
-# cluster: shard-lite
-# platform: linux
-# project_dir: *project_dir
-# compile-variant: -wtdevelop
-# authentication: enabled
-# storageEngine: wiredTiger
-# run_on:
-# - "rhel70-perf-shard-lite"
-# depends_on:
-# - name: compile
-# variant: wtdevelop-compile-linux-64-amzn
-# tasks: *shardlitetasks