From c27f382a17c1f26d5700f07698c4f25f756ecb19 Mon Sep 17 00:00:00 2001 From: Bernie Hackett Date: Wed, 8 Feb 2017 14:04:59 -0800 Subject: [PATCH] Disable evergreen "upload working dir" task It's unnecessary and causes CI timeouts. --- .evergreen/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 0976d4ecf..b599c26cb 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -398,7 +398,8 @@ pre: - func: "install dependencies" post: - - func: "upload working dir" + # Disabled, causing timeouts + # - func: "upload working dir" - func: "upload mo artifacts" - func: "upload test results" - func: "stop mongo-orchestration"