| 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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 "--gsutil-py-path", | 425 "--gsutil-py-path", |
| 426 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 426 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 427 "--ninja-path", | 427 "--ninja-path", |
| 428 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 428 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 429 "--target", | 429 "--target", |
| 430 "Release", | 430 "Release", |
| 431 "--src-dir", | 431 "--src-dir", |
| 432 "[BUILDER_CACHE]\\win\\src", | 432 "[BUILDER_CACHE]\\win\\src", |
| 433 "--goma-cache-dir", | 433 "--goma-cache-dir", |
| 434 "[GOMA_CACHE]", | 434 "[GOMA_CACHE]", |
| 435 "--buildbot-buildername", |
| 436 "win_chromium_rel_ng", |
| 437 "--buildbot-mastername", |
| 438 "tryserver.chromium.win", |
| 439 "--buildbot-slavename", |
| 440 "TestSlavename", |
| 435 "--goma-deps-cache-dir", | 441 "--goma-deps-cache-dir", |
| 436 "[GOMA_DEPS_CACHE]", | 442 "[GOMA_DEPS_CACHE]", |
| 437 "--compiler", | 443 "--compiler", |
| 438 "goma", | 444 "goma", |
| 439 "--goma-jsonstatus", | 445 "--goma-jsonstatus", |
| 440 "/path/to/tmp/json", | 446 "/path/to/tmp/json", |
| 441 "--goma-service-account-json-file", | 447 "--goma-service-account-json-file", |
| 442 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 448 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 443 "--goma-dir", | 449 "--goma-dir", |
| 444 "[CACHE]\\cipd\\goma", | 450 "[CACHE]\\cipd\\goma", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 604 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 599 }, | 605 }, |
| 600 "name": "process_dumps" | 606 "name": "process_dumps" |
| 601 }, | 607 }, |
| 602 { | 608 { |
| 603 "name": "$result", | 609 "name": "$result", |
| 604 "recipe_result": null, | 610 "recipe_result": null, |
| 605 "status_code": 0 | 611 "status_code": 0 |
| 606 } | 612 } |
| 607 ] | 613 ] |
| OLD | NEW |