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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64.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::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 902 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 "--mode", 913 "--mode",
914 "Release", 914 "Release",
915 "--arch", 915 "--arch",
916 "x64", 916 "x64",
917 "--outdir", 917 "--outdir",
918 "out", 918 "out",
919 "--buildbot", 919 "--buildbot",
920 "--timeout=200", 920 "--timeout=200",
921 "--random-seed=231952192", 921 "--random-seed=231952192",
922 "bot_default", 922 "bot_default",
923 "--ignition-turbofan",
924 "--variants=ignition_turbofan", 923 "--variants=ignition_turbofan",
925 "--rerun-failures-count=2", 924 "--rerun-failures-count=2",
926 "--swarming", 925 "--swarming",
927 "--json-test-results", 926 "--json-test-results",
928 "${ISOLATED_OUTDIR}/output.json" 927 "${ISOLATED_OUTDIR}/output.json"
929 ], 928 ],
930 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04", 929 "name": "[trigger] Ignition - turbofan on Ubuntu-12.04",
931 "~followup_annotations": [ 930 "~followup_annotations": [
932 "@@@STEP_LOG_LINE@json.output@{@@@", 931 "@@@STEP_LOG_LINE@json.output@{@@@",
933 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Ubuntu-12.04/[dummy has/V8 Linux64/571\", @@@", 932 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Ubuntu-12.04/[dummy has/V8 Linux64/571\", @@@",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 "--mode", 1102 "--mode",
1104 "Release", 1103 "Release",
1105 "--arch", 1104 "--arch",
1106 "x64", 1105 "x64",
1107 "--outdir", 1106 "--outdir",
1108 "out", 1107 "out",
1109 "--buildbot", 1108 "--buildbot",
1110 "--timeout=200", 1109 "--timeout=200",
1111 "--random-seed=231952192", 1110 "--random-seed=231952192",
1112 "test262", 1111 "test262",
1113 "--ignition-turbofan",
1114 "--download-data", 1112 "--download-data",
1115 "--variants=ignition_turbofan", 1113 "--variants=ignition_turbofan",
1116 "--rerun-failures-count=2", 1114 "--rerun-failures-count=2",
1117 "--swarming", 1115 "--swarming",
1118 "--json-test-results", 1116 "--json-test-results",
1119 "${ISOLATED_OUTDIR}/output.json" 1117 "${ISOLATED_OUTDIR}/output.json"
1120 ], 1118 ],
1121 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04", 1119 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-12.04",
1122 "~followup_annotations": [ 1120 "~followup_annotations": [
1123 "@@@STEP_LOG_LINE@json.output@{@@@", 1121 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1580 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1583 "@@@STEP_LOG_END@durations@@@" 1581 "@@@STEP_LOG_END@durations@@@"
1584 ] 1582 ]
1585 }, 1583 },
1586 { 1584 {
1587 "name": "$result", 1585 "name": "$result",
1588 "recipe_result": null, 1586 "recipe_result": null,
1589 "status_code": 0 1587 "status_code": 0
1590 } 1588 }
1591 ] 1589 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698