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_dbg", | 10 "v8_mac64_dbg", |
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
949 "--mode", | 949 "--mode", |
950 "Debug", | 950 "Debug", |
951 "--arch", | 951 "--arch", |
952 "x64", | 952 "x64", |
953 "--outdir", | 953 "--outdir", |
954 "out", | 954 "out", |
955 "--buildbot", | 955 "--buildbot", |
956 "--timeout=200", | 956 "--timeout=200", |
957 "--random-seed=-564235616", | 957 "--random-seed=-564235616", |
958 "bot_default", | 958 "bot_default", |
959 "--ignition-turbofan", | |
960 "--variants=ignition_turbofan", | 959 "--variants=ignition_turbofan", |
961 "--dcheck-always-on", | 960 "--dcheck-always-on", |
962 "--rerun-failures-count=2", | 961 "--rerun-failures-count=2", |
963 "--swarming", | 962 "--swarming", |
964 "--json-test-results", | 963 "--json-test-results", |
965 "${ISOLATED_OUTDIR}/output.json" | 964 "${ISOLATED_OUTDIR}/output.json" |
966 ], | 965 ], |
967 "name": "[trigger] Ignition - turbofan on Mac-10.9", | 966 "name": "[trigger] Ignition - turbofan on Mac-10.9", |
968 "~followup_annotations": [ | 967 "~followup_annotations": [ |
969 "@@@STEP_LOG_LINE@json.output@{@@@", | 968 "@@@STEP_LOG_LINE@json.output@{@@@", |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1213 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1212 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1214 "@@@STEP_LOG_END@durations@@@" | 1213 "@@@STEP_LOG_END@durations@@@" |
1215 ] | 1214 ] |
1216 }, | 1215 }, |
1217 { | 1216 { |
1218 "name": "$result", | 1217 "name": "$result", |
1219 "recipe_result": null, | 1218 "recipe_result": null, |
1220 "status_code": 0 | 1219 "status_code": 0 |
1221 } | 1220 } |
1222 ] | 1221 ] |
OLD | NEW |