Compare commits

...

5 Commits

Author SHA1 Message Date
Jon Streets
49ef39ef5e SERVER-63359 update filename suffix for 5.3 2022-02-15 23:21:17 +00:00
Siran Wang
a60910e95b update filename suffix for 5.3 2022-02-15 13:59:04 -05:00
Siran Wang
e2aebdba1b update perf.yml for 5.3 2022-02-15 13:58:34 -05:00
Siran Wang
77fa4bdc64 update system_perf.yml for 5.3 2022-02-15 13:58:11 -05:00
Siran Wang
b2eb28a45a update evergreen.yml for 5.3 2022-02-15 13:57:27 -05:00
5 changed files with 8 additions and 39 deletions

View File

@@ -61,8 +61,8 @@ def generate_version_expansions():
raise ValueError("Unable to parse version from stdin and no version.json provided")
if version_parts[0]:
expansions["suffix"] = "latest"
expansions["src_suffix"] = "latest"
expansions["suffix"] = "v5.3-latest"
expansions["src_suffix"] = "v5.3-latest"
expansions["is_release"] = "false"
else:
expansions["suffix"] = version_line

View File

@@ -61,8 +61,8 @@ def generate_version_expansions():
raise ValueError("Unable to parse version from stdin and no version.json provided")
if version_parts[0]:
expansions["suffix"] = "latest"
expansions["src_suffix"] = "latest"
expansions["suffix"] = "v5.3-latest"
expansions["src_suffix"] = "v5.3-latest"
expansions["is_release"] = "false"
else:
expansions["suffix"] = version_line

View File

@@ -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

View File

@@ -104,7 +104,7 @@ modules:
- name: enterprise
repo: git@github.com:10gen/mongo-enterprise-modules.git
prefix: src/mongo/db/modules
branch: master
branch: v5.3
- name: mongo-tools
repo: git@github.com:mongodb/mongo-tools.git
prefix: mongo-tools/src/github.com/mongodb

View File

@@ -121,7 +121,7 @@ modules:
- name: enterprise
repo: git@github.com:10gen/mongo-enterprise-modules.git
prefix: src/mongo/db/modules
branch: master
branch: v5.3
- name: mongo-tools
repo: git@github.com:mongodb/mongo-tools.git
prefix: mongo-tools/src/github.com/mongodb