summaryrefslogtreecommitdiff
path: root/buildscripts/burn_in_tests.py
diff options
context:
space:
mode:
authorJohn Chen <johnchen456@gmail.com>2021-03-10 11:57:42 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-16 18:04:27 +0000
commit990f7a45d6aa0fbfc2521e8075d6c0b3cd2881e4 (patch)
tree18c736b988d385333f58fa1001edf1af0f6e9228 /buildscripts/burn_in_tests.py
parent92c4d25d07b94356a27c8455f320d4145195a7e3 (diff)
downloadmongo-990f7a45d6aa0fbfc2521e8075d6c0b3cd2881e4.tar.gz
SERVER-50565 Remove RHEL 6.0
Diffstat (limited to 'buildscripts/burn_in_tests.py')
-rwxr-xr-xbuildscripts/burn_in_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/burn_in_tests.py b/buildscripts/burn_in_tests.py
index 6fda727d70a..e139528d918 100755
--- a/buildscripts/burn_in_tests.py
+++ b/buildscripts/burn_in_tests.py
@@ -54,7 +54,7 @@ AVG_TEST_SETUP_SEC = 4 * 60
AVG_TEST_TIME_MULTIPLIER = 3
CONFIG_FILE = ".evergreen.yml"
DEFAULT_PROJECT = "mongodb-mongo-master"
-DEFAULT_VARIANT = "enterprise-rhel-62-64-bit-dynamic-required"
+DEFAULT_VARIANT = "enterprise-rhel-80-64-bit-dynamic-required"
ENTERPRISE_MODULE_PATH = "src/mongo/db/modules/enterprise"
DEFAULT_REPO_LOCATIONS = [".", f"./{ENTERPRISE_MODULE_PATH}"]
REPEAT_SUITES = 2