| 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 "--src-dir", | 329 "--src-dir", |
| 330 "[BUILDER_CACHE]\\Win_Builder_FYI\\src", | 330 "[BUILDER_CACHE]\\Win_Builder_FYI\\src", |
| 331 "--goma-cache-dir", | 331 "--goma-cache-dir", |
| 332 "[GOMA_CACHE]", | 332 "[GOMA_CACHE]", |
| 333 "--buildbot-buildername", | 333 "--buildbot-buildername", |
| 334 "Win Builder FYI", | 334 "Win Builder FYI", |
| 335 "--buildbot-mastername", | 335 "--buildbot-mastername", |
| 336 "chromium.perf.fyi", | 336 "chromium.perf.fyi", |
| 337 "--buildbot-slavename", | 337 "--buildbot-slavename", |
| 338 "TestSlavename", | 338 "TestSlavename", |
| 339 "--goma-deps-cache-dir", | 339 "--goma-deps-cache-file", |
| 340 "[GOMA_DEPS_CACHE]", | 340 "Win_Builder_FYI.gomadeps", |
| 341 "--build-data-dir", | 341 "--build-data-dir", |
| 342 "[ROOT]\\build_data_dir", | 342 "[ROOT]\\build_data_dir", |
| 343 "--compiler", | 343 "--compiler", |
| 344 "goma", | 344 "goma", |
| 345 "--goma-jsonstatus", | 345 "--goma-jsonstatus", |
| 346 "/path/to/tmp/json", | 346 "/path/to/tmp/json", |
| 347 "--goma-service-account-json-file", | 347 "--goma-service-account-json-file", |
| 348 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 348 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 349 "--mode", | 349 "--mode", |
| 350 "official", | 350 "official", |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 502 }, | 502 }, |
| 503 "name": "process_dumps" | 503 "name": "process_dumps" |
| 504 }, | 504 }, |
| 505 { | 505 { |
| 506 "name": "$result", | 506 "name": "$result", |
| 507 "recipe_result": null, | 507 "recipe_result": null, |
| 508 "status_code": 0 | 508 "status_code": 0 |
| 509 } | 509 } |
| 510 ] | 510 ] |
| OLD | NEW |