| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 "--goma-cache-dir", | 228 "--goma-cache-dir", |
| 229 "[GOMA_CACHE]", | 229 "[GOMA_CACHE]", |
| 230 "--build-tool", | 230 "--build-tool", |
| 231 "ninja", | 231 "ninja", |
| 232 "--build-data-dir", | 232 "--build-data-dir", |
| 233 "[ROOT]\\build_data_dir", | 233 "[ROOT]\\build_data_dir", |
| 234 "--compiler", | 234 "--compiler", |
| 235 "goma", | 235 "goma", |
| 236 "--goma-jsonstatus", | 236 "--goma-jsonstatus", |
| 237 "/path/to/tmp/json", | 237 "/path/to/tmp/json", |
| 238 "--goma-service-account-json-file", |
| 239 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 238 "--mode", | 240 "--mode", |
| 239 "official", | 241 "official", |
| 240 "--goma-dir", | 242 "--goma-dir", |
| 241 "[CACHE]\\cipd\\goma", | 243 "[CACHE]\\cipd\\goma", |
| 242 "--goma-hermetic", | 244 "--goma-hermetic", |
| 243 "fallback", | 245 "fallback", |
| 244 "--", | 246 "--", |
| 245 "chrome", | 247 "chrome", |
| 246 "chromium_builder_perf" | 248 "chromium_builder_perf" |
| 247 ], | 249 ], |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 ], | 503 ], |
| 502 "cwd": "[SLAVE_BUILD]", | 504 "cwd": "[SLAVE_BUILD]", |
| 503 "name": "process_dumps" | 505 "name": "process_dumps" |
| 504 }, | 506 }, |
| 505 { | 507 { |
| 506 "name": "$result", | 508 "name": "$result", |
| 507 "recipe_result": null, | 509 "recipe_result": null, |
| 508 "status_code": 0 | 510 "status_code": 0 |
| 509 } | 511 } |
| 510 ] | 512 ] |
| OLD | NEW |