summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiran Wang <siran.wang@mongodb.com>2022-02-15 13:57:27 -0500
committerSiran Wang <siran.wang@mongodb.com>2022-02-15 13:57:27 -0500
commitb2eb28a45ac18444691bf8adb3b628f08c663bb0 (patch)
tree5752d05ce082e6dd4c80f0421e8ed4ea20fa7ff0
parent0d49a8ea04960ffc6817b439bcec2c6ec31a620d (diff)
downloadmongo-b2eb28a45ac18444691bf8adb3b628f08c663bb0.tar.gz
update evergreen.yml for 5.3
-rw-r--r--etc/evergreen.yml35
1 files changed, 2 insertions, 33 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index df56555697b..efa37b56655 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -371,7 +371,6 @@ variables:
- enterprise-windows-debug-unoptimized
- enterprise-windows-inmem
- enterprise-windows-required
- - enterprise-windows-wtdevelop
- ubuntu1804-debug-asan
- ubuntu1804-debug-ubsan
- ubuntu1804-debug-aubsan-lite-required
@@ -480,7 +479,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}
# Get get the mongo repo, no modules. Useful for inspecting the commit history with the
# `git` Python tool.
@@ -649,7 +647,7 @@ functions:
"get buildnumber": &get_buildnumber
command: keyval.inc
params:
- key: "${build_variant}_master"
+ key: "${build_variant}_v5.3"
destination: "builder_num"
"run diskstats": &run_diskstats
@@ -7621,12 +7619,7 @@ modules:
- name: enterprise
repo: git@github.com:10gen/mongo-enterprise-modules.git
prefix: src/mongo/db/modules
- branch: master
-
-- name: wtdevelop
- repo: git@github.com:wiredtiger/wiredtiger.git
- prefix: src/third_party
- branch: develop
+ branch: v5.3
#######################################
# Buildvariants #
@@ -7701,19 +7694,6 @@ buildvariants:
- rhel80-large
- name: generate_buildid_to_debug_symbols_mapping
-- <<: *linux-64-debug-required-template
- name: linux-64-debug-wtdevelop
- display_name: "~ Linux DEBUG WiredTiger develop"
- cron: "0 */4 * * *" # Every 4 hours starting at midnight
- 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=on --enable-http-client=on
- scons_cache_mode: nolinked
- test_flags: --excludeWithAnyTags=requires_http_client
-
- name: linux-64-duroff
display_name: Linux (No Journal)
cron: "0 12 * * *" # Every day starting at 12:00
@@ -9155,17 +9135,6 @@ buildvariants:
- windows-vsCurrent-large
- name: .benchmarks !benchmarks_orphaned
-- <<: *enterprise-windows-nopush-template
- name: enterprise-windows-wtdevelop
- display_name: "~ Enterprise Windows WiredTiger develop"
- cron: "0 */4 * * *" # Every 4 hours starting at midnight
- modules:
- - enterprise
- - wtdevelop
- expansions:
- <<: *enterprise-windows-nopush-expansions-template
- use_wt_develop: true
-
- name: enterprise-windows-ninja
display_name: "Ninja Build: Enterprise Windows"
cron: "0 0 * * *" # Every day starting at midnight