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 "tryserver.v8", | 8 "tryserver.v8", |
9 "--builder", | 9 "--builder", |
10 "v8_linux64_tsan_rel", | 10 "v8_linux64_tsan_rel", |
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 "--mode", | 760 "--mode", |
761 "Release", | 761 "Release", |
762 "--arch", | 762 "--arch", |
763 "x64", | 763 "x64", |
764 "--outdir", | 764 "--outdir", |
765 "out", | 765 "out", |
766 "--buildbot", | 766 "--buildbot", |
767 "--timeout=200", | 767 "--timeout=200", |
768 "--random-seed=831298184", | 768 "--random-seed=831298184", |
769 "bot_default", | 769 "bot_default", |
770 "--ignition-turbofan", | |
771 "--variants=ignition_turbofan", | 770 "--variants=ignition_turbofan", |
772 "--tsan", | 771 "--tsan", |
773 "--rerun-failures-count=2", | 772 "--rerun-failures-count=2", |
774 "--swarming", | 773 "--swarming", |
775 "--json-test-results", | 774 "--json-test-results", |
776 "${ISOLATED_OUTDIR}/output.json" | 775 "${ISOLATED_OUTDIR}/output.json" |
777 ], | 776 ], |
778 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", | 777 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", |
779 "~followup_annotations": [ | 778 "~followup_annotations": [ |
780 "@@@STEP_LOG_LINE@json.output@{@@@", | 779 "@@@STEP_LOG_LINE@json.output@{@@@", |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
946 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 945 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
947 "@@@STEP_LOG_END@durations@@@" | 946 "@@@STEP_LOG_END@durations@@@" |
948 ] | 947 ] |
949 }, | 948 }, |
950 { | 949 { |
951 "name": "$result", | 950 "name": "$result", |
952 "recipe_result": null, | 951 "recipe_result": null, |
953 "status_code": 0 | 952 "status_code": 0 |
954 } | 953 } |
955 ] | 954 ] |
OLD | NEW |