summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Morand <aaron.morand@10gen.com>2023-01-12 15:02:24 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-12 15:31:43 +0000
commit153ecfe425ab1b131dec3f287bf4601c036086e1 (patch)
tree1a67feb3733129735ef5de85983995d2ed969607
parent7676045db79b150877eb3496ff21865722a0658d (diff)
downloadmongo-153ecfe425ab1b131dec3f287bf4601c036086e1.tar.gz
SERVER-72695 Fixes the push_arch name for Ubuntu 22.04 arm64 variants
-rw-r--r--etc/evergreen_yml_components/variants/misc_release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/evergreen_yml_components/variants/misc_release.yml b/etc/evergreen_yml_components/variants/misc_release.yml
index f15ea638fe5..3fe0023bc2c 100644
--- a/etc/evergreen_yml_components/variants/misc_release.yml
+++ b/etc/evergreen_yml_components/variants/misc_release.yml
@@ -2214,7 +2214,7 @@ buildvariants:
push_path: linux
push_bucket: downloads.10gen.com
push_name: linux
- push_arch: arm64-enterprise-ubuntu2204
+ push_arch: aarch64-enterprise-ubuntu2204
compile_flags: --ssl MONGO_DISTMOD=ubuntu2204 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
crypt_task_compile_flags: SHLINKFLAGS_EXTRA="-Wl,-Bsymbolic -Wl,--no-gnu-unique" CCFLAGS="-fno-gnu-unique"
resmoke_jobs_max: 4 # Avoid starting too many mongod's on ARM test servers
@@ -2266,7 +2266,7 @@ buildvariants:
push_path: linux
push_bucket: downloads.mongodb.org
push_name: linux
- push_arch: arm64-ubuntu2204
+ push_arch: aarch64-ubuntu2204
compile_flags: --ssl MONGO_DISTMOD=ubuntu2204 -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_v3_gcc.vars
resmoke_jobs_max: 8 # Avoid starting too many mongod's on ARM test servers
has_packages: true