summaryrefslogtreecommitdiff
path: root/buildscripts/resmoke.py
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2018-02-12 12:03:55 -0500
committerJonathan Abrahams <jonathan@mongodb.com>2018-02-12 12:03:55 -0500
commit49c2e3abc780316a494a188203a0f827ebf89a61 (patch)
tree4155f2d340b4b87dd47423309f256f5682df7847 /buildscripts/resmoke.py
parent9a8b7eab7bc024c004a2a791de556011a1cc1bfa (diff)
downloadmongo-49c2e3abc780316a494a188203a0f827ebf89a61.tar.gz
SERVER-33144 Support archiving data files in Evergreen on test failure - Windows
Diffstat (limited to 'buildscripts/resmoke.py')
-rwxr-xr-xbuildscripts/resmoke.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/resmoke.py b/buildscripts/resmoke.py
index 6624a881c1e..fcf067ae7f1 100755
--- a/buildscripts/resmoke.py
+++ b/buildscripts/resmoke.py
@@ -69,7 +69,6 @@ def _execute_suite(suite):
if resmokelib.config.ARCHIVE_FILE:
archive = resmokelib.utils.archival.Archival(
archival_json_file=resmokelib.config.ARCHIVE_FILE,
- execution=resmokelib.config.EVERGREEN_EXECUTION,
limit_size_mb=resmokelib.config.ARCHIVE_LIMIT_MB,
limit_files=resmokelib.config.ARCHIVE_LIMIT_TESTS,
logger=logger)