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 Mac", | 10 "V8 Mac", |
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
888 "--mode", | 888 "--mode", |
889 "Release", | 889 "Release", |
890 "--arch", | 890 "--arch", |
891 "ia32", | 891 "ia32", |
892 "--outdir", | 892 "--outdir", |
893 "out", | 893 "out", |
894 "--buildbot", | 894 "--buildbot", |
895 "--timeout=200", | 895 "--timeout=200", |
896 "--random-seed=-564235616", | 896 "--random-seed=-564235616", |
897 "bot_default", | 897 "bot_default", |
898 "--ignition-turbofan", | |
899 "--variants=ignition_turbofan", | 898 "--variants=ignition_turbofan", |
900 "--rerun-failures-count=2", | 899 "--rerun-failures-count=2", |
901 "--swarming", | 900 "--swarming", |
902 "--json-test-results", | 901 "--json-test-results", |
903 "${ISOLATED_OUTDIR}/output.json" | 902 "${ISOLATED_OUTDIR}/output.json" |
904 ], | 903 ], |
905 "name": "[trigger] Ignition - turbofan on Mac-10.9", | 904 "name": "[trigger] Ignition - turbofan on Mac-10.9", |
906 "~followup_annotations": [ | 905 "~followup_annotations": [ |
907 "@@@STEP_LOG_LINE@json.output@{@@@", | 906 "@@@STEP_LOG_LINE@json.output@{@@@", |
908 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/V8 Mac/571\", @@@", | 907 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/V8 Mac/571\", @@@", |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1151 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1150 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1152 "@@@STEP_LOG_END@durations@@@" | 1151 "@@@STEP_LOG_END@durations@@@" |
1153 ] | 1152 ] |
1154 }, | 1153 }, |
1155 { | 1154 { |
1156 "name": "$result", | 1155 "name": "$result", |
1157 "recipe_result": null, | 1156 "recipe_result": null, |
1158 "status_code": 0 | 1157 "status_code": 0 |
1159 } | 1158 } |
1160 ] | 1159 ] |
OLD | NEW |