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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 "name": "generate_build_files (with patch)" | 308 "name": "generate_build_files (with patch)" |
309 }, | 309 }, |
310 { | 310 { |
311 "cmd": [ | 311 "cmd": [ |
312 "python", | 312 "python", |
313 "-u", | 313 "-u", |
314 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 314 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
315 "--show-path", | 315 "--show-path", |
316 "python", | 316 "python", |
317 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 317 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 318 "--gsutil-py-path", |
| 319 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
318 "--ninja-path", | 320 "--ninja-path", |
319 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 321 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
320 "--target", | 322 "--target", |
321 "Release", | 323 "Release", |
322 "--src-dir", | 324 "--src-dir", |
323 "[SLAVE_BUILD]\\src", | 325 "[SLAVE_BUILD]\\src", |
324 "--goma-cache-dir", | 326 "--goma-cache-dir", |
325 "[GOMA_CACHE]", | 327 "[GOMA_CACHE]", |
326 "--build-tool", | 328 "--build-tool", |
327 "ninja", | 329 "ninja", |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 "step returned non-zero exit code: 1", | 388 "step returned non-zero exit code: 1", |
387 "@@@STEP_EXCEPTION@@@" | 389 "@@@STEP_EXCEPTION@@@" |
388 ] | 390 ] |
389 }, | 391 }, |
390 { | 392 { |
391 "name": "$result", | 393 "name": "$result", |
392 "recipe_result": null, | 394 "recipe_result": null, |
393 "status_code": 0 | 395 "status_code": 0 |
394 } | 396 } |
395 ] | 397 ] |
OLD | NEW |