OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "name": "cleanup_temp" | 196 "name": "cleanup_temp" |
197 }, | 197 }, |
198 { | 198 { |
199 "cmd": [ | 199 "cmd": [ |
200 "python", | 200 "python", |
201 "-u", | 201 "-u", |
202 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 202 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
203 "--show-path", | 203 "--show-path", |
204 "python", | 204 "python", |
205 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 205 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 206 "--gsutil-py-path", |
| 207 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
206 "--ninja-path", | 208 "--ninja-path", |
207 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 209 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
208 "--target", | 210 "--target", |
209 "Release", | 211 "Release", |
210 "--src-dir", | 212 "--src-dir", |
211 "[SLAVE_BUILD]\\src", | 213 "[SLAVE_BUILD]\\src", |
212 "--goma-cache-dir", | 214 "--goma-cache-dir", |
213 "[GOMA_CACHE]", | 215 "[GOMA_CACHE]", |
214 "--build-tool", | 216 "--build-tool", |
215 "ninja", | 217 "ninja", |
(...skipping 12 matching lines...) Expand all Loading... |
228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 230 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
229 "@@@STEP_LOG_END@json.output (invalid)@@@" | 231 "@@@STEP_LOG_END@json.output (invalid)@@@" |
230 ] | 232 ] |
231 }, | 233 }, |
232 { | 234 { |
233 "name": "$result", | 235 "name": "$result", |
234 "recipe_result": null, | 236 "recipe_result": null, |
235 "status_code": 0 | 237 "status_code": 0 |
236 } | 238 } |
237 ] | 239 ] |
OLD | NEW |