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