| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 ], | 312 ], |
| 311 "cwd": "[SLAVE_BUILD]", | 313 "cwd": "[SLAVE_BUILD]", |
| 312 "name": "process_dumps" | 314 "name": "process_dumps" |
| 313 }, | 315 }, |
| 314 { | 316 { |
| 315 "name": "$result", | 317 "name": "$result", |
| 316 "recipe_result": null, | 318 "recipe_result": null, |
| 317 "status_code": 0 | 319 "status_code": 0 |
| 318 } | 320 } |
| 319 ] | 321 ] |
| OLD | NEW |