summaryrefslogtreecommitdiff
path: root/buildscripts/burn_in_tests.py
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2021-02-04 11:19:47 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-05 20:10:02 +0000
commitddd36c6e0c15a2e6d5b230f2f19ce228c7ab8485 (patch)
tree1639f82d465da3b01d31c6ec88a220a9bc92112c /buildscripts/burn_in_tests.py
parent4e181d6dc4c529fc624f959d0f6c3d53962f5cbe (diff)
downloadmongo-ddd36c6e0c15a2e6d5b230f2f19ce228c7ab8485.tar.gz
SERVER-54297 Split up the archiving of the server and its debug info
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 a5880ca595c..6fda727d70a 100755
--- a/buildscripts/burn_in_tests.py
+++ b/buildscripts/burn_in_tests.py
@@ -575,7 +575,7 @@ def _create_task(index: int, test_count: int, test: str, task_data: Dict,
run_tests_vars["task_path_suffix"] = multiversion_path
timeout = _generate_timeouts(repeat_config, test, task_runtime_stats)
commands = resmoke_commands("run tests", run_tests_vars, timeout, multiversion_path)
- dependencies = {TaskDependency("archive_dist_test")}
+ dependencies = {TaskDependency("archive_dist_test_debug")}
return Task(sub_task_name, commands, dependencies)