| 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 - debug", | 10 "V8 Mac - debug", |
| (...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 894 "--mode", | 894 "--mode", |
| 895 "Debug", | 895 "Debug", |
| 896 "--arch", | 896 "--arch", |
| 897 "ia32", | 897 "ia32", |
| 898 "--outdir", | 898 "--outdir", |
| 899 "out", | 899 "out", |
| 900 "--buildbot", | 900 "--buildbot", |
| 901 "--timeout=200", | 901 "--timeout=200", |
| 902 "--random-seed=-564235616", | 902 "--random-seed=-564235616", |
| 903 "bot_default", | 903 "bot_default", |
| 904 "--ignition-turbofan", | |
| 905 "--variants=ignition_turbofan", | 904 "--variants=ignition_turbofan", |
| 906 "--rerun-failures-count=2", | 905 "--rerun-failures-count=2", |
| 907 "--swarming", | 906 "--swarming", |
| 908 "--json-test-results", | 907 "--json-test-results", |
| 909 "${ISOLATED_OUTDIR}/output.json" | 908 "${ISOLATED_OUTDIR}/output.json" |
| 910 ], | 909 ], |
| 911 "name": "[trigger] Ignition - turbofan on Mac-10.9", | 910 "name": "[trigger] Ignition - turbofan on Mac-10.9", |
| 912 "~followup_annotations": [ | 911 "~followup_annotations": [ |
| 913 "@@@STEP_LOG_LINE@json.output@{@@@", | 912 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 914 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/V8 Mac - debug/571\", @@@", | 913 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/V8 Mac - debug/571\", @@@", |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1157 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1156 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1158 "@@@STEP_LOG_END@durations@@@" | 1157 "@@@STEP_LOG_END@durations@@@" |
| 1159 ] | 1158 ] |
| 1160 }, | 1159 }, |
| 1161 { | 1160 { |
| 1162 "name": "$result", | 1161 "name": "$result", |
| 1163 "recipe_result": null, | 1162 "recipe_result": null, |
| 1164 "status_code": 0 | 1163 "status_code": 0 |
| 1165 } | 1164 } |
| 1166 ] | 1165 ] |
| OLD | NEW |