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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 ] | 298 ] |
299 }, | 299 }, |
300 { | 300 { |
301 "cmd": [ | 301 "cmd": [ |
302 "python", | 302 "python", |
303 "-u", | 303 "-u", |
304 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 304 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
305 "--show-path", | 305 "--show-path", |
306 "python", | 306 "python", |
307 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 307 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 308 "--gsutil-py-path", |
| 309 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
308 "--ninja-path", | 310 "--ninja-path", |
309 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 311 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
310 "--target", | 312 "--target", |
311 "Release", | 313 "Release", |
312 "--src-dir", | 314 "--src-dir", |
313 "[SLAVE_BUILD]\\src", | 315 "[SLAVE_BUILD]\\src", |
314 "--goma-cache-dir", | 316 "--goma-cache-dir", |
315 "[GOMA_CACHE]", | 317 "[GOMA_CACHE]", |
316 "--build-tool", | 318 "--build-tool", |
317 "ninja", | 319 "ninja", |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
580 "~followup_annotations": [ | 582 "~followup_annotations": [ |
581 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" | 583 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" |
582 ] | 584 ] |
583 }, | 585 }, |
584 { | 586 { |
585 "name": "$result", | 587 "name": "$result", |
586 "recipe_result": null, | 588 "recipe_result": null, |
587 "status_code": 0 | 589 "status_code": 0 |
588 } | 590 } |
589 ] | 591 ] |
OLD | NEW |