SERVER-110205 Switch to a separate set of generic params for gcc debug variant (#40966)

GitOrigin-RevId: 975b6ed9b53292d6fb783f89ab4c3dd1f456562f
This commit is contained in:
Zack Winter 2025-09-04 19:10:05 -07:00 committed by MongoDB Bot
parent 58e868212a
commit 8bc645c1be
1 changed files with 13 additions and 1 deletions

View File

@ -11,6 +11,18 @@ variables:
# - etc/evergreen_yml_components/variants/wiredtiger/test_dev_master_branch_only.yml
# ANY MODIFICATIONS HERE SHOULD ALSO BE MADE IN THOSE FILES
- &generic_linux_compile_params # Essential set of compile parameters used for Linux dev variants.
run_on:
- rhel8.8-xlarge
activate: true # These compile variants run on every commit to reduce latency of the auto-reverter.
tasks:
- name: compile_test_parallel_core_stream_TG
- name: run_unit_tests_TG
- name: compile_test_parallel_dbtest_stream_TG
- name: generate_buildid_to_debug_symbols_mapping
# TODO(SERVER-110366): Consolidate this into the above variant once all variants that use this are swapped over
# to m8g.
- &generic_linux_compile_params_m8g
run_on:
- amazon2023-arm64-latest-m8g-8xlarge
activate: true # These compile variants run on every commit to reduce latency of the auto-reverter.
@ -205,7 +217,7 @@ variables:
multiversion_edition: enterprise
buildvariants:
- <<: *generic_linux_compile_params
- <<: *generic_linux_compile_params_m8g
name: &linux-arm64-debug-compile-required linux-arm64-debug-compile-required # TODO: replace with Sanitizer.
display_name: "! Amazon Linux 2023 arm64 DEBUG Compile"
tags: ["required", "forbid_tasks_tagged_with_experimental"]