summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Egesdahl <ryan.egesdahl@mongodb.com>2022-12-12 17:09:55 -0800
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-13 01:45:06 +0000
commitdcf6bd63edabd28b0a6e61a66270a86bfc17d7b6 (patch)
tree6ec875ff20170b5a60db0362c8d737a143e27bc2
parentbe4ae87b04be821ebe9811aaf22437c10b1cf3b7 (diff)
downloadmongo-dcf6bd63edabd28b0a6e61a66270a86bfc17d7b6.tar.gz
Revert "SERVER-69927 Fix benchmark analysis"
This reverts commit e3a200c3245d5b9c61b4cc70644cf426618a8d00.
-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 37788eb0a7e..b2420546cd7 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
- - rhel80-debug-asan
- - rhel80-debug-ubsan
- - rhel80-debug-aubsan-lite-required
- - rhel80-debug-aubsan-lite_fuzzer
+ - ubuntu1804-debug-asan
+ - ubuntu1804-debug-ubsan
+ - ubuntu1804-debug-aubsan-lite-required
+ - ubuntu1804-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 722e254f3fc..75de77d6ab2 100644
--- a/etc/generate_subtasks_config.yml
+++ b/etc/generate_subtasks_config.yml
@@ -40,14 +40,6 @@ 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
@@ -55,3 +47,11 @@ 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