| 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 "--src-dir", | 222 "--src-dir", |
| 223 "[SLAVE_BUILD]\\src", | 223 "[SLAVE_BUILD]\\src", |
| 224 "--goma-cache-dir", | 224 "--goma-cache-dir", |
| 225 "[GOMA_CACHE]", | 225 "[GOMA_CACHE]", |
| 226 "--build-tool", | 226 "--build-tool", |
| 227 "ninja", | 227 "ninja", |
| 228 "--compiler", | 228 "--compiler", |
| 229 "goma", | 229 "goma", |
| 230 "--goma-jsonstatus", | 230 "--goma-jsonstatus", |
| 231 "/path/to/tmp/json", | 231 "/path/to/tmp/json", |
| 232 "--goma-service-account-json-file", |
| 233 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 232 "--mode", | 234 "--mode", |
| 233 "official", | 235 "official", |
| 234 "--goma-dir", | 236 "--goma-dir", |
| 235 "[BUILD]\\goma", | 237 "[BUILD]\\goma", |
| 236 "--goma-hermetic", | 238 "--goma-hermetic", |
| 237 "fallback", | 239 "fallback", |
| 238 "--", | 240 "--", |
| 239 "chrome", | 241 "chrome", |
| 240 "chromium_builder_perf" | 242 "chromium_builder_perf" |
| 241 ], | 243 ], |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 ], | 306 ], |
| 305 "cwd": "[SLAVE_BUILD]", | 307 "cwd": "[SLAVE_BUILD]", |
| 306 "name": "process_dumps" | 308 "name": "process_dumps" |
| 307 }, | 309 }, |
| 308 { | 310 { |
| 309 "name": "$result", | 311 "name": "$result", |
| 310 "recipe_result": null, | 312 "recipe_result": null, |
| 311 "status_code": 0 | 313 "status_code": 0 |
| 312 } | 314 } |
| 313 ] | 315 ] |
| OLD | NEW |