OLD | NEW |
| (Empty) |
1 [ | |
2 { | |
3 "cmd": [ | |
4 "python", | |
5 "-u", | |
6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | |
7 ], | |
8 "name": "cleanup temp" | |
9 }, | |
10 { | |
11 "cmd": [ | |
12 "python", | |
13 "-u", | |
14 "[BUILD]\\scripts\\slave\\git_setup.py", | |
15 "--path", | |
16 "[SLAVE_BUILD]\\swarming.client", | |
17 "--url", | |
18 "https://chromium.googlesource.com/external/swarming.client.git", | |
19 "--git_cmd_path", | |
20 "[DEPOT_TOOLS]\\git.bat" | |
21 ], | |
22 "name": "git setup (swarming_client)" | |
23 }, | |
24 { | |
25 "cmd": [ | |
26 "[DEPOT_TOOLS]\\git.bat", | |
27 "retry", | |
28 "fetch", | |
29 "origin", | |
30 "feaaabcdef" | |
31 ], | |
32 "cwd": "[SLAVE_BUILD]\\swarming.client", | |
33 "name": "git fetch (swarming_client)" | |
34 }, | |
35 { | |
36 "cmd": [ | |
37 "[DEPOT_TOOLS]\\git.bat", | |
38 "checkout", | |
39 "-f", | |
40 "FETCH_HEAD" | |
41 ], | |
42 "cwd": "[SLAVE_BUILD]\\swarming.client", | |
43 "name": "git checkout (swarming_client)" | |
44 }, | |
45 { | |
46 "cmd": [ | |
47 "[DEPOT_TOOLS]\\git.bat", | |
48 "clean", | |
49 "-f", | |
50 "-d", | |
51 "-x" | |
52 ], | |
53 "cwd": "[SLAVE_BUILD]\\swarming.client", | |
54 "name": "git clean (swarming_client)" | |
55 }, | |
56 { | |
57 "cmd": [ | |
58 "[DEPOT_TOOLS]\\git.bat", | |
59 "submodule", | |
60 "sync" | |
61 ], | |
62 "cwd": "[SLAVE_BUILD]\\swarming.client", | |
63 "name": "submodule sync (swarming_client)" | |
64 }, | |
65 { | |
66 "cmd": [ | |
67 "[DEPOT_TOOLS]\\git.bat", | |
68 "submodule", | |
69 "update", | |
70 "--init", | |
71 "--recursive" | |
72 ], | |
73 "cwd": "[SLAVE_BUILD]\\swarming.client", | |
74 "name": "submodule update (swarming_client)" | |
75 }, | |
76 { | |
77 "cmd": [ | |
78 "python", | |
79 "-u", | |
80 "[DEPOT_TOOLS]\\win_toolchain\\get_toolchain_if_necessary.py", | |
81 "27eac9b2869ef6c89391f305a3f01285ea317867", | |
82 "9d9a93134b3eabd003b85b4e7dea06c0eae150ed" | |
83 ], | |
84 "name": "get_vs_toolchain_if_necessary" | |
85 }, | |
86 { | |
87 "cmd": [ | |
88 "python", | |
89 "-u", | |
90 "exit()" | |
91 ], | |
92 "name": "copy parent_got_revision to got_revision", | |
93 "~followup_annotations": [ | |
94 "@@@STEP_LOG_LINE@python.inline@exit()@@@", | |
95 "@@@STEP_LOG_END@python.inline@@@", | |
96 "@@@SET_BUILD_PROPERTY@got_revision@160000@@@" | |
97 ] | |
98 } | |
99 ] | |
OLD | NEW |