| 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", | |
| 441 "--goma-deps-cache-dir", | 435 "--goma-deps-cache-dir", |
| 442 "[GOMA_DEPS_CACHE]", | 436 "[GOMA_DEPS_CACHE]", |
| 443 "--compiler", | 437 "--compiler", |
| 444 "goma", | 438 "goma", |
| 445 "--goma-jsonstatus", | 439 "--goma-jsonstatus", |
| 446 "/path/to/tmp/json", | 440 "/path/to/tmp/json", |
| 447 "--goma-service-account-json-file", | 441 "--goma-service-account-json-file", |
| 448 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 442 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 449 "--goma-dir", | 443 "--goma-dir", |
| 450 "[CACHE]\\cipd\\goma", | 444 "[CACHE]\\cipd\\goma", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 598 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 605 }, | 599 }, |
| 606 "name": "process_dumps" | 600 "name": "process_dumps" |
| 607 }, | 601 }, |
| 608 { | 602 { |
| 609 "name": "$result", | 603 "name": "$result", |
| 610 "recipe_result": null, | 604 "recipe_result": null, |
| 611 "status_code": 0 | 605 "status_code": 0 |
| 612 } | 606 } |
| 613 ] | 607 ] |
| OLD | NEW |