summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@10gen.com>2020-09-09 10:47:06 -0400
committerRobert Guo <robert.guo@10gen.com>2020-09-09 10:56:58 -0400
commit598bd617db565884c115d4991e566c05b98e1c86 (patch)
tree783052efe531bba4af3188a5977c8e90975d0691
parentba31e370946c21bdf33326f2504818d2e729ad54 (diff)
downloadmongo-598bd617db565884c115d4991e566c05b98e1c86.tar.gz
SERVER-50802 Remove wt develop from system-perf.yml and evergreen.yml
-rw-r--r--etc/evergreen.yml30
-rwxr-xr-xetc/system_perf.yml69
2 files changed, 1 insertions, 98 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 54410e4acbc..47baa5aaf70 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -378,7 +378,6 @@ variables:
- enterprise-windows-inmem
- enterprise-windows-nopush-template
- enterprise-windows-required
- - enterprise-windows-wtdevelop
- ubuntu1804-debug-asan
- ubuntu1804-debug-ubsan
- ubuntu1804-debug-aubsan-lite
@@ -508,7 +507,6 @@ functions:
directory: ${git_project_directory|src}
revisions: # for each module include revision as <module_name> : ${<module_name>_rev}
enterprise: ${enterprise_rev}
- wtdevelop: ${wtdevelop_rev}
"fetch artifacts": &fetch_artifacts
command: s3.get
@@ -8573,11 +8571,6 @@ modules:
prefix: src/mongo/db/modules
branch: v4.7
-- name: wtdevelop
- repo: git@github.com:wiredtiger/wiredtiger.git
- prefix: src/third_party
- branch: develop
-
#######################################
# Buildvariants #
#######################################
@@ -8672,18 +8665,6 @@ buildvariants:
- name: server_discovery_and_monitoring_json_test_TG
- name: server_selection_json_test_TG
-- <<: *linux-64-debug-template
- name: linux-64-debug-wtdevelop
- display_name: "~ Linux DEBUG WiredTiger develop"
- batchtime: 240 # 4 hours
- modules:
- - wtdevelop
- expansions:
- use_wt_develop: true
- resmoke_jobs_factor: 0.5 # Avoid starting too many mongod's
- compile_flags: --dbg=on --opt=on -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars --enable-free-mon=off --enable-http-client=off
- test_flags: --excludeWithAnyTags=requires_http_client
-
- name: linux-64-duroff
display_name: Linux (No Journal)
run_on:
@@ -9761,17 +9742,6 @@ buildvariants:
- windows-64-vs2019-large
- name: .benchmarks
-- <<: *enterprise-windows-nopush-template
- name: enterprise-windows-wtdevelop
- display_name: "~ Enterprise Windows WiredTiger develop"
- batchtime: 240 # 4 hours
- modules:
- - enterprise
- - wtdevelop
- expansions:
- <<: *enterprise-windows-nopush-expansions-template
- use_wt_develop: true
-
- name: enterprise-windows-inmem
display_name: Enterprise Windows (inMemory)
modules:
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index d4f8ce27d52..de856608aef 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -46,7 +46,6 @@ variables:
_modules: &modules
- enterprise
- mongo-tools
- - wtdevelop
- dsi
- signal-processing
@@ -74,10 +73,6 @@ modules:
repo: git@github.com:10gen/workloads.git
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
@@ -915,17 +910,6 @@ buildvariants:
- name: bestbuy_agg_merge_wordcount
- name: bestbuy_query
-
-- <<: *compile-amazon2
- name: wtdevelop-compile-amazon2
- display_name: WT Develop Compile
- modules: *modules
- expansions:
- <<: *compile-expansions
- compile-variant: -wtdevelop
- tasks:
- - name: compile
-
- name: compile-rhel70
display_name: Compile for Atlas-like
modules: *modules
@@ -944,7 +928,7 @@ buildvariants:
- rhel70-small
tasks:
- name: compile
-
+
- name: linux-1-node-replSet
display_name: Linux 1-Node ReplSet
batchtime: 10080 # 7 days
@@ -1500,54 +1484,3 @@ buildvariants:
- name: linkbench
- name: genny_patch_tasks
- name: genny_auto_tasks
-
-- name: wtdevelop-1-node-replSet
- display_name: WT Develop 1-Node ReplSet
- batchtime: 10080 # 7 days
- modules: *modules
- expansions:
- mongodb_setup: single-replica
- infrastructure_provisioning: single
- platform: linux
- project_dir: *project_dir
- compile-variant: -wtdevelop
- authentication: enabled
- storageEngine: wiredTiger
- run_on:
- - "rhel70-perf-single"
- depends_on: *_compile_wtdevelop_amazon2
- tasks: *1nodetasks
-
-- name: wtdevelop-standalone
- display_name: WT Develop Standalone
- batchtime: 10080 # 7 days
- modules: *modules
- expansions:
- mongodb_setup: standalone
- infrastructure_provisioning: single
- platform: linux
- project_dir: *project_dir
- compile-variant: -wtdevelop
- authentication: enabled
- storageEngine: wiredTiger
- run_on:
- - "rhel70-perf-single"
- depends_on: *_compile_wtdevelop_amazon2
- tasks: *standalonetasks
-
-- name: wtdevelop-3-node-replSet
- display_name: WT Develop 3-Node ReplSet
- batchtime: 10080 # 7 days
- modules: *modules
- expansions:
- mongodb_setup: replica
- infrastructure_provisioning: replica
- platform: linux
- project_dir: *project_dir
- compile-variant: -wtdevelop
- authentication: enabled
- storageEngine: wiredTiger
- run_on:
- - "rhel70-perf-replset"
- depends_on: *_compile_wtdevelop_amazon2
- tasks: *3nodetasks