Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 0089b70

Browse files
MikhailShchatkoEvergreen Agent
authored andcommitted
SERVER-56769 Use tarball from arhive_dist_test task instead of git.get_project
1 parent 9eaa50d commit 0089b70

File tree

2 files changed

+216
-113
lines changed

2 files changed

+216
-113
lines changed

buildscripts/evergreen_gen_powercycle_tasks.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,13 @@ def get_setup_commands() -> Tuple[List[FunctionCall], Set[TaskDependency]]:
6363
def get_skip_compile_setup_commands() -> Tuple[List[FunctionCall], set]:
6464
"""Return skip compile setup commands."""
6565
return [
66+
BuiltInCommand("manifest.load", {}),
67+
FunctionCall("git get project"),
68+
FunctionCall("f_expansions_write"),
69+
FunctionCall("kill processes"),
70+
FunctionCall("cleanup environment"),
6671
FunctionCall("set up venv"),
6772
FunctionCall("upload pip requirements"),
68-
FunctionCall("f_expansions_write"),
6973
FunctionCall("configure evergreen api credentials"),
7074
FunctionCall("get compiled binaries"),
7175
], set()

0 commit comments

Comments
 (0)