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 Linux64 - cfi", | 10 "V8 Linux64 - cfi", |
(...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1073 "--mode", | 1073 "--mode", |
1074 "Release", | 1074 "Release", |
1075 "--arch", | 1075 "--arch", |
1076 "x64", | 1076 "x64", |
1077 "--outdir", | 1077 "--outdir", |
1078 "out", | 1078 "out", |
1079 "--buildbot", | 1079 "--buildbot", |
1080 "--timeout=200", | 1080 "--timeout=200", |
1081 "--random-seed=-1728130205", | 1081 "--random-seed=-1728130205", |
1082 "bot_default", | 1082 "bot_default", |
1083 "--ignition-turbofan", | |
1084 "--variants=ignition_turbofan", | 1083 "--variants=ignition_turbofan", |
1085 "--cfi-vptr", | 1084 "--cfi-vptr", |
1086 "--rerun-failures-count=2", | 1085 "--rerun-failures-count=2", |
1087 "--swarming", | 1086 "--swarming", |
1088 "--json-test-results", | 1087 "--json-test-results", |
1089 "${ISOLATED_OUTDIR}/output.json" | 1088 "${ISOLATED_OUTDIR}/output.json" |
1090 ], | 1089 ], |
1091 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", | 1090 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", |
1092 "~followup_annotations": [ | 1091 "~followup_annotations": [ |
1093 "@@@STEP_LOG_LINE@json.output@{@@@", | 1092 "@@@STEP_LOG_LINE@json.output@{@@@", |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1415 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1414 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
1416 "@@@STEP_LOG_END@durations@@@" | 1415 "@@@STEP_LOG_END@durations@@@" |
1417 ] | 1416 ] |
1418 }, | 1417 }, |
1419 { | 1418 { |
1420 "name": "$result", | 1419 "name": "$result", |
1421 "recipe_result": null, | 1420 "recipe_result": null, |
1422 "status_code": 0 | 1421 "status_code": 0 |
1423 } | 1422 } |
1424 ] | 1423 ] |
OLD | NEW |