| 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 "--goma-dir", | 276 "--goma-dir", |
| 275 "[BUILD]\\goma", | 277 "[BUILD]\\goma", |
| 276 "--", | 278 "--", |
| 277 "All", | 279 "All", |
| 278 "chromium_builder_tests" | 280 "chromium_builder_tests" |
| 279 ], | 281 ], |
| 280 "cwd": "[SLAVE_BUILD]", | 282 "cwd": "[SLAVE_BUILD]", |
| 281 "name": "compile", | 283 "name": "compile", |
| 282 "~followup_annotations": [ | 284 "~followup_annotations": [ |
| 283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 284 "@@@STEP_LOG_END@json.output (invalid)@@@" | 286 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 285 ] | 287 ] |
| 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 |