| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 228 "--build-data-dir", |
| 229 "[ROOT]\\build_data_dir", | 229 "[ROOT]\\build_data_dir", |
| 230 "--compiler", | 230 "--compiler", |
| 231 "goma", | 231 "goma", |
| 232 "--goma-jsonstatus", | 232 "--goma-jsonstatus", |
| 233 "/path/to/tmp/json", | 233 "/path/to/tmp/json", |
| 234 "--goma-service-account-json-file", |
| 235 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 234 "--mode", | 236 "--mode", |
| 235 "official", | 237 "official", |
| 236 "--goma-dir", | 238 "--goma-dir", |
| 237 "[CACHE]\\cipd\\goma", | 239 "[CACHE]\\cipd\\goma", |
| 238 "--goma-hermetic", | 240 "--goma-hermetic", |
| 239 "fallback", | 241 "fallback", |
| 240 "--", | 242 "--", |
| 241 "chrome", | 243 "chrome", |
| 242 "chromium_builder_perf" | 244 "chromium_builder_perf" |
| 243 ], | 245 ], |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 ], | 308 ], |
| 307 "cwd": "[SLAVE_BUILD]", | 309 "cwd": "[SLAVE_BUILD]", |
| 308 "name": "process_dumps" | 310 "name": "process_dumps" |
| 309 }, | 311 }, |
| 310 { | 312 { |
| 311 "name": "$result", | 313 "name": "$result", |
| 312 "recipe_result": null, | 314 "recipe_result": null, |
| 313 "status_code": 0 | 315 "status_code": 0 |
| 314 } | 316 } |
| 315 ] | 317 ] |
| OLD | NEW |