| 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 "--goma-cache-dir", | 246 "--goma-cache-dir", |
| 247 "[GOMA_CACHE]", | 247 "[GOMA_CACHE]", |
| 248 "--build-tool", | 248 "--build-tool", |
| 249 "ninja", | 249 "ninja", |
| 250 "--build-data-dir", | 250 "--build-data-dir", |
| 251 "[ROOT]\\build_data_dir", | 251 "[ROOT]\\build_data_dir", |
| 252 "--compiler", | 252 "--compiler", |
| 253 "goma", | 253 "goma", |
| 254 "--goma-jsonstatus", | 254 "--goma-jsonstatus", |
| 255 "/path/to/tmp/json", | 255 "/path/to/tmp/json", |
| 256 "--goma-service-account-json-file", |
| 257 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 256 "--goma-dir", | 258 "--goma-dir", |
| 257 "[CACHE]\\cipd\\goma", | 259 "[CACHE]\\cipd\\goma", |
| 258 "--ninja-ensure-up-to-date", | 260 "--ninja-ensure-up-to-date", |
| 259 "--clobber", | 261 "--clobber", |
| 260 "--", | 262 "--", |
| 261 "all" | 263 "all" |
| 262 ], | 264 ], |
| 263 "cwd": "[SLAVE_BUILD]", | 265 "cwd": "[SLAVE_BUILD]", |
| 264 "name": "compile", | 266 "name": "compile", |
| 265 "~followup_annotations": [ | 267 "~followup_annotations": [ |
| (...skipping 17 matching lines...) Expand all Loading... |
| 283 ], | 285 ], |
| 284 "cwd": "[SLAVE_BUILD]", | 286 "cwd": "[SLAVE_BUILD]", |
| 285 "name": "archive_build" | 287 "name": "archive_build" |
| 286 }, | 288 }, |
| 287 { | 289 { |
| 288 "name": "$result", | 290 "name": "$result", |
| 289 "recipe_result": null, | 291 "recipe_result": null, |
| 290 "status_code": 0 | 292 "status_code": 0 |
| 291 } | 293 } |
| 292 ] | 294 ] |
| OLD | NEW |