summaryrefslogtreecommitdiff
path: root/buildscripts
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:55:12 -0400
commitf00e8f59c29be57f3864bfd7c661881bdc7d8cee (patch)
tree0408d2b75d0cef6121b556196acc6485adfadcb8 /buildscripts
parent6de0a65f11817a9bdbecdd05c65344b6b583f40b (diff)
downloadmongo-f00e8f59c29be57f3864bfd7c661881bdc7d8cee.tar.gz
SERVER-35990 Update evergreen_task_timeout.py REQUIRED_BUILD_VARIANTS list
(cherry picked from commit 4c385bcfb46d16cc054131722dfe3e9f7c09eb0d)
Diffstat (limited to 'buildscripts')
-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"
}