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

Side by Side Diff: testing/buildbot/chromium.webkit.json

Issue 1313773003: Convert blink_heap_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix indent Created 5 years, 3 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
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 ], 656 ],
657 "gtest_tests": [ 657 "gtest_tests": [
658 { 658 {
659 "test": "base_unittests" 659 "test": "base_unittests"
660 } 660 }
661 ] 661 ]
662 }, 662 },
663 "WebKit Linux": { 663 "WebKit Linux": {
664 "gtest_tests": [ 664 "gtest_tests": [
665 { 665 {
666 "swarming": {
667 "can_use_on_swarming_builders": true
668 },
666 "test": "blink_heap_unittests" 669 "test": "blink_heap_unittests"
667 }, 670 },
668 { 671 {
669 "test": "blink_platform_unittests" 672 "test": "blink_platform_unittests"
670 }, 673 },
671 { 674 {
672 "test": "webkit_unit_tests" 675 "test": "webkit_unit_tests"
673 }, 676 },
674 { 677 {
675 "test": "wtf_unittests" 678 "test": "wtf_unittests"
676 } 679 }
677 ], 680 ],
678 "scripts": [ 681 "scripts": [
679 { 682 {
680 "name": "webkit_lint", 683 "name": "webkit_lint",
681 "script": "webkit_lint.py" 684 "script": "webkit_lint.py"
682 }, 685 },
683 { 686 {
684 "name": "webkit_python_tests", 687 "name": "webkit_python_tests",
685 "script": "webkit_python_tests.py" 688 "script": "webkit_python_tests.py"
686 } 689 }
687 ] 690 ]
688 }, 691 },
689 "WebKit Linux (dbg)": { 692 "WebKit Linux (dbg)": {
690 "gtest_tests": [ 693 "gtest_tests": [
691 { 694 {
695 "swarming": {
696 "can_use_on_swarming_builders": true
697 },
692 "test": "blink_heap_unittests" 698 "test": "blink_heap_unittests"
693 }, 699 },
694 { 700 {
695 "test": "blink_platform_unittests" 701 "test": "blink_platform_unittests"
696 }, 702 },
697 { 703 {
698 "test": "webkit_unit_tests" 704 "test": "webkit_unit_tests"
699 }, 705 },
700 { 706 {
701 "test": "wtf_unittests" 707 "test": "wtf_unittests"
702 } 708 }
703 ], 709 ],
704 "scripts": [ 710 "scripts": [
705 { 711 {
706 "name": "webkit_lint", 712 "name": "webkit_lint",
707 "script": "webkit_lint.py" 713 "script": "webkit_lint.py"
708 }, 714 },
709 { 715 {
710 "name": "webkit_python_tests", 716 "name": "webkit_python_tests",
711 "script": "webkit_python_tests.py" 717 "script": "webkit_python_tests.py"
712 } 718 }
713 ] 719 ]
714 }, 720 },
715 "WebKit Linux 32": { 721 "WebKit Linux 32": {
716 "gtest_tests": [ 722 "gtest_tests": [
717 { 723 {
724 "swarming": {
725 "can_use_on_swarming_builders": true
726 },
718 "test": "blink_heap_unittests" 727 "test": "blink_heap_unittests"
719 }, 728 },
720 { 729 {
721 "test": "blink_platform_unittests" 730 "test": "blink_platform_unittests"
722 }, 731 },
723 { 732 {
724 "test": "webkit_unit_tests" 733 "test": "webkit_unit_tests"
725 }, 734 },
726 { 735 {
727 "test": "wtf_unittests" 736 "test": "wtf_unittests"
728 } 737 }
729 ], 738 ],
730 "scripts": [ 739 "scripts": [
731 { 740 {
732 "name": "webkit_lint", 741 "name": "webkit_lint",
733 "script": "webkit_lint.py" 742 "script": "webkit_lint.py"
734 }, 743 },
735 { 744 {
736 "name": "webkit_python_tests", 745 "name": "webkit_python_tests",
737 "script": "webkit_python_tests.py" 746 "script": "webkit_python_tests.py"
738 } 747 }
739 ] 748 ]
740 }, 749 },
741 "WebKit Linux Leak": { 750 "WebKit Linux Leak": {
742 "gtest_tests": [ 751 "gtest_tests": [
743 { 752 {
753 "swarming": {
754 "can_use_on_swarming_builders": true
755 },
744 "test": "blink_heap_unittests" 756 "test": "blink_heap_unittests"
745 }, 757 },
746 { 758 {
747 "test": "blink_platform_unittests" 759 "test": "blink_platform_unittests"
748 }, 760 },
749 { 761 {
750 "test": "webkit_unit_tests" 762 "test": "webkit_unit_tests"
751 }, 763 },
752 { 764 {
753 "test": "wtf_unittests" 765 "test": "wtf_unittests"
754 } 766 }
755 ], 767 ],
756 "scripts": [ 768 "scripts": [
757 { 769 {
758 "name": "webkit_lint", 770 "name": "webkit_lint",
759 "script": "webkit_lint.py" 771 "script": "webkit_lint.py"
760 }, 772 },
761 { 773 {
762 "name": "webkit_python_tests", 774 "name": "webkit_python_tests",
763 "script": "webkit_python_tests.py" 775 "script": "webkit_python_tests.py"
764 } 776 }
765 ] 777 ]
766 }, 778 },
767 "WebKit Linux Oilpan": { 779 "WebKit Linux Oilpan": {
768 "gtest_tests": [ 780 "gtest_tests": [
769 { 781 {
782 "swarming": {
783 "can_use_on_swarming_builders": true
784 },
770 "test": "blink_heap_unittests" 785 "test": "blink_heap_unittests"
771 }, 786 },
772 { 787 {
773 "test": "blink_platform_unittests" 788 "test": "blink_platform_unittests"
774 }, 789 },
775 { 790 {
776 "test": "webkit_unit_tests" 791 "test": "webkit_unit_tests"
777 }, 792 },
778 { 793 {
779 "test": "wtf_unittests" 794 "test": "wtf_unittests"
780 } 795 }
781 ], 796 ],
782 "scripts": [ 797 "scripts": [
783 { 798 {
784 "name": "webkit_lint", 799 "name": "webkit_lint",
785 "script": "webkit_lint.py" 800 "script": "webkit_lint.py"
786 }, 801 },
787 { 802 {
788 "name": "webkit_python_tests", 803 "name": "webkit_python_tests",
789 "script": "webkit_python_tests.py" 804 "script": "webkit_python_tests.py"
790 } 805 }
791 ] 806 ]
792 }, 807 },
793 "WebKit Linux Oilpan (dbg)": { 808 "WebKit Linux Oilpan (dbg)": {
794 "gtest_tests": [ 809 "gtest_tests": [
795 { 810 {
811 "swarming": {
812 "can_use_on_swarming_builders": true
813 },
796 "test": "blink_heap_unittests" 814 "test": "blink_heap_unittests"
797 }, 815 },
798 { 816 {
799 "test": "blink_platform_unittests" 817 "test": "blink_platform_unittests"
800 }, 818 },
801 { 819 {
802 "test": "webkit_unit_tests" 820 "test": "webkit_unit_tests"
803 }, 821 },
804 { 822 {
805 "test": "wtf_unittests" 823 "test": "wtf_unittests"
806 } 824 }
807 ], 825 ],
808 "scripts": [ 826 "scripts": [
809 { 827 {
810 "name": "webkit_lint", 828 "name": "webkit_lint",
811 "script": "webkit_lint.py" 829 "script": "webkit_lint.py"
812 }, 830 },
813 { 831 {
814 "name": "webkit_python_tests", 832 "name": "webkit_python_tests",
815 "script": "webkit_python_tests.py" 833 "script": "webkit_python_tests.py"
816 } 834 }
817 ] 835 ]
818 }, 836 },
819 "WebKit Linux Oilpan Leak": { 837 "WebKit Linux Oilpan Leak": {
820 "gtest_tests": [ 838 "gtest_tests": [
821 { 839 {
840 "swarming": {
841 "can_use_on_swarming_builders": true
842 },
822 "test": "blink_heap_unittests" 843 "test": "blink_heap_unittests"
823 }, 844 },
824 { 845 {
825 "test": "blink_platform_unittests" 846 "test": "blink_platform_unittests"
826 }, 847 },
827 { 848 {
828 "test": "webkit_unit_tests" 849 "test": "webkit_unit_tests"
829 }, 850 },
830 { 851 {
831 "test": "wtf_unittests" 852 "test": "wtf_unittests"
832 } 853 }
833 ], 854 ],
834 "scripts": [ 855 "scripts": [
835 { 856 {
836 "name": "webkit_lint", 857 "name": "webkit_lint",
837 "script": "webkit_lint.py" 858 "script": "webkit_lint.py"
838 }, 859 },
839 { 860 {
840 "name": "webkit_python_tests", 861 "name": "webkit_python_tests",
841 "script": "webkit_python_tests.py" 862 "script": "webkit_python_tests.py"
842 } 863 }
843 ] 864 ]
844 }, 865 },
845 "WebKit Linux Trusty": { 866 "WebKit Linux Trusty": {
846 "gtest_tests": [ 867 "gtest_tests": [
847 { 868 {
869 "swarming": {
870 "can_use_on_swarming_builders": true
871 },
848 "test": "blink_heap_unittests" 872 "test": "blink_heap_unittests"
849 }, 873 },
850 { 874 {
851 "test": "blink_platform_unittests" 875 "test": "blink_platform_unittests"
852 }, 876 },
853 { 877 {
854 "test": "webkit_unit_tests" 878 "test": "webkit_unit_tests"
855 }, 879 },
856 { 880 {
857 "test": "wtf_unittests" 881 "test": "wtf_unittests"
858 } 882 }
859 ], 883 ],
860 "scripts": [ 884 "scripts": [
861 { 885 {
862 "name": "webkit_lint", 886 "name": "webkit_lint",
863 "script": "webkit_lint.py" 887 "script": "webkit_lint.py"
864 }, 888 },
865 { 889 {
866 "name": "webkit_python_tests", 890 "name": "webkit_python_tests",
867 "script": "webkit_python_tests.py" 891 "script": "webkit_python_tests.py"
868 } 892 }
869 ] 893 ]
870 }, 894 },
871 "WebKit Mac Oilpan": { 895 "WebKit Mac Oilpan": {
872 "gtest_tests": [ 896 "gtest_tests": [
873 { 897 {
898 "swarming": {
899 "can_use_on_swarming_builders": true
900 },
874 "test": "blink_heap_unittests" 901 "test": "blink_heap_unittests"
875 }, 902 },
876 { 903 {
877 "test": "blink_platform_unittests" 904 "test": "blink_platform_unittests"
878 }, 905 },
879 { 906 {
880 "test": "webkit_unit_tests" 907 "test": "webkit_unit_tests"
881 }, 908 },
882 { 909 {
883 "test": "wtf_unittests" 910 "test": "wtf_unittests"
884 } 911 }
885 ], 912 ],
886 "scripts": [ 913 "scripts": [
887 { 914 {
888 "name": "webkit_lint", 915 "name": "webkit_lint",
889 "script": "webkit_lint.py" 916 "script": "webkit_lint.py"
890 }, 917 },
891 { 918 {
892 "name": "webkit_python_tests", 919 "name": "webkit_python_tests",
893 "script": "webkit_python_tests.py" 920 "script": "webkit_python_tests.py"
894 } 921 }
895 ] 922 ]
896 }, 923 },
897 "WebKit Mac Oilpan (dbg)": { 924 "WebKit Mac Oilpan (dbg)": {
898 "gtest_tests": [ 925 "gtest_tests": [
899 { 926 {
927 "swarming": {
928 "can_use_on_swarming_builders": true
929 },
900 "test": "blink_heap_unittests" 930 "test": "blink_heap_unittests"
901 }, 931 },
902 { 932 {
903 "test": "blink_platform_unittests" 933 "test": "blink_platform_unittests"
904 }, 934 },
905 { 935 {
906 "test": "webkit_unit_tests" 936 "test": "webkit_unit_tests"
907 }, 937 },
908 { 938 {
909 "test": "wtf_unittests" 939 "test": "wtf_unittests"
910 } 940 }
911 ], 941 ],
912 "scripts": [ 942 "scripts": [
913 { 943 {
914 "name": "webkit_lint", 944 "name": "webkit_lint",
915 "script": "webkit_lint.py" 945 "script": "webkit_lint.py"
916 }, 946 },
917 { 947 {
918 "name": "webkit_python_tests", 948 "name": "webkit_python_tests",
919 "script": "webkit_python_tests.py" 949 "script": "webkit_python_tests.py"
920 } 950 }
921 ] 951 ]
922 }, 952 },
923 "WebKit Mac10.10": { 953 "WebKit Mac10.10": {
924 "gtest_tests": [ 954 "gtest_tests": [
925 { 955 {
956 "swarming": {
957 "can_use_on_swarming_builders": true
958 },
926 "test": "blink_heap_unittests" 959 "test": "blink_heap_unittests"
927 }, 960 },
928 { 961 {
929 "test": "blink_platform_unittests" 962 "test": "blink_platform_unittests"
930 }, 963 },
931 { 964 {
932 "test": "webkit_unit_tests" 965 "test": "webkit_unit_tests"
933 }, 966 },
934 { 967 {
935 "test": "wtf_unittests" 968 "test": "wtf_unittests"
936 } 969 }
937 ], 970 ],
938 "scripts": [ 971 "scripts": [
939 { 972 {
940 "name": "webkit_lint", 973 "name": "webkit_lint",
941 "script": "webkit_lint.py" 974 "script": "webkit_lint.py"
942 }, 975 },
943 { 976 {
944 "name": "webkit_python_tests", 977 "name": "webkit_python_tests",
945 "script": "webkit_python_tests.py" 978 "script": "webkit_python_tests.py"
946 } 979 }
947 ] 980 ]
948 }, 981 },
949 "WebKit Mac10.6": { 982 "WebKit Mac10.6": {
950 "gtest_tests": [ 983 "gtest_tests": [
951 { 984 {
985 "swarming": {
986 "can_use_on_swarming_builders": true
987 },
952 "test": "blink_heap_unittests" 988 "test": "blink_heap_unittests"
953 }, 989 },
954 { 990 {
955 "test": "blink_platform_unittests" 991 "test": "blink_platform_unittests"
956 }, 992 },
957 { 993 {
958 "test": "webkit_unit_tests" 994 "test": "webkit_unit_tests"
959 }, 995 },
960 { 996 {
961 "test": "wtf_unittests" 997 "test": "wtf_unittests"
962 } 998 }
963 ], 999 ],
964 "scripts": [ 1000 "scripts": [
965 { 1001 {
966 "name": "webkit_lint", 1002 "name": "webkit_lint",
967 "script": "webkit_lint.py" 1003 "script": "webkit_lint.py"
968 }, 1004 },
969 { 1005 {
970 "name": "webkit_python_tests", 1006 "name": "webkit_python_tests",
971 "script": "webkit_python_tests.py" 1007 "script": "webkit_python_tests.py"
972 } 1008 }
973 ] 1009 ]
974 }, 1010 },
975 "WebKit Mac10.6 (dbg)": { 1011 "WebKit Mac10.6 (dbg)": {
976 "gtest_tests": [ 1012 "gtest_tests": [
977 { 1013 {
1014 "swarming": {
1015 "can_use_on_swarming_builders": true
1016 },
978 "test": "blink_heap_unittests" 1017 "test": "blink_heap_unittests"
979 }, 1018 },
980 { 1019 {
981 "test": "blink_platform_unittests" 1020 "test": "blink_platform_unittests"
982 }, 1021 },
983 { 1022 {
984 "test": "webkit_unit_tests" 1023 "test": "webkit_unit_tests"
985 }, 1024 },
986 { 1025 {
987 "test": "wtf_unittests" 1026 "test": "wtf_unittests"
988 } 1027 }
989 ], 1028 ],
990 "scripts": [ 1029 "scripts": [
991 { 1030 {
992 "name": "webkit_lint", 1031 "name": "webkit_lint",
993 "script": "webkit_lint.py" 1032 "script": "webkit_lint.py"
994 }, 1033 },
995 { 1034 {
996 "name": "webkit_python_tests", 1035 "name": "webkit_python_tests",
997 "script": "webkit_python_tests.py" 1036 "script": "webkit_python_tests.py"
998 } 1037 }
999 ] 1038 ]
1000 }, 1039 },
1001 "WebKit Mac10.7": { 1040 "WebKit Mac10.7": {
1002 "gtest_tests": [ 1041 "gtest_tests": [
1003 { 1042 {
1043 "swarming": {
1044 "can_use_on_swarming_builders": true
1045 },
1004 "test": "blink_heap_unittests" 1046 "test": "blink_heap_unittests"
1005 }, 1047 },
1006 { 1048 {
1007 "test": "blink_platform_unittests" 1049 "test": "blink_platform_unittests"
1008 }, 1050 },
1009 { 1051 {
1010 "test": "webkit_unit_tests" 1052 "test": "webkit_unit_tests"
1011 }, 1053 },
1012 { 1054 {
1013 "test": "wtf_unittests" 1055 "test": "wtf_unittests"
1014 } 1056 }
1015 ], 1057 ],
1016 "scripts": [ 1058 "scripts": [
1017 { 1059 {
1018 "name": "webkit_lint", 1060 "name": "webkit_lint",
1019 "script": "webkit_lint.py" 1061 "script": "webkit_lint.py"
1020 }, 1062 },
1021 { 1063 {
1022 "name": "webkit_python_tests", 1064 "name": "webkit_python_tests",
1023 "script": "webkit_python_tests.py" 1065 "script": "webkit_python_tests.py"
1024 } 1066 }
1025 ] 1067 ]
1026 }, 1068 },
1027 "WebKit Mac10.7 (dbg)": { 1069 "WebKit Mac10.7 (dbg)": {
1028 "gtest_tests": [ 1070 "gtest_tests": [
1029 { 1071 {
1072 "swarming": {
1073 "can_use_on_swarming_builders": true
1074 },
1030 "test": "blink_heap_unittests" 1075 "test": "blink_heap_unittests"
1031 }, 1076 },
1032 { 1077 {
1033 "test": "blink_platform_unittests" 1078 "test": "blink_platform_unittests"
1034 }, 1079 },
1035 { 1080 {
1036 "test": "webkit_unit_tests" 1081 "test": "webkit_unit_tests"
1037 }, 1082 },
1038 { 1083 {
1039 "test": "wtf_unittests" 1084 "test": "wtf_unittests"
1040 } 1085 }
1041 ], 1086 ],
1042 "scripts": [ 1087 "scripts": [
1043 { 1088 {
1044 "name": "webkit_lint", 1089 "name": "webkit_lint",
1045 "script": "webkit_lint.py" 1090 "script": "webkit_lint.py"
1046 }, 1091 },
1047 { 1092 {
1048 "name": "webkit_python_tests", 1093 "name": "webkit_python_tests",
1049 "script": "webkit_python_tests.py" 1094 "script": "webkit_python_tests.py"
1050 } 1095 }
1051 ] 1096 ]
1052 }, 1097 },
1053 "WebKit Mac10.8": { 1098 "WebKit Mac10.8": {
1054 "gtest_tests": [ 1099 "gtest_tests": [
1055 { 1100 {
1101 "swarming": {
1102 "can_use_on_swarming_builders": true
1103 },
1056 "test": "blink_heap_unittests" 1104 "test": "blink_heap_unittests"
1057 }, 1105 },
1058 { 1106 {
1059 "test": "blink_platform_unittests" 1107 "test": "blink_platform_unittests"
1060 }, 1108 },
1061 { 1109 {
1062 "test": "webkit_unit_tests" 1110 "test": "webkit_unit_tests"
1063 }, 1111 },
1064 { 1112 {
1065 "test": "wtf_unittests" 1113 "test": "wtf_unittests"
1066 } 1114 }
1067 ], 1115 ],
1068 "scripts": [ 1116 "scripts": [
1069 { 1117 {
1070 "name": "webkit_lint", 1118 "name": "webkit_lint",
1071 "script": "webkit_lint.py" 1119 "script": "webkit_lint.py"
1072 }, 1120 },
1073 { 1121 {
1074 "name": "webkit_python_tests", 1122 "name": "webkit_python_tests",
1075 "script": "webkit_python_tests.py" 1123 "script": "webkit_python_tests.py"
1076 } 1124 }
1077 ] 1125 ]
1078 }, 1126 },
1079 "WebKit Mac10.9": { 1127 "WebKit Mac10.9": {
1080 "gtest_tests": [ 1128 "gtest_tests": [
1081 { 1129 {
1130 "swarming": {
1131 "can_use_on_swarming_builders": true
1132 },
1082 "test": "blink_heap_unittests" 1133 "test": "blink_heap_unittests"
1083 }, 1134 },
1084 { 1135 {
1085 "test": "blink_platform_unittests" 1136 "test": "blink_platform_unittests"
1086 }, 1137 },
1087 { 1138 {
1088 "test": "webkit_unit_tests" 1139 "test": "webkit_unit_tests"
1089 }, 1140 },
1090 { 1141 {
1091 "test": "wtf_unittests" 1142 "test": "wtf_unittests"
1092 } 1143 }
1093 ], 1144 ],
1094 "scripts": [ 1145 "scripts": [
1095 { 1146 {
1096 "name": "webkit_lint", 1147 "name": "webkit_lint",
1097 "script": "webkit_lint.py" 1148 "script": "webkit_lint.py"
1098 }, 1149 },
1099 { 1150 {
1100 "name": "webkit_python_tests", 1151 "name": "webkit_python_tests",
1101 "script": "webkit_python_tests.py" 1152 "script": "webkit_python_tests.py"
1102 } 1153 }
1103 ] 1154 ]
1104 }, 1155 },
1105 "WebKit Mac10.9 (retina)": { 1156 "WebKit Mac10.9 (retina)": {
1106 "gtest_tests": [ 1157 "gtest_tests": [
1107 { 1158 {
1159 "swarming": {
1160 "can_use_on_swarming_builders": true
1161 },
1108 "test": "blink_heap_unittests" 1162 "test": "blink_heap_unittests"
1109 }, 1163 },
1110 { 1164 {
1111 "test": "blink_platform_unittests" 1165 "test": "blink_platform_unittests"
1112 }, 1166 },
1113 { 1167 {
1114 "test": "webkit_unit_tests" 1168 "test": "webkit_unit_tests"
1115 }, 1169 },
1116 { 1170 {
1117 "test": "wtf_unittests" 1171 "test": "wtf_unittests"
1118 } 1172 }
1119 ], 1173 ],
1120 "scripts": [ 1174 "scripts": [
1121 { 1175 {
1122 "name": "webkit_lint", 1176 "name": "webkit_lint",
1123 "script": "webkit_lint.py" 1177 "script": "webkit_lint.py"
1124 }, 1178 },
1125 { 1179 {
1126 "name": "webkit_python_tests", 1180 "name": "webkit_python_tests",
1127 "script": "webkit_python_tests.py" 1181 "script": "webkit_python_tests.py"
1128 } 1182 }
1129 ] 1183 ]
1130 }, 1184 },
1131 "WebKit Win Oilpan": { 1185 "WebKit Win Oilpan": {
1132 "gtest_tests": [ 1186 "gtest_tests": [
1133 { 1187 {
1188 "swarming": {
1189 "can_use_on_swarming_builders": true
1190 },
1134 "test": "blink_heap_unittests" 1191 "test": "blink_heap_unittests"
1135 }, 1192 },
1136 { 1193 {
1137 "test": "blink_platform_unittests" 1194 "test": "blink_platform_unittests"
1138 }, 1195 },
1139 { 1196 {
1140 "test": "webkit_unit_tests" 1197 "test": "webkit_unit_tests"
1141 }, 1198 },
1142 { 1199 {
1143 "test": "wtf_unittests" 1200 "test": "wtf_unittests"
1144 } 1201 }
1145 ], 1202 ],
1146 "scripts": [ 1203 "scripts": [
1147 { 1204 {
1148 "name": "webkit_lint", 1205 "name": "webkit_lint",
1149 "script": "webkit_lint.py" 1206 "script": "webkit_lint.py"
1150 }, 1207 },
1151 { 1208 {
1152 "name": "webkit_python_tests", 1209 "name": "webkit_python_tests",
1153 "script": "webkit_python_tests.py" 1210 "script": "webkit_python_tests.py"
1154 } 1211 }
1155 ] 1212 ]
1156 }, 1213 },
1157 "WebKit Win Oilpan (dbg)": { 1214 "WebKit Win Oilpan (dbg)": {
1158 "gtest_tests": [ 1215 "gtest_tests": [
1159 { 1216 {
1217 "swarming": {
1218 "can_use_on_swarming_builders": true
1219 },
1160 "test": "blink_heap_unittests" 1220 "test": "blink_heap_unittests"
1161 }, 1221 },
1162 { 1222 {
1163 "test": "blink_platform_unittests" 1223 "test": "blink_platform_unittests"
1164 }, 1224 },
1165 { 1225 {
1166 "test": "webkit_unit_tests" 1226 "test": "webkit_unit_tests"
1167 }, 1227 },
1168 { 1228 {
1169 "test": "wtf_unittests" 1229 "test": "wtf_unittests"
1170 } 1230 }
1171 ], 1231 ],
1172 "scripts": [ 1232 "scripts": [
1173 { 1233 {
1174 "name": "webkit_lint", 1234 "name": "webkit_lint",
1175 "script": "webkit_lint.py" 1235 "script": "webkit_lint.py"
1176 }, 1236 },
1177 { 1237 {
1178 "name": "webkit_python_tests", 1238 "name": "webkit_python_tests",
1179 "script": "webkit_python_tests.py" 1239 "script": "webkit_python_tests.py"
1180 } 1240 }
1181 ] 1241 ]
1182 }, 1242 },
1183 "WebKit Win x64 Builder": { 1243 "WebKit Win x64 Builder": {
1184 "gtest_tests": [ 1244 "gtest_tests": [
1185 { 1245 {
1246 "swarming": {
1247 "can_use_on_swarming_builders": true
1248 },
1186 "test": "blink_heap_unittests" 1249 "test": "blink_heap_unittests"
1187 }, 1250 },
1188 { 1251 {
1189 "test": "blink_platform_unittests" 1252 "test": "blink_platform_unittests"
1190 }, 1253 },
1191 { 1254 {
1192 "test": "webkit_unit_tests" 1255 "test": "webkit_unit_tests"
1193 }, 1256 },
1194 { 1257 {
1195 "test": "wtf_unittests" 1258 "test": "wtf_unittests"
1196 } 1259 }
1197 ] 1260 ]
1198 }, 1261 },
1199 "WebKit Win x64 Builder (dbg)": { 1262 "WebKit Win x64 Builder (dbg)": {
1200 "gtest_tests": [ 1263 "gtest_tests": [
1201 { 1264 {
1265 "swarming": {
1266 "can_use_on_swarming_builders": true
1267 },
1202 "test": "blink_heap_unittests" 1268 "test": "blink_heap_unittests"
1203 }, 1269 },
1204 { 1270 {
1205 "test": "blink_platform_unittests" 1271 "test": "blink_platform_unittests"
1206 }, 1272 },
1207 { 1273 {
1208 "test": "webkit_unit_tests" 1274 "test": "webkit_unit_tests"
1209 }, 1275 },
1210 { 1276 {
1211 "test": "wtf_unittests" 1277 "test": "wtf_unittests"
1212 } 1278 }
1213 ] 1279 ]
1214 }, 1280 },
1215 "WebKit Win10": { 1281 "WebKit Win10": {
1216 "gtest_tests": [ 1282 "gtest_tests": [
1217 { 1283 {
1284 "swarming": {
1285 "can_use_on_swarming_builders": true
1286 },
1218 "test": "blink_heap_unittests" 1287 "test": "blink_heap_unittests"
1219 }, 1288 },
1220 { 1289 {
1221 "test": "blink_platform_unittests" 1290 "test": "blink_platform_unittests"
1222 }, 1291 },
1223 { 1292 {
1224 "test": "webkit_unit_tests" 1293 "test": "webkit_unit_tests"
1225 }, 1294 },
1226 { 1295 {
1227 "test": "wtf_unittests" 1296 "test": "wtf_unittests"
1228 } 1297 }
1229 ], 1298 ],
1230 "scripts": [ 1299 "scripts": [
1231 { 1300 {
1232 "name": "webkit_lint", 1301 "name": "webkit_lint",
1233 "script": "webkit_lint.py" 1302 "script": "webkit_lint.py"
1234 }, 1303 },
1235 { 1304 {
1236 "name": "webkit_python_tests", 1305 "name": "webkit_python_tests",
1237 "script": "webkit_python_tests.py" 1306 "script": "webkit_python_tests.py"
1238 } 1307 }
1239 ] 1308 ]
1240 }, 1309 },
1241 "WebKit Win7": { 1310 "WebKit Win7": {
1242 "gtest_tests": [ 1311 "gtest_tests": [
1243 { 1312 {
1313 "swarming": {
1314 "can_use_on_swarming_builders": true
1315 },
1244 "test": "blink_heap_unittests" 1316 "test": "blink_heap_unittests"
1245 }, 1317 },
1246 { 1318 {
1247 "test": "blink_platform_unittests" 1319 "test": "blink_platform_unittests"
1248 }, 1320 },
1249 { 1321 {
1250 "test": "webkit_unit_tests" 1322 "test": "webkit_unit_tests"
1251 }, 1323 },
1252 { 1324 {
1253 "test": "wtf_unittests" 1325 "test": "wtf_unittests"
1254 } 1326 }
1255 ], 1327 ],
1256 "scripts": [ 1328 "scripts": [
1257 { 1329 {
1258 "name": "webkit_lint", 1330 "name": "webkit_lint",
1259 "script": "webkit_lint.py" 1331 "script": "webkit_lint.py"
1260 }, 1332 },
1261 { 1333 {
1262 "name": "webkit_python_tests", 1334 "name": "webkit_python_tests",
1263 "script": "webkit_python_tests.py" 1335 "script": "webkit_python_tests.py"
1264 } 1336 }
1265 ] 1337 ]
1266 }, 1338 },
1267 "WebKit Win7 (dbg)": { 1339 "WebKit Win7 (dbg)": {
1268 "gtest_tests": [ 1340 "gtest_tests": [
1269 { 1341 {
1342 "swarming": {
1343 "can_use_on_swarming_builders": true
1344 },
1270 "test": "blink_heap_unittests" 1345 "test": "blink_heap_unittests"
1271 }, 1346 },
1272 { 1347 {
1273 "test": "blink_platform_unittests" 1348 "test": "blink_platform_unittests"
1274 }, 1349 },
1275 { 1350 {
1276 "test": "webkit_unit_tests" 1351 "test": "webkit_unit_tests"
1277 }, 1352 },
1278 { 1353 {
1279 "test": "wtf_unittests" 1354 "test": "wtf_unittests"
1280 } 1355 }
1281 ], 1356 ],
1282 "scripts": [ 1357 "scripts": [
1283 { 1358 {
1284 "name": "webkit_lint", 1359 "name": "webkit_lint",
1285 "script": "webkit_lint.py" 1360 "script": "webkit_lint.py"
1286 }, 1361 },
1287 { 1362 {
1288 "name": "webkit_python_tests", 1363 "name": "webkit_python_tests",
1289 "script": "webkit_python_tests.py" 1364 "script": "webkit_python_tests.py"
1290 } 1365 }
1291 ] 1366 ]
1292 }, 1367 },
1293 "WebKit XP": { 1368 "WebKit XP": {
1294 "gtest_tests": [ 1369 "gtest_tests": [
1295 { 1370 {
1371 "swarming": {
1372 "can_use_on_swarming_builders": true
1373 },
1296 "test": "blink_heap_unittests" 1374 "test": "blink_heap_unittests"
1297 }, 1375 },
1298 { 1376 {
1299 "test": "blink_platform_unittests" 1377 "test": "blink_platform_unittests"
1300 }, 1378 },
1301 { 1379 {
1302 "test": "webkit_unit_tests" 1380 "test": "webkit_unit_tests"
1303 }, 1381 },
1304 { 1382 {
1305 "test": "wtf_unittests" 1383 "test": "wtf_unittests"
1306 } 1384 }
1307 ], 1385 ],
1308 "scripts": [ 1386 "scripts": [
1309 { 1387 {
1310 "name": "webkit_lint", 1388 "name": "webkit_lint",
1311 "script": "webkit_lint.py" 1389 "script": "webkit_lint.py"
1312 }, 1390 },
1313 { 1391 {
1314 "name": "webkit_python_tests", 1392 "name": "webkit_python_tests",
1315 "script": "webkit_python_tests.py" 1393 "script": "webkit_python_tests.py"
1316 } 1394 }
1317 ] 1395 ]
1318 } 1396 }
1319 } 1397 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/manage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698