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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_msan_rel.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux64_msan_rel", 10 "v8_linux64_msan_rel",
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 "--mode", 766 "--mode",
767 "Release", 767 "Release",
768 "--arch", 768 "--arch",
769 "arm64", 769 "arm64",
770 "--outdir", 770 "--outdir",
771 "out", 771 "out",
772 "--buildbot", 772 "--buildbot",
773 "--timeout=200", 773 "--timeout=200",
774 "--random-seed=831298184", 774 "--random-seed=831298184",
775 "bot_default", 775 "bot_default",
776 "--ignition-turbofan",
777 "--variants=ignition_turbofan", 776 "--variants=ignition_turbofan",
778 "--msan", 777 "--msan",
779 "--rerun-failures-count=2", 778 "--rerun-failures-count=2",
780 "--swarming", 779 "--swarming",
781 "--json-test-results", 780 "--json-test-results",
782 "${ISOLATED_OUTDIR}/output.json" 781 "${ISOLATED_OUTDIR}/output.json"
783 ], 782 ],
784 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", 783 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04",
785 "~followup_annotations": [ 784 "~followup_annotations": [
786 "@@@STEP_LOG_LINE@json.output@{@@@", 785 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 951 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
953 "@@@STEP_LOG_END@durations@@@" 952 "@@@STEP_LOG_END@durations@@@"
954 ] 953 ]
955 }, 954 },
956 { 955 {
957 "name": "$result", 956 "name": "$result",
958 "recipe_result": null, 957 "recipe_result": null,
959 "status_code": 0 958 "status_code": 0
960 } 959 }
961 ] 960 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698