From dcf6bd63edabd28b0a6e61a66270a86bfc17d7b6 Mon Sep 17 00:00:00 2001 From: Ryan Egesdahl Date: Mon, 12 Dec 2022 17:09:55 -0800 Subject: Revert "SERVER-69927 Fix benchmark analysis" This reverts commit e3a200c3245d5b9c61b4cc70644cf426618a8d00. --- etc/evergreen_yml_components/definitions.yml | 8 ++++---- etc/generate_subtasks_config.yml | 16 ++++++++-------- 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 -- cgit v1.2.1