| 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 "--src-dir", | 264 "--src-dir", |
| 265 "[SLAVE_BUILD]\\src", | 265 "[SLAVE_BUILD]\\src", |
| 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 "--compiler", | 270 "--compiler", |
| 271 "goma", | 271 "goma", |
| 272 "--goma-jsonstatus", | 272 "--goma-jsonstatus", |
| 273 "/path/to/tmp/json", | 273 "/path/to/tmp/json", |
| 274 "--goma-service-account-json-file", |
| 275 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 274 "--mode", | 276 "--mode", |
| 275 "official", | 277 "official", |
| 276 "--goma-dir", | 278 "--goma-dir", |
| 277 "[BUILD]\\goma", | 279 "[BUILD]\\goma", |
| 278 "--clobber", | 280 "--clobber", |
| 279 "--", | 281 "--", |
| 280 "chrome", | 282 "chrome", |
| 281 "chrome_official_builder_no_unittests" | 283 "chrome_official_builder_no_unittests" |
| 282 ], | 284 ], |
| 283 "cwd": "[SLAVE_BUILD]", | 285 "cwd": "[SLAVE_BUILD]", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 ], | 330 ], |
| 329 "cwd": "[SLAVE_BUILD]", | 331 "cwd": "[SLAVE_BUILD]", |
| 330 "name": "process_dumps" | 332 "name": "process_dumps" |
| 331 }, | 333 }, |
| 332 { | 334 { |
| 333 "name": "$result", | 335 "name": "$result", |
| 334 "recipe_result": null, | 336 "recipe_result": null, |
| 335 "status_code": 0 | 337 "status_code": 0 |
| 336 } | 338 } |
| 337 ] | 339 ] |
| OLD | NEW |