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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 "name": "generate_build_files (with patch)" | 319 "name": "generate_build_files (with patch)" |
320 }, | 320 }, |
321 { | 321 { |
322 "cmd": [ | 322 "cmd": [ |
323 "python", | 323 "python", |
324 "-u", | 324 "-u", |
325 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 325 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
326 "--show-path", | 326 "--show-path", |
327 "python", | 327 "python", |
328 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 328 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 329 "--gsutil-py-path", |
| 330 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
329 "--ninja-path", | 331 "--ninja-path", |
330 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 332 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
331 "--target", | 333 "--target", |
332 "Release", | 334 "Release", |
333 "--src-dir", | 335 "--src-dir", |
334 "[SLAVE_BUILD]\\src", | 336 "[SLAVE_BUILD]\\src", |
335 "--goma-cache-dir", | 337 "--goma-cache-dir", |
336 "[GOMA_CACHE]", | 338 "[GOMA_CACHE]", |
337 "--build-tool", | 339 "--build-tool", |
338 "ninja", | 340 "ninja", |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 ], | 491 ], |
490 "cwd": "[SLAVE_BUILD]", | 492 "cwd": "[SLAVE_BUILD]", |
491 "name": "process_dumps" | 493 "name": "process_dumps" |
492 }, | 494 }, |
493 { | 495 { |
494 "name": "$result", | 496 "name": "$result", |
495 "recipe_result": null, | 497 "recipe_result": null, |
496 "status_code": 0 | 498 "status_code": 0 |
497 } | 499 } |
498 ] | 500 ] |
OLD | NEW |