| 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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 "--src-dir", | 411 "--src-dir", |
| 412 "[BUILDER_CACHE]\\win\\src", | 412 "[BUILDER_CACHE]\\win\\src", |
| 413 "--goma-cache-dir", | 413 "--goma-cache-dir", |
| 414 "[GOMA_CACHE]", | 414 "[GOMA_CACHE]", |
| 415 "--buildbot-buildername", | 415 "--buildbot-buildername", |
| 416 "win_chromium_rel_ng", | 416 "win_chromium_rel_ng", |
| 417 "--buildbot-mastername", | 417 "--buildbot-mastername", |
| 418 "tryserver.chromium.win", | 418 "tryserver.chromium.win", |
| 419 "--buildbot-slavename", | 419 "--buildbot-slavename", |
| 420 "TestSlavename", | 420 "TestSlavename", |
| 421 "--goma-deps-cache-dir", | 421 "--goma-deps-cache-file", |
| 422 "[GOMA_DEPS_CACHE]", | 422 "win_chromium_rel_ng.gomadeps", |
| 423 "--compiler", | 423 "--compiler", |
| 424 "goma", | 424 "goma", |
| 425 "--goma-jsonstatus", | 425 "--goma-jsonstatus", |
| 426 "/path/to/tmp/json", | 426 "/path/to/tmp/json", |
| 427 "--goma-service-account-json-file", | 427 "--goma-service-account-json-file", |
| 428 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 428 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 429 "--goma-dir", | 429 "--goma-dir", |
| 430 "[CACHE]\\cipd\\goma", | 430 "[CACHE]\\cipd\\goma", |
| 431 "--goma-fail-fast", | 431 "--goma-fail-fast", |
| 432 "--goma-disable-local-fallback", | 432 "--goma-disable-local-fallback", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 "step returned non-zero exit code: 1", | 491 "step returned non-zero exit code: 1", |
| 492 "@@@STEP_EXCEPTION@@@" | 492 "@@@STEP_EXCEPTION@@@" |
| 493 ] | 493 ] |
| 494 }, | 494 }, |
| 495 { | 495 { |
| 496 "name": "$result", | 496 "name": "$result", |
| 497 "recipe_result": null, | 497 "recipe_result": null, |
| 498 "status_code": 0 | 498 "status_code": 0 |
| 499 } | 499 } |
| 500 ] | 500 ] |
| OLD | NEW |