| 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 "--gsutil-py-path", | 399 "--gsutil-py-path", |
| 400 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 400 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 401 "--ninja-path", | 401 "--ninja-path", |
| 402 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 402 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 403 "--target", | 403 "--target", |
| 404 "Release", | 404 "Release", |
| 405 "--src-dir", | 405 "--src-dir", |
| 406 "[SLAVE_BUILD]\\src", | 406 "[SLAVE_BUILD]\\src", |
| 407 "--goma-cache-dir", | 407 "--goma-cache-dir", |
| 408 "[GOMA_CACHE]", | 408 "[GOMA_CACHE]", |
| 409 "--buildbot-buildername", | |
| 410 "win_chromium_rel_ng", | |
| 411 "--buildbot-mastername", | |
| 412 "tryserver.chromium.win", | |
| 413 "--buildbot-slavename", | |
| 414 "TestSlavename", | |
| 415 "--compiler", | 409 "--compiler", |
| 416 "goma", | 410 "goma", |
| 417 "--goma-jsonstatus", | 411 "--goma-jsonstatus", |
| 418 "/path/to/tmp/json", | 412 "/path/to/tmp/json", |
| 419 "--goma-service-account-json-file", | 413 "--goma-service-account-json-file", |
| 420 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 414 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 421 "--goma-dir", | 415 "--goma-dir", |
| 422 "[CACHE]\\cipd\\goma", | 416 "[CACHE]\\cipd\\goma", |
| 423 "--goma-fail-fast", | 417 "--goma-fail-fast", |
| 424 "--goma-disable-local-fallback", | 418 "--goma-disable-local-fallback", |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 565 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 572 }, | 566 }, |
| 573 "name": "process_dumps" | 567 "name": "process_dumps" |
| 574 }, | 568 }, |
| 575 { | 569 { |
| 576 "name": "$result", | 570 "name": "$result", |
| 577 "recipe_result": null, | 571 "recipe_result": null, |
| 578 "status_code": 0 | 572 "status_code": 0 |
| 579 } | 573 } |
| 580 ] | 574 ] |
| OLD | NEW |