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 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
400 "--ninja-path", | 400 "--ninja-path", |
401 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 401 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
402 "--target", | 402 "--target", |
403 "Release", | 403 "Release", |
404 "--src-dir", | 404 "--src-dir", |
405 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", | 405 "[BUILDER_CACHE]\\win_chromium_rel_ng\\src", |
406 "--goma-cache-dir", | 406 "--goma-cache-dir", |
407 "[GOMA_CACHE]", | 407 "[GOMA_CACHE]", |
408 "--goma-deps-cache-dir", | 408 "--goma-deps-cache-dir", |
409 "[GOMA_DEPS_CACHE]", | 409 "[GOMA_DEPS_CACHE]", |
410 "--build-tool", | |
411 "ninja", | |
412 "--compiler", | 410 "--compiler", |
413 "goma", | 411 "goma", |
414 "--goma-jsonstatus", | 412 "--goma-jsonstatus", |
415 "/path/to/tmp/json", | 413 "/path/to/tmp/json", |
416 "--goma-service-account-json-file", | 414 "--goma-service-account-json-file", |
417 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 415 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
418 "--goma-dir", | 416 "--goma-dir", |
419 "[CACHE]\\cipd\\goma", | 417 "[CACHE]\\cipd\\goma", |
420 "--goma-fail-fast", | 418 "--goma-fail-fast", |
421 "--goma-disable-local-fallback", | 419 "--goma-disable-local-fallback", |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 "step returned non-zero exit code: 1", | 477 "step returned non-zero exit code: 1", |
480 "@@@STEP_EXCEPTION@@@" | 478 "@@@STEP_EXCEPTION@@@" |
481 ] | 479 ] |
482 }, | 480 }, |
483 { | 481 { |
484 "name": "$result", | 482 "name": "$result", |
485 "recipe_result": null, | 483 "recipe_result": null, |
486 "status_code": 0 | 484 "status_code": 0 |
487 } | 485 } |
488 ] | 486 ] |
OLD | NEW |