| 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "--src-dir", | 307 "--src-dir", |
| 308 "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src", | 308 "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src", |
| 309 "--goma-cache-dir", | 309 "--goma-cache-dir", |
| 310 "[GOMA_CACHE]", | 310 "[GOMA_CACHE]", |
| 311 "--buildbot-buildername", | 311 "--buildbot-buildername", |
| 312 "CrWin7Goma(clbr)", | 312 "CrWin7Goma(clbr)", |
| 313 "--buildbot-mastername", | 313 "--buildbot-mastername", |
| 314 "chromium.fyi", | 314 "chromium.fyi", |
| 315 "--buildbot-slavename", | 315 "--buildbot-slavename", |
| 316 "TestSlavename", | 316 "TestSlavename", |
| 317 "--goma-deps-cache-dir", | 317 "--goma-deps-cache-file", |
| 318 "[GOMA_DEPS_CACHE]", | 318 "CrWin7Goma_clbr_.gomadeps", |
| 319 "--build-data-dir", | 319 "--build-data-dir", |
| 320 "[ROOT]\\build_data_dir", | 320 "[ROOT]\\build_data_dir", |
| 321 "--compiler", | 321 "--compiler", |
| 322 "goma", | 322 "goma", |
| 323 "--goma-jsonstatus", | 323 "--goma-jsonstatus", |
| 324 "/path/to/tmp/json", | 324 "/path/to/tmp/json", |
| 325 "--goma-service-account-json-file", | 325 "--goma-service-account-json-file", |
| 326 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 326 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 327 "--goma-dir", | 327 "--goma-dir", |
| 328 "[CACHE]\\cipd\\goma", | 328 "[CACHE]\\cipd\\goma", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 412 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 413 }, | 413 }, |
| 414 "name": "process_dumps" | 414 "name": "process_dumps" |
| 415 }, | 415 }, |
| 416 { | 416 { |
| 417 "name": "$result", | 417 "name": "$result", |
| 418 "recipe_result": null, | 418 "recipe_result": null, |
| 419 "status_code": 0 | 419 "status_code": 0 |
| 420 } | 420 } |
| 421 ] | 421 ] |
| OLD | NEW |