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_mac64_rel", | 10 "v8_mac64_rel", |
(...skipping 926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
937 "--mode", | 937 "--mode", |
938 "Release", | 938 "Release", |
939 "--arch", | 939 "--arch", |
940 "x64", | 940 "x64", |
941 "--outdir", | 941 "--outdir", |
942 "out", | 942 "out", |
943 "--buildbot", | 943 "--buildbot", |
944 "--timeout=200", | 944 "--timeout=200", |
945 "--random-seed=-564235616", | 945 "--random-seed=-564235616", |
946 "bot_default", | 946 "bot_default", |
947 "--ignition-turbofan", | |
948 "--variants=ignition_turbofan", | 947 "--variants=ignition_turbofan", |
949 "--dcheck-always-on", | 948 "--dcheck-always-on", |
950 "--rerun-failures-count=2", | 949 "--rerun-failures-count=2", |
951 "--swarming", | 950 "--swarming", |
952 "--json-test-results", | 951 "--json-test-results", |
953 "${ISOLATED_OUTDIR}/output.json" | 952 "${ISOLATED_OUTDIR}/output.json" |
954 ], | 953 ], |
955 "name": "[trigger] Ignition - turbofan on Mac-10.9", | 954 "name": "[trigger] Ignition - turbofan on Mac-10.9", |
956 "~followup_annotations": [ | 955 "~followup_annotations": [ |
957 "@@@STEP_LOG_LINE@json.output@{@@@", | 956 "@@@STEP_LOG_LINE@json.output@{@@@", |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1201 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1200 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1202 "@@@STEP_LOG_END@durations@@@" | 1201 "@@@STEP_LOG_END@durations@@@" |
1203 ] | 1202 ] |
1204 }, | 1203 }, |
1205 { | 1204 { |
1206 "name": "$result", | 1205 "name": "$result", |
1207 "recipe_result": null, | 1206 "recipe_result": null, |
1208 "status_code": 0 | 1207 "status_code": 0 |
1209 } | 1208 } |
1210 ] | 1209 ] |
OLD | NEW |