summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdityavardhan Agrawal <adi.agrawal@mongodb.com>2024-04-30 16:00:05 +0000
committerMongoDB Bot <mongo-bot@mongodb.com>2024-04-30 19:22:41 +0000
commit174804143593c1fe70b02b55ce6db437db6d44bf (patch)
tree0889d588227dce42114334a468d506a4e661153a
parent4215944acb06360f0b91ff11aed5853fc7fa8283 (diff)
SERVER-89936 Exclude latch analyzer tests from trySbeEngine (#21606)r8.0.0-rc4
(cherry picked from commit 1d2a2409a01f3b540ca66ca4ece4cb7c09ba2892) GitOrigin-RevId: afbb110c5dbea6ec8c775acbecaadb975cffd4d6
-rw-r--r--etc/evergreen_yml_components/variants/amazon/test_dev.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/evergreen_yml_components/variants/amazon/test_dev.yml b/etc/evergreen_yml_components/variants/amazon/test_dev.yml
index 3333a1587fe..f1954241c82 100644
--- a/etc/evergreen_yml_components/variants/amazon/test_dev.yml
+++ b/etc/evergreen_yml_components/variants/amazon/test_dev.yml
@@ -186,6 +186,10 @@ buildvariants:
stepback: true
expansions:
<<: *amazon_linux2_arm64_dynamic_expansions
+ # Diagnostic latches are disabled by default, and we match that behavior here. We also need to
+ # exclude tests with 'requires_latch_analyzer'.
+ compile_flags: >-
+ --use-diagnostic-latches=off
scons_cache_scope: shared
scons_cache_mode: all
has_packages: false
@@ -197,7 +201,7 @@ buildvariants:
exec_timeout_factor: 1.5
test_flags: >-
--mongodSetParameters="{internalQueryFrameworkControl: trySbeEngine}"
- --excludeWithAnyTags=resource_intensive
+ --excludeWithAnyTags=resource_intensive,requires_latch_analyzer
tasks:
- name: aggregation_mongos_passthrough
- name: aggregation_sharded_collections_passthrough
@@ -225,6 +229,7 @@ buildvariants:
variant: generate-tasks-for-version
omit_generated_tasks: true
- name: archive_dist_test_debug
+ variant: *amazon_linux2_arm64_dynamic_compile_variant_name
- name: multiversion_gen
- name: .multiversion_sanity_check
- name: concurrency_gen