| 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 "ninja", | 266 "ninja", |
| 267 "--compiler", | 267 "--compiler", |
| 268 "goma", | 268 "goma", |
| 269 "--goma-jsonstatus", | 269 "--goma-jsonstatus", |
| 270 "/path/to/tmp/json", | 270 "/path/to/tmp/json", |
| 271 "--goma-dir", | 271 "--goma-dir", |
| 272 "[BUILD]\\goma", | 272 "[BUILD]\\goma", |
| 273 "--", | 273 "--", |
| 274 "blink_tests", | 274 "blink_tests", |
| 275 "browser_tests", | 275 "browser_tests", |
| 276 "browser_tests_run", | 276 "browser_tests_run" |
| 277 "crash_service" | |
| 278 ], | 277 ], |
| 279 "cwd": "[SLAVE_BUILD]", | 278 "cwd": "[SLAVE_BUILD]", |
| 280 "name": "compile", | 279 "name": "compile", |
| 281 "~followup_annotations": [ | 280 "~followup_annotations": [ |
| 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 281 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 283 "@@@STEP_LOG_END@json.output (invalid)@@@" | 282 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 284 ] | 283 ] |
| 285 }, | 284 }, |
| 286 { | 285 { |
| 287 "cmd": [ | 286 "cmd": [ |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 "~followup_annotations": [ | 396 "~followup_annotations": [ |
| 398 "@@@STEP_TEXT@WebKit Win7@@@" | 397 "@@@STEP_TEXT@WebKit Win7@@@" |
| 399 ] | 398 ] |
| 400 }, | 399 }, |
| 401 { | 400 { |
| 402 "name": "$result", | 401 "name": "$result", |
| 403 "recipe_result": null, | 402 "recipe_result": null, |
| 404 "status_code": 0 | 403 "status_code": 0 |
| 405 } | 404 } |
| 406 ] | 405 ] |
| OLD | NEW |