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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 ] | 256 ] |
257 }, | 257 }, |
258 { | 258 { |
259 "cmd": [ | 259 "cmd": [ |
260 "python", | 260 "python", |
261 "-u", | 261 "-u", |
262 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 262 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
263 "--show-path", | 263 "--show-path", |
264 "python", | 264 "python", |
265 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 265 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 266 "--gsutil-py-path", |
| 267 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
266 "--ninja-path", | 268 "--ninja-path", |
267 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 269 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
268 "--target", | 270 "--target", |
269 "Release_x64", | 271 "Release_x64", |
270 "--src-dir", | 272 "--src-dir", |
271 "[SLAVE_BUILD]\\src", | 273 "[SLAVE_BUILD]\\src", |
272 "--goma-cache-dir", | 274 "--goma-cache-dir", |
273 "[GOMA_CACHE]", | 275 "[GOMA_CACHE]", |
274 "--build-tool", | 276 "--build-tool", |
275 "ninja", | 277 "ninja", |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 ], | 393 ], |
392 "cwd": "[SLAVE_BUILD]", | 394 "cwd": "[SLAVE_BUILD]", |
393 "name": "process_dumps" | 395 "name": "process_dumps" |
394 }, | 396 }, |
395 { | 397 { |
396 "name": "$result", | 398 "name": "$result", |
397 "recipe_result": null, | 399 "recipe_result": null, |
398 "status_code": 0 | 400 "status_code": 0 |
399 } | 401 } |
400 ] | 402 ] |
OLD | NEW |