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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Arm.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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 "--mode", 539 "--mode",
540 "Release", 540 "Release",
541 "--arch", 541 "--arch",
542 "arm", 542 "arm",
543 "--outdir", 543 "--outdir",
544 "out", 544 "out",
545 "--buildbot", 545 "--buildbot",
546 "--timeout=200", 546 "--timeout=200",
547 "--random-seed=235478553", 547 "--random-seed=235478553",
548 "bot_default", 548 "bot_default",
549 "--ignition-turbofan",
550 "--variants=ignition_turbofan", 549 "--variants=ignition_turbofan",
551 "--rerun-failures-count=2", 550 "--rerun-failures-count=2",
552 "--swarming", 551 "--swarming",
553 "--json-test-results", 552 "--json-test-results",
554 "${ISOLATED_OUTDIR}/output.json" 553 "${ISOLATED_OUTDIR}/output.json"
555 ], 554 ],
556 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04", 555 "name": "[trigger] Ignition - turbofan on Ubuntu-14.04",
557 "~followup_annotations": [ 556 "~followup_annotations": [
558 "@@@STEP_LOG_LINE@json.output@{@@@", 557 "@@@STEP_LOG_LINE@json.output@{@@@",
559 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Ubuntu-14.04/[dummy has/V8 Arm/571\", @@@", 558 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/ Ubuntu-14.04/[dummy has/V8 Arm/571\", @@@",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 "--mode", 633 "--mode",
635 "Release", 634 "Release",
636 "--arch", 635 "--arch",
637 "arm", 636 "arm",
638 "--outdir", 637 "--outdir",
639 "out", 638 "out",
640 "--buildbot", 639 "--buildbot",
641 "--timeout=200", 640 "--timeout=200",
642 "--random-seed=235478553", 641 "--random-seed=235478553",
643 "test262", 642 "test262",
644 "--ignition-turbofan",
645 "--download-data", 643 "--download-data",
646 "--variants=ignition_turbofan", 644 "--variants=ignition_turbofan",
647 "--rerun-failures-count=2", 645 "--rerun-failures-count=2",
648 "--swarming", 646 "--swarming",
649 "--json-test-results", 647 "--json-test-results",
650 "${ISOLATED_OUTDIR}/output.json" 648 "${ISOLATED_OUTDIR}/output.json"
651 ], 649 ],
652 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-14.04", 650 "name": "[trigger] Test262 - ignition - turbofan on Ubuntu-14.04",
653 "~followup_annotations": [ 651 "~followup_annotations": [
654 "@@@STEP_LOG_LINE@json.output@{@@@", 652 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 896 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
899 "@@@STEP_LOG_END@durations@@@" 897 "@@@STEP_LOG_END@durations@@@"
900 ] 898 ]
901 }, 899 },
902 { 900 {
903 "name": "$result", 901 "name": "$result",
904 "recipe_result": null, 902 "recipe_result": null,
905 "status_code": 0 903 "status_code": 0
906 } 904 }
907 ] 905 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698