summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Egesdahl <ryan.egesdahl@mongodb.com>2022-09-29 17:00:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-06 21:50:17 +0000
commite3a200c3245d5b9c61b4cc70644cf426618a8d00 (patch)
treef49a97f131d048e02658c28a0b004b086ad624a6
parent01d06e110ce176b3e803352d470c91e1abcc36d5 (diff)
downloadmongo-e3a200c3245d5b9c61b4cc70644cf426618a8d00.tar.gz
SERVER-69927 Fix benchmark analysis
(cherry picked from commit 2b311888e92e070a2fdb48867695ae4c7cc63873)
-rw-r--r--etc/evergreen_yml_components/definitions.yml8
-rw-r--r--etc/generate_subtasks_config.yml16
2 files changed, 12 insertions, 12 deletions
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml
index b2420546cd7..37788eb0a7e 100644
--- a/etc/evergreen_yml_components/definitions.yml
+++ b/etc/evergreen_yml_components/definitions.yml
@@ -326,10 +326,10 @@ variables:
- enterprise-windows-inmem
- enterprise-windows-required
- enterprise-windows-wtdevelop
- - ubuntu1804-debug-asan
- - ubuntu1804-debug-ubsan
- - ubuntu1804-debug-aubsan-lite-required
- - ubuntu1804-debug-aubsan-lite_fuzzer
+ - rhel80-debug-asan
+ - rhel80-debug-ubsan
+ - rhel80-debug-aubsan-lite-required
+ - rhel80-debug-aubsan-lite_fuzzer
# List of all variants that make mh artifacts.
diff --git a/etc/generate_subtasks_config.yml b/etc/generate_subtasks_config.yml
index 75de77d6ab2..722e254f3fc 100644
--- a/etc/generate_subtasks_config.yml
+++ b/etc/generate_subtasks_config.yml
@@ -40,6 +40,14 @@ build_variant_large_distro_exceptions:
- macos-debug-suggested
- rhel70
- rhel80
+ - rhel80-debug-asan
+ - rhel80-debug-asan-all-feature-flags
+ - rhel80-debug-asan-classic-engine
+ - rhel80-debug-aubsan-lite-required
+ - rhel80-debug-suggested
+ - rhel80-debug-ubsan
+ - rhel80-debug-ubsan-all-feature-flags
+ - rhel80-debug-ubsan-classic-engine
- rhel-82-arm64
- rhel90
- suse12
@@ -47,11 +55,3 @@ build_variant_large_distro_exceptions:
- ubi8
- ubuntu1604-container
- ubuntu1804-container
- - ubuntu1604-debug
- - ubuntu1804-debug-asan
- - ubuntu1804-debug-asan-all-feature-flags
- - ubuntu1804-debug-asan-classic-engine
- - ubuntu1804-debug-aubsan-lite-required
- - ubuntu1804-debug-ubsan
- - ubuntu1804-debug-ubsan-all-feature-flags
- - ubuntu1804-debug-ubsan-classic-engine