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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 "ninja", | 327 "ninja", |
328 "--compiler", | 328 "--compiler", |
329 "goma", | 329 "goma", |
330 "--goma-jsonstatus", | 330 "--goma-jsonstatus", |
331 "/path/to/tmp/json", | 331 "/path/to/tmp/json", |
332 "--goma-dir", | 332 "--goma-dir", |
333 "[BUILD]\\goma", | 333 "[BUILD]\\goma", |
334 "--ninja-ensure-up-to-date", | 334 "--ninja-ensure-up-to-date", |
335 "--", | 335 "--", |
336 "browser_tests", | 336 "browser_tests", |
337 "browser_tests_run" | 337 "browser_tests_run", |
| 338 "crash_service" |
338 ], | 339 ], |
339 "cwd": "[SLAVE_BUILD]", | 340 "cwd": "[SLAVE_BUILD]", |
340 "name": "compile", | 341 "name": "compile", |
341 "~followup_annotations": [ | 342 "~followup_annotations": [ |
342 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 343 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
343 "@@@STEP_LOG_END@json.output (invalid)@@@" | 344 "@@@STEP_LOG_END@json.output (invalid)@@@" |
344 ] | 345 ] |
345 }, | 346 }, |
346 { | 347 { |
347 "cmd": [ | 348 "cmd": [ |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 "~followup_annotations": [ | 618 "~followup_annotations": [ |
618 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" | 619 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" |
619 ] | 620 ] |
620 }, | 621 }, |
621 { | 622 { |
622 "name": "$result", | 623 "name": "$result", |
623 "recipe_result": null, | 624 "recipe_result": null, |
624 "status_code": 0 | 625 "status_code": 0 |
625 } | 626 } |
626 ] | 627 ] |
OLD | NEW |