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" | |
339 ], | 338 ], |
340 "cwd": "[SLAVE_BUILD]", | 339 "cwd": "[SLAVE_BUILD]", |
341 "name": "compile", | 340 "name": "compile", |
342 "~followup_annotations": [ | 341 "~followup_annotations": [ |
343 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 342 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
344 "@@@STEP_LOG_END@json.output (invalid)@@@" | 343 "@@@STEP_LOG_END@json.output (invalid)@@@" |
345 ] | 344 ] |
346 }, | 345 }, |
347 { | 346 { |
348 "cmd": [ | 347 "cmd": [ |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 "~followup_annotations": [ | 617 "~followup_annotations": [ |
619 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" | 618 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" |
620 ] | 619 ] |
621 }, | 620 }, |
622 { | 621 { |
623 "name": "$result", | 622 "name": "$result", |
624 "recipe_result": null, | 623 "recipe_result": null, |
625 "status_code": 0 | 624 "status_code": 0 |
626 } | 625 } |
627 ] | 626 ] |
OLD | NEW |