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