summaryrefslogtreecommitdiff
path: root/buildscripts/evergreen_task_timeout.py
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2018-07-06 10:15:38 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2018-07-06 10:15:38 -0400
commit4c385bcfb46d16cc054131722dfe3e9f7c09eb0d (patch)
treebbe1fe9041397f9f28c7be55a6a10b78ff898d0e /buildscripts/evergreen_task_timeout.py
parent638b423cadd2fab5b39b2bb07ec6f5da9c220f5b (diff)
downloadmongo-4c385bcfb46d16cc054131722dfe3e9f7c09eb0d.tar.gz
SERVER-35990 Update evergreen_task_timeout.py REQUIRED_BUILD_VARIANTS list
Diffstat (limited to 'buildscripts/evergreen_task_timeout.py')
-rw-r--r--buildscripts/evergreen_task_timeout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/evergreen_task_timeout.py b/buildscripts/evergreen_task_timeout.py
index 6c6ee18a6ad..f0c9128b585 100644
--- a/buildscripts/evergreen_task_timeout.py
+++ b/buildscripts/evergreen_task_timeout.py
@@ -17,7 +17,7 @@ SPECIFIC_TASK_OVERRIDES = {
REQUIRED_BUILD_VARIANTS = {
"linux-64-debug", "enterprise-windows-64-2k8", "enterprise-rhel-62-64-bit",
- "enterprise-ubuntu1604-clang-3.8-libcxx", "enterprise-rhel-62-64-bit-required-mobile",
+ "enterprise-ubuntu1604-clang-3.8-libcxx", "rhel-62-64-bit-required-mobile",
"ubuntu1604-debug-aubsan-lite"
}