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

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

Issue 1440673002: V8 Buildbot: Add ignition coverage to CQ. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 1 month 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_linux64_rel", 10 "v8_linux64_rel",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "-u", 150 "-u",
151 "RECIPE_MODULE[isolate]/resources/isolate.py", 151 "RECIPE_MODULE[isolate]/resources/isolate.py",
152 "[SLAVE_BUILD]/v8/tools/swarming_client", 152 "[SLAVE_BUILD]/v8/tools/swarming_client",
153 "batcharchive", 153 "batcharchive",
154 "--dump-json", 154 "--dump-json",
155 "/path/to/tmp/json", 155 "/path/to/tmp/json",
156 "--isolate-server", 156 "--isolate-server",
157 "https://isolateserver.appspot.com", 157 "https://isolateserver.appspot.com",
158 "--verbose", 158 "--verbose",
159 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", 159 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json",
160 "[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json",
160 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json", 161 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json",
161 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", 162 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json",
162 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" 163 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json"
163 ], 164 ],
164 "cwd": "[SLAVE_BUILD]", 165 "cwd": "[SLAVE_BUILD]",
165 "name": "isolate tests", 166 "name": "isolate tests",
166 "~followup_annotations": [ 167 "~followup_annotations": [
167 "@@@STEP_LOG_LINE@json.output@{@@@", 168 "@@@STEP_LOG_LINE@json.output@{@@@",
168 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 169 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
170 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\", @@@",
169 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o ptimize_for_size]\", @@@", 171 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o ptimize_for_size]\", @@@",
170 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@", 172 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@",
171 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@", 173 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@",
172 "@@@STEP_LOG_LINE@json.output@}@@@", 174 "@@@STEP_LOG_LINE@json.output@}@@@",
173 "@@@STEP_LOG_END@json.output@@@" 175 "@@@STEP_LOG_END@json.output@@@"
174 ] 176 ]
175 }, 177 },
176 { 178 {
177 "cmd": [ 179 "cmd": [
178 "python", 180 "python",
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 544 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
543 "@@@STEP_LOG_LINE@json.output@ }@@@", 545 "@@@STEP_LOG_LINE@json.output@ }@@@",
544 "@@@STEP_LOG_LINE@json.output@ }@@@", 546 "@@@STEP_LOG_LINE@json.output@ }@@@",
545 "@@@STEP_LOG_LINE@json.output@}@@@", 547 "@@@STEP_LOG_LINE@json.output@}@@@",
546 "@@@STEP_LOG_END@json.output@@@", 548 "@@@STEP_LOG_END@json.output@@@",
547 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 549 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
548 ] 550 ]
549 }, 551 },
550 { 552 {
551 "cmd": [ 553 "cmd": [
554 "python",
555 "-u",
556 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
557 "trigger",
558 "--swarming",
559 "https://chromium-swarm.appspot.com",
560 "--isolate-server",
561 "https://isolateserver.appspot.com",
562 "--priority",
563 "28",
564 "--shards",
565 "1",
566 "--task-name",
567 "Mjsunit - ignition/Ubuntu-12.04/[dummy has/v8_linux64_rel/571",
568 "--dump-json",
569 "/path/to/tmp/json",
570 "--expiration",
571 "3600",
572 "--io-timeout",
573 "1200",
574 "--hard-timeout",
575 "2700",
576 "--dimension",
577 "cpu",
578 "x86-64",
579 "--dimension",
580 "gpu",
581 "none",
582 "--dimension",
583 "os",
584 "Ubuntu-12.04",
585 "--dimension",
586 "pool",
587 "Chrome",
588 "--tag",
589 "buildername:v8_linux64_rel",
590 "--tag",
591 "buildnumber:571",
592 "--tag",
593 "data:[dummy hash for mjsunit]",
594 "--tag",
595 "master:tryserver.v8",
596 "--tag",
597 "name:Mjsunit - ignition",
598 "--tag",
599 "os:Ubuntu-12.04",
600 "--tag",
601 "project:v8",
602 "--tag",
603 "purpose:ManualTS",
604 "--tag",
605 "purpose:pre-commit",
606 "--tag",
607 "stepname:Mjsunit - ignition",
608 "[dummy hash for mjsunit]",
609 "--",
610 "--progress=verbose",
611 "--mode",
612 "Release",
613 "--arch",
614 "x64",
615 "--outdir",
616 "out",
617 "--buildbot",
618 "--timeout=200",
619 "mjsunit",
620 "--variants=ignition",
621 "--ignition",
622 "--exhaustive-variants",
623 "--dcheck-always-on",
624 "--rerun-failures-count=2",
625 "--json-test-results",
626 "${ISOLATED_OUTDIR}/output.json"
627 ],
628 "cwd": "[SLAVE_BUILD]",
629 "name": "[trigger] Mjsunit - ignition",
630 "~followup_annotations": [
631 "@@@STEP_LOG_LINE@json.output@{@@@",
632 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mjsunit - ignition/U buntu-12.04/[dummy has/v8_linux64_rel/571\", @@@",
633 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
634 "@@@STEP_LOG_LINE@json.output@ \"Mjsunit - ignition/Ubuntu-12.04/[dummy has/v8_linux64_rel/571\": {@@@",
635 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
636 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
637 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
638 "@@@STEP_LOG_LINE@json.output@ }@@@",
639 "@@@STEP_LOG_LINE@json.output@ }@@@",
640 "@@@STEP_LOG_LINE@json.output@}@@@",
641 "@@@STEP_LOG_END@json.output@@@",
642 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
643 ]
644 },
645 {
646 "cmd": [
647 "python",
648 "-u",
649 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
650 "trigger",
651 "--swarming",
652 "https://chromium-swarm.appspot.com",
653 "--isolate-server",
654 "https://isolateserver.appspot.com",
655 "--priority",
656 "28",
657 "--shards",
658 "1",
659 "--task-name",
660 "Test262 - ignition/Ubuntu-12.04/[dummy has/v8_linux64_rel/571",
661 "--dump-json",
662 "/path/to/tmp/json",
663 "--expiration",
664 "3600",
665 "--io-timeout",
666 "1200",
667 "--hard-timeout",
668 "2700",
669 "--dimension",
670 "cpu",
671 "x86-64",
672 "--dimension",
673 "gpu",
674 "none",
675 "--dimension",
676 "os",
677 "Ubuntu-12.04",
678 "--dimension",
679 "pool",
680 "Chrome",
681 "--tag",
682 "buildername:v8_linux64_rel",
683 "--tag",
684 "buildnumber:571",
685 "--tag",
686 "data:[dummy hash for test262]",
687 "--tag",
688 "master:tryserver.v8",
689 "--tag",
690 "name:Test262 - ignition",
691 "--tag",
692 "os:Ubuntu-12.04",
693 "--tag",
694 "project:v8",
695 "--tag",
696 "purpose:ManualTS",
697 "--tag",
698 "purpose:pre-commit",
699 "--tag",
700 "stepname:Test262 - ignition",
701 "[dummy hash for test262]",
702 "--",
703 "--progress=verbose",
704 "--mode",
705 "Release",
706 "--arch",
707 "x64",
708 "--outdir",
709 "out",
710 "--buildbot",
711 "--timeout=200",
712 "test262",
713 "--variants=ignition",
714 "--ignition",
715 "--exhaustive-variants",
716 "--dcheck-always-on",
717 "--rerun-failures-count=2",
718 "--json-test-results",
719 "${ISOLATED_OUTDIR}/output.json"
720 ],
721 "cwd": "[SLAVE_BUILD]",
722 "name": "[trigger] Test262 - ignition",
723 "~followup_annotations": [
724 "@@@STEP_LOG_LINE@json.output@{@@@",
725 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition/U buntu-12.04/[dummy has/v8_linux64_rel/571\", @@@",
726 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
727 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition/Ubuntu-12.04/[dummy has/v8_linux64_rel/571\": {@@@",
728 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
729 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
730 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
731 "@@@STEP_LOG_LINE@json.output@ }@@@",
732 "@@@STEP_LOG_LINE@json.output@ }@@@",
733 "@@@STEP_LOG_LINE@json.output@}@@@",
734 "@@@STEP_LOG_END@json.output@@@",
735 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
736 ]
737 },
738 {
739 "cmd": [
552 "bash", 740 "bash",
553 "[SLAVE_BUILD]/v8/tools/check-static-initializers.sh", 741 "[SLAVE_BUILD]/v8/tools/check-static-initializers.sh",
554 "out/Release/d8" 742 "out/Release/d8"
555 ], 743 ],
556 "cwd": "[SLAVE_BUILD]/v8", 744 "cwd": "[SLAVE_BUILD]/v8",
557 "name": "Static-Initializers" 745 "name": "Static-Initializers"
558 }, 746 },
559 { 747 {
560 "allow_subannotations": true, 748 "allow_subannotations": true,
561 "cmd": [ 749 "cmd": [
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 902 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
715 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 903 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
716 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 904 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
717 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 905 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
718 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 906 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
719 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 907 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
720 "@@@STEP_LOG_END@durations@@@" 908 "@@@STEP_LOG_END@durations@@@"
721 ] 909 ]
722 }, 910 },
723 { 911 {
912 "allow_subannotations": true,
913 "cmd": [
914 "python",
915 "-u",
916 "RECIPE_MODULE[v8]/resources/collect_v8_task.py",
917 "--swarming-client-dir",
918 "[SLAVE_BUILD]/v8/tools/swarming_client",
919 "--temp-root-dir",
920 "[TMP_BASE]",
921 "--merged-test-output",
922 "/path/to/tmp/json",
923 "--",
924 "collect",
925 "--swarming",
926 "https://chromium-swarm.appspot.com",
927 "--decorate",
928 "--print-status-updates",
929 "--shards",
930 "1",
931 "Mjsunit - ignition/Ubuntu-12.04/[dummy has/v8_linux64_rel/571"
932 ],
933 "cwd": "[SLAVE_BUILD]",
934 "name": "Mjsunit - ignition",
935 "~followup_annotations": [
936 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
937 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
938 "@@@STEP_LOG_LINE@durations@@@@",
939 "@@@STEP_LOG_LINE@durations@Details:@@@",
940 "@@@STEP_LOG_LINE@durations@@@@",
941 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
942 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
943 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
944 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
945 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
946 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
947 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
948 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
949 "@@@STEP_LOG_END@durations@@@"
950 ]
951 },
952 {
953 "allow_subannotations": true,
954 "cmd": [
955 "python",
956 "-u",
957 "RECIPE_MODULE[v8]/resources/collect_v8_task.py",
958 "--swarming-client-dir",
959 "[SLAVE_BUILD]/v8/tools/swarming_client",
960 "--temp-root-dir",
961 "[TMP_BASE]",
962 "--merged-test-output",
963 "/path/to/tmp/json",
964 "--",
965 "collect",
966 "--swarming",
967 "https://chromium-swarm.appspot.com",
968 "--decorate",
969 "--print-status-updates",
970 "--shards",
971 "1",
972 "Test262 - ignition/Ubuntu-12.04/[dummy has/v8_linux64_rel/571"
973 ],
974 "cwd": "[SLAVE_BUILD]",
975 "name": "Test262 - ignition",
976 "~followup_annotations": [
977 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
978 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
979 "@@@STEP_LOG_LINE@durations@@@@",
980 "@@@STEP_LOG_LINE@durations@Details:@@@",
981 "@@@STEP_LOG_LINE@durations@@@@",
982 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
983 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
984 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
985 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
986 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
987 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
988 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
989 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
990 "@@@STEP_LOG_END@durations@@@"
991 ]
992 },
993 {
724 "name": "$result", 994 "name": "$result",
725 "recipe_result": null, 995 "recipe_result": null,
726 "status_code": 0 996 "status_code": 0
727 } 997 }
728 ] 998 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698