SERVER-110480 Use large distro for s390x/PPC64LE core analysis tasks (#41945)

GitOrigin-RevId: 07aa4cebfd4897bc676d2ba18008f00f8906fa89
This commit is contained in:
Sean Lyons 2025-10-07 10:14:23 -04:00 committed by MongoDB Bot
parent 5c24c5da7c
commit 277257c1ed

View File

@ -20,6 +20,7 @@ buildvariants:
# We need to compensate for SMT8 setting the cpu count very high and lower the amount of parallelism down
bazel_compile_flags: >-
--define=MONGO_DISTMOD=rhel81
core_analyzer_distro_name: rhel81-power8-large
resmoke_jobs_factor: 0.25
has_packages: true
packager_script: packager_enterprise.py
@ -86,6 +87,7 @@ buildvariants:
# We need to compensate for SMT8 setting the cpu count very high and lower the amount of parallelism down
bazel_compile_flags: >-
--define=MONGO_DISTMOD=rhel9
core_analyzer_distro_name: rhel9-power-large
resmoke_jobs_factor: 0.25
has_packages: true
packager_script: packager_enterprise.py
@ -153,6 +155,7 @@ buildvariants:
test_flags: --excludeWithAnyTags=incompatible_with_s390x
bazel_compile_flags: >-
--define=MONGO_DISTMOD=rhel83
core_analyzer_distro_name: rhel83-zseries-large
resmoke_jobs_max: 2
has_packages: true
packager_script: packager_enterprise.py
@ -217,6 +220,7 @@ buildvariants:
test_flags: --excludeWithAnyTags=incompatible_with_s390x
bazel_compile_flags: >-
--define=MONGO_DISTMOD=rhel9
core_analyzer_distro_name: rhel9-zseries-large
resmoke_jobs_max: 2
has_packages: true
packager_script: packager_enterprise.py