Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(812)

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64.json

Issue 2222913002: V8: Remove deprecated test-runner flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 Mac64", 10 "V8 Mac64",
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 "--mode", 888 "--mode",
889 "Release", 889 "Release",
890 "--arch", 890 "--arch",
891 "x64", 891 "x64",
892 "--outdir", 892 "--outdir",
893 "out", 893 "out",
894 "--buildbot", 894 "--buildbot",
895 "--timeout=200", 895 "--timeout=200",
896 "--random-seed=-564235616", 896 "--random-seed=-564235616",
897 "bot_default", 897 "bot_default",
898 "--ignition-turbofan",
899 "--variants=ignition_turbofan", 898 "--variants=ignition_turbofan",
900 "--rerun-failures-count=2", 899 "--rerun-failures-count=2",
901 "--swarming", 900 "--swarming",
902 "--json-test-results", 901 "--json-test-results",
903 "${ISOLATED_OUTDIR}/output.json" 902 "${ISOLATED_OUTDIR}/output.json"
904 ], 903 ],
905 "name": "[trigger] Ignition - turbofan on Mac-10.9", 904 "name": "[trigger] Ignition - turbofan on Mac-10.9",
906 "~followup_annotations": [ 905 "~followup_annotations": [
907 "@@@STEP_LOG_LINE@json.output@{@@@", 906 "@@@STEP_LOG_LINE@json.output@{@@@",
908 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Mac-10.9/[dummy has/V8 Mac64/571\", @@@", 907 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Mac-10.9/[dummy has/V8 Mac64/571\", @@@",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1150 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1152 "@@@STEP_LOG_END@durations@@@" 1151 "@@@STEP_LOG_END@durations@@@"
1153 ] 1152 ]
1154 }, 1153 },
1155 { 1154 {
1156 "name": "$result", 1155 "name": "$result",
1157 "recipe_result": null, 1156 "recipe_result": null,
1158 "status_code": 0 1157 "status_code": 0
1159 } 1158 }
1160 ] 1159 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698