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_linux_arm_dbg", | 10 "v8_linux_arm_dbg", |
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1043 "--mode", | 1043 "--mode", |
1044 "Debug", | 1044 "Debug", |
1045 "--arch", | 1045 "--arch", |
1046 "arm", | 1046 "arm", |
1047 "--outdir", | 1047 "--outdir", |
1048 "out", | 1048 "out", |
1049 "--buildbot", | 1049 "--buildbot", |
1050 "--timeout=200", | 1050 "--timeout=200", |
1051 "--random-seed=-1996661964", | 1051 "--random-seed=-1996661964", |
1052 "bot_default", | 1052 "bot_default", |
1053 "--ignition-turbofan", | |
1054 "--variants=ignition_turbofan", | 1053 "--variants=ignition_turbofan", |
1055 "--dcheck-always-on", | 1054 "--dcheck-always-on", |
1056 "--rerun-failures-count=2", | 1055 "--rerun-failures-count=2", |
1057 "--swarming", | 1056 "--swarming", |
1058 "--json-test-results", | 1057 "--json-test-results", |
1059 "${ISOLATED_OUTDIR}/output.json" | 1058 "${ISOLATED_OUTDIR}/output.json" |
1060 ], | 1059 ], |
1061 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", | 1060 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", |
1062 "~followup_annotations": [ | 1061 "~followup_annotations": [ |
1063 "@@@STEP_LOG_LINE@json.output@{@@@", | 1062 "@@@STEP_LOG_LINE@json.output@{@@@", |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1247 "--mode", | 1246 "--mode", |
1248 "Debug", | 1247 "Debug", |
1249 "--arch", | 1248 "--arch", |
1250 "arm", | 1249 "arm", |
1251 "--outdir", | 1250 "--outdir", |
1252 "out", | 1251 "out", |
1253 "--buildbot", | 1252 "--buildbot", |
1254 "--timeout=200", | 1253 "--timeout=200", |
1255 "--random-seed=-1996661964", | 1254 "--random-seed=-1996661964", |
1256 "test262", | 1255 "test262", |
1257 "--ignition-turbofan", | |
1258 "--download-data", | 1256 "--download-data", |
1259 "--variants=ignition_turbofan", | 1257 "--variants=ignition_turbofan", |
1260 "--dcheck-always-on", | 1258 "--dcheck-always-on", |
1261 "--rerun-failures-count=2", | 1259 "--rerun-failures-count=2", |
1262 "--swarming", | 1260 "--swarming", |
1263 "--json-test-results", | 1261 "--json-test-results", |
1264 "${ISOLATED_OUTDIR}/output.json" | 1262 "${ISOLATED_OUTDIR}/output.json" |
1265 ], | 1263 ], |
1266 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", | 1264 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", |
1267 "~followup_annotations": [ | 1265 "~followup_annotations": [ |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1635 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1633 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1636 "@@@STEP_LOG_END@durations@@@" | 1634 "@@@STEP_LOG_END@durations@@@" |
1637 ] | 1635 ] |
1638 }, | 1636 }, |
1639 { | 1637 { |
1640 "name": "$result", | 1638 "name": "$result", |
1641 "recipe_result": null, | 1639 "recipe_result": null, |
1642 "status_code": 0 | 1640 "status_code": 0 |
1643 } | 1641 } |
1644 ] | 1642 ] |
OLD | NEW |