OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Mac64 ASAN", | 10 "V8 Mac64 ASAN", |
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
624 "--mode", | 624 "--mode", |
625 "Release", | 625 "Release", |
626 "--arch", | 626 "--arch", |
627 "x64", | 627 "x64", |
628 "--outdir", | 628 "--outdir", |
629 "out", | 629 "out", |
630 "--buildbot", | 630 "--buildbot", |
631 "--timeout=200", | 631 "--timeout=200", |
632 "--random-seed=-976563914", | 632 "--random-seed=-976563914", |
633 "bot_default", | 633 "bot_default", |
634 "--ignition-turbofan", | |
635 "--variants=ignition_turbofan", | 634 "--variants=ignition_turbofan", |
636 "--asan", | 635 "--asan", |
637 "--rerun-failures-count=2", | 636 "--rerun-failures-count=2", |
638 "--swarming", | 637 "--swarming", |
639 "--json-test-results", | 638 "--json-test-results", |
640 "${ISOLATED_OUTDIR}/output.json" | 639 "${ISOLATED_OUTDIR}/output.json" |
641 ], | 640 ], |
642 "name": "[trigger] Ignition - turbofan on Mac-10.9", | 641 "name": "[trigger] Ignition - turbofan on Mac-10.9", |
643 "~followup_annotations": [ | 642 "~followup_annotations": [ |
644 "@@@STEP_LOG_LINE@json.output@{@@@", | 643 "@@@STEP_LOG_LINE@json.output@{@@@", |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
771 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 770 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
772 "@@@STEP_LOG_END@durations@@@" | 771 "@@@STEP_LOG_END@durations@@@" |
773 ] | 772 ] |
774 }, | 773 }, |
775 { | 774 { |
776 "name": "$result", | 775 "name": "$result", |
777 "recipe_result": null, | 776 "recipe_result": null, |
778 "status_code": 0 | 777 "status_code": 0 |
779 } | 778 } |
780 ] | 779 ] |
OLD | NEW |