diff options
author | Andrew Morrow <acm@mongodb.com> | 2021-02-04 11:19:47 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-02-05 20:10:02 +0000 |
commit | ddd36c6e0c15a2e6d5b230f2f19ce228c7ab8485 (patch) | |
tree | 1639f82d465da3b01d31c6ec88a220a9bc92112c /buildscripts/burn_in_tests.py | |
parent | 4e181d6dc4c529fc624f959d0f6c3d53962f5cbe (diff) | |
download | mongo-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-x | buildscripts/burn_in_tests.py | 2 |
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) |