| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 "--goma-cache-dir", | 266 "--goma-cache-dir", |
| 267 "[GOMA_CACHE]", | 267 "[GOMA_CACHE]", |
| 268 "--build-tool", | 268 "--build-tool", |
| 269 "ninja", | 269 "ninja", |
| 270 "--build-data-dir", | 270 "--build-data-dir", |
| 271 "[ROOT]\\build_data_dir", | 271 "[ROOT]\\build_data_dir", |
| 272 "--compiler", | 272 "--compiler", |
| 273 "goma", | 273 "goma", |
| 274 "--goma-jsonstatus", | 274 "--goma-jsonstatus", |
| 275 "/path/to/tmp/json", | 275 "/path/to/tmp/json", |
| 276 "--goma-service-account-json-file", |
| 277 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 276 "--mode", | 278 "--mode", |
| 277 "official", | 279 "official", |
| 278 "--goma-dir", | 280 "--goma-dir", |
| 279 "[CACHE]\\cipd\\goma", | 281 "[CACHE]\\cipd\\goma", |
| 280 "--clobber", | 282 "--clobber", |
| 281 "--", | 283 "--", |
| 282 "chrome", | 284 "chrome", |
| 283 "chrome_official_builder_no_unittests" | 285 "chrome_official_builder_no_unittests" |
| 284 ], | 286 ], |
| 285 "cwd": "[SLAVE_BUILD]", | 287 "cwd": "[SLAVE_BUILD]", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 ], | 332 ], |
| 331 "cwd": "[SLAVE_BUILD]", | 333 "cwd": "[SLAVE_BUILD]", |
| 332 "name": "process_dumps" | 334 "name": "process_dumps" |
| 333 }, | 335 }, |
| 334 { | 336 { |
| 335 "name": "$result", | 337 "name": "$result", |
| 336 "recipe_result": null, | 338 "recipe_result": null, |
| 337 "status_code": 0 | 339 "status_code": 0 |
| 338 } | 340 } |
| 339 ] | 341 ] |
| OLD | NEW |