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

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

Issue 1556323003: V8 Buildbot: Switch ignition tests to v8-side test set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 11 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_arm64_rel", 10 "v8_linux_arm64_rel",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "-u", 154 "-u",
155 "RECIPE_MODULE[isolate]/resources/isolate.py", 155 "RECIPE_MODULE[isolate]/resources/isolate.py",
156 "[SLAVE_BUILD]/v8/tools/swarming_client", 156 "[SLAVE_BUILD]/v8/tools/swarming_client",
157 "batcharchive", 157 "batcharchive",
158 "--dump-json", 158 "--dump-json",
159 "/path/to/tmp/json", 159 "/path/to/tmp/json",
160 "--isolate-server", 160 "--isolate-server",
161 "https://isolateserver.appspot.com", 161 "https://isolateserver.appspot.com",
162 "--verbose", 162 "--verbose",
163 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", 163 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json",
164 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json",
164 "[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json", 165 "[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json",
165 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", 166 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json",
166 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", 167 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json",
167 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" 168 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json"
168 ], 169 ],
169 "cwd": "[SLAVE_BUILD]", 170 "cwd": "[SLAVE_BUILD]",
170 "name": "isolate tests", 171 "name": "isolate tests",
171 "~followup_annotations": [ 172 "~followup_annotations": [
172 "@@@STEP_LOG_LINE@json.output@{@@@", 173 "@@@STEP_LOG_LINE@json.output@{@@@",
173 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 174 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
175 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@",
174 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\", @@@", 176 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\", @@@",
175 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@", 177 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
176 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@", 178 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@",
177 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@", 179 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@",
178 "@@@STEP_LOG_LINE@json.output@}@@@", 180 "@@@STEP_LOG_LINE@json.output@}@@@",
179 "@@@STEP_LOG_END@json.output@@@" 181 "@@@STEP_LOG_END@json.output@@@"
180 ] 182 ]
181 }, 183 },
182 { 184 {
183 "cmd": [ 185 "cmd": [
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 "trigger", 604 "trigger",
603 "--swarming", 605 "--swarming",
604 "https://chromium-swarm.appspot.com", 606 "https://chromium-swarm.appspot.com",
605 "--isolate-server", 607 "--isolate-server",
606 "https://isolateserver.appspot.com", 608 "https://isolateserver.appspot.com",
607 "--priority", 609 "--priority",
608 "30", 610 "30",
609 "--shards", 611 "--shards",
610 "1", 612 "1",
611 "--task-name", 613 "--task-name",
612 "Mjsunit - ignition/Ubuntu-12.04/[dummy has/v8_linux_arm64_rel/571", 614 "Ignition/Ubuntu-12.04/[dummy has/v8_linux_arm64_rel/571",
613 "--dump-json", 615 "--dump-json",
614 "/path/to/tmp/json", 616 "/path/to/tmp/json",
615 "--expiration", 617 "--expiration",
616 "3600", 618 "3600",
617 "--io-timeout", 619 "--io-timeout",
618 "1200", 620 "1200",
619 "--hard-timeout", 621 "--hard-timeout",
620 "2700", 622 "2700",
621 "--dimension", 623 "--dimension",
622 "cpu", 624 "cpu",
623 "x86-64", 625 "x86-64",
624 "--dimension", 626 "--dimension",
625 "gpu", 627 "gpu",
626 "none", 628 "none",
627 "--dimension", 629 "--dimension",
628 "os", 630 "os",
629 "Ubuntu-12.04", 631 "Ubuntu-12.04",
630 "--dimension", 632 "--dimension",
631 "pool", 633 "pool",
632 "Chrome", 634 "Chrome",
633 "--tag", 635 "--tag",
634 "buildername:v8_linux_arm64_rel", 636 "buildername:v8_linux_arm64_rel",
635 "--tag", 637 "--tag",
636 "buildnumber:571", 638 "buildnumber:571",
637 "--tag", 639 "--tag",
638 "data:[dummy hash for mjsunit]", 640 "data:[dummy hash for ignition]",
639 "--tag", 641 "--tag",
640 "master:tryserver.v8", 642 "master:tryserver.v8",
641 "--tag", 643 "--tag",
642 "name:Mjsunit - ignition", 644 "name:Ignition",
643 "--tag", 645 "--tag",
644 "os:Ubuntu-12.04", 646 "os:Ubuntu-12.04",
645 "--tag", 647 "--tag",
646 "patch_project:v8", 648 "patch_project:v8",
647 "--tag", 649 "--tag",
648 "project:v8", 650 "project:v8",
649 "--tag", 651 "--tag",
650 "purpose:CQ", 652 "purpose:CQ",
651 "--tag", 653 "--tag",
652 "purpose:pre-commit", 654 "purpose:pre-commit",
653 "--tag", 655 "--tag",
654 "rietveld:https://codereview.chromium.org/12853011/#ps1", 656 "rietveld:https://codereview.chromium.org/12853011/#ps1",
655 "--tag", 657 "--tag",
656 "slavename:TestSlavename", 658 "slavename:TestSlavename",
657 "--tag", 659 "--tag",
658 "stepname:Mjsunit - ignition", 660 "stepname:Ignition",
659 "--user", 661 "--user",
660 "commit-bot@chromium.org", 662 "commit-bot@chromium.org",
661 "[dummy hash for mjsunit]", 663 "[dummy hash for ignition]",
662 "--", 664 "--",
663 "--progress=verbose", 665 "--progress=verbose",
664 "--mode", 666 "--mode",
665 "Release", 667 "Release",
666 "--arch", 668 "--arch",
667 "arm64", 669 "arm64",
668 "--outdir", 670 "--outdir",
669 "out", 671 "out",
670 "--buildbot", 672 "--buildbot",
671 "--timeout=200", 673 "--timeout=200",
672 "mjsunit", 674 "ignition",
673 "--variants=ignition", 675 "--variants=ignition",
674 "--ignition", 676 "--ignition",
675 "--exhaustive-variants", 677 "--exhaustive-variants",
676 "--dcheck-always-on", 678 "--dcheck-always-on",
677 "--rerun-failures-count=2", 679 "--rerun-failures-count=2",
678 "--swarming", 680 "--swarming",
679 "--json-test-results", 681 "--json-test-results",
680 "${ISOLATED_OUTDIR}/output.json" 682 "${ISOLATED_OUTDIR}/output.json"
681 ], 683 ],
682 "cwd": "[SLAVE_BUILD]", 684 "cwd": "[SLAVE_BUILD]",
683 "name": "[trigger] Mjsunit - ignition", 685 "name": "[trigger] Ignition",
684 "~followup_annotations": [ 686 "~followup_annotations": [
685 "@@@STEP_LOG_LINE@json.output@{@@@", 687 "@@@STEP_LOG_LINE@json.output@{@@@",
686 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - ignition/U buntu-12.04/[dummy has/v8_linux_arm64_rel/571\", @@@", 688 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Ubuntu-12.0 4/[dummy has/v8_linux_arm64_rel/571\", @@@",
687 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 689 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
688 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition/Ubuntu-12.04/[dummy has/v8_linux_arm64_rel/571\": {@@@", 690 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Ubuntu-12.04/[dummy has/v8_li nux_arm64_rel/571\": {@@@",
689 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 691 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
690 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 692 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
691 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 693 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
692 "@@@STEP_LOG_LINE@json.output@ }@@@", 694 "@@@STEP_LOG_LINE@json.output@ }@@@",
693 "@@@STEP_LOG_LINE@json.output@ }@@@", 695 "@@@STEP_LOG_LINE@json.output@ }@@@",
694 "@@@STEP_LOG_LINE@json.output@}@@@", 696 "@@@STEP_LOG_LINE@json.output@}@@@",
695 "@@@STEP_LOG_END@json.output@@@", 697 "@@@STEP_LOG_END@json.output@@@",
696 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 698 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
697 ] 699 ]
698 }, 700 },
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 "--merged-test-output", 1085 "--merged-test-output",
1084 "/path/to/tmp/json", 1086 "/path/to/tmp/json",
1085 "--", 1087 "--",
1086 "collect", 1088 "collect",
1087 "--swarming", 1089 "--swarming",
1088 "https://chromium-swarm.appspot.com", 1090 "https://chromium-swarm.appspot.com",
1089 "--decorate", 1091 "--decorate",
1090 "--print-status-updates", 1092 "--print-status-updates",
1091 "--shards", 1093 "--shards",
1092 "1", 1094 "1",
1093 "Mjsunit - ignition/Ubuntu-12.04/[dummy has/v8_linux_arm64_rel/571" 1095 "Ignition/Ubuntu-12.04/[dummy has/v8_linux_arm64_rel/571"
1094 ], 1096 ],
1095 "cwd": "[SLAVE_BUILD]", 1097 "cwd": "[SLAVE_BUILD]",
1096 "name": "Mjsunit - ignition", 1098 "name": "Ignition",
1097 "~followup_annotations": [ 1099 "~followup_annotations": [
1098 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 1100 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
1099 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 1101 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
1100 "@@@STEP_LOG_LINE@durations@@@@", 1102 "@@@STEP_LOG_LINE@durations@@@@",
1101 "@@@STEP_LOG_LINE@durations@Details:@@@", 1103 "@@@STEP_LOG_LINE@durations@Details:@@@",
1102 "@@@STEP_LOG_LINE@durations@@@@", 1104 "@@@STEP_LOG_LINE@durations@@@@",
1103 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 1105 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
1104 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 1106 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
1105 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 1107 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
1106 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 1108 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1194 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1193 "@@@STEP_LOG_END@durations@@@" 1195 "@@@STEP_LOG_END@durations@@@"
1194 ] 1196 ]
1195 }, 1197 },
1196 { 1198 {
1197 "name": "$result", 1199 "name": "$result",
1198 "recipe_result": null, 1200 "recipe_result": null,
1199 "status_code": 0 1201 "status_code": 0
1200 } 1202 }
1201 ] 1203 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698