|
753 | 753 | }, |
754 | 754 | { |
755 | 755 | "builders": [ |
756 | | - "vm-aot-android-release-arm_x64", |
757 | | - "vm-aot-android-release-arm64c" |
| 756 | + "vm-aot-android-debug-arm64c", |
| 757 | + "vm-aot-android-debug-arm_x64", |
| 758 | + "vm-aot-android-release-arm64c", |
| 759 | + "vm-aot-android-release-arm_x64" |
758 | 760 | ], |
759 | 761 | "meta": { |
760 | 762 | "description": "This configuration is used by the vm precomp builders on Android." |
|
950 | 952 | }, |
951 | 953 | { |
952 | 954 | "builders": [ |
953 | | - "vm-linux-debug-ia32", |
954 | 955 | "vm-linux-debug-x64", |
955 | | - "vm-linux-release-ia32", |
956 | 956 | "vm-linux-release-x64", |
957 | 957 | "vm-win-debug-x64", |
958 | 958 | "vm-win-release-x64" |
|
1023 | 1023 | }, |
1024 | 1024 | { |
1025 | 1025 | "builders": [ |
| 1026 | + "vm-linux-debug-ia32", |
| 1027 | + "vm-linux-release-ia32", |
1026 | 1028 | "vm-linux-debug-simriscv32", |
1027 | 1029 | "vm-linux-debug-simriscv64", |
| 1030 | + "vm-linux-release-simriscv32", |
| 1031 | + "vm-linux-release-simriscv64", |
1028 | 1032 | "vm-linux-debug-x64c", |
1029 | 1033 | "vm-linux-release-simarm", |
1030 | 1034 | "vm-linux-release-simarm64", |
|
1047 | 1051 | { |
1048 | 1052 | "name": "vm tests", |
1049 | 1053 | "arguments": [ |
1050 | | - "-nvm-${system}-${mode}-${arch}", |
1051 | | - "--default-suites", |
1052 | | - "co19" |
| 1054 | + "-nvm-${system}-${mode}-${arch}" |
1053 | 1055 | ], |
1054 | 1056 | "fileset": "vm", |
1055 | | - "shards": 16 |
| 1057 | + "shards": 10 |
1056 | 1058 | } |
1057 | 1059 | ] |
1058 | 1060 | }, |
1059 | 1061 | { |
1060 | 1062 | "builders": [ |
1061 | 1063 | "vm-aot-linux-debug-x64", |
1062 | 1064 | "vm-aot-linux-release-x64", |
| 1065 | + "vm-aot-mac-release-arm64", |
| 1066 | + "vm-aot-mac-debug-arm64", |
| 1067 | + "vm-aot-win-debug-x64", |
1063 | 1068 | "vm-aot-win-release-x64" |
1064 | 1069 | ], |
1065 | 1070 | "meta": { |
|
1070 | 1075 | "name": "build dart", |
1071 | 1076 | "script": "tools/build.py", |
1072 | 1077 | "arguments": [ |
| 1078 | + "--codesigning-identity=-", |
1073 | 1079 | "runtime", |
1074 | 1080 | "dartaotruntime" |
1075 | 1081 | ] |
|
1089 | 1095 | }, |
1090 | 1096 | { |
1091 | 1097 | "builders": [ |
| 1098 | + "vm-aot-linux-release-simriscv32", |
1092 | 1099 | "vm-aot-linux-debug-simriscv32", |
| 1100 | + "vm-aot-linux-release-simriscv64", |
1093 | 1101 | "vm-aot-linux-debug-simriscv64", |
1094 | 1102 | "vm-aot-linux-debug-x64c", |
1095 | 1103 | "vm-aot-linux-product-x64", |
1096 | 1104 | "vm-aot-linux-release-simarm64", |
1097 | | - "vm-aot-mac-debug-arm64", |
1098 | 1105 | "vm-aot-mac-debug-x64", |
1099 | | - "vm-aot-mac-product-arm64", |
1100 | | - "vm-aot-mac-release-arm64", |
1101 | 1106 | "vm-aot-mac-release-x64", |
1102 | | - "vm-aot-win-debug-x64", |
| 1107 | + "vm-aot-mac-product-arm64", |
1103 | 1108 | "vm-aot-win-debug-x64c", |
1104 | 1109 | "vm-aot-win-product-x64" |
1105 | 1110 | ], |
|
1119 | 1124 | { |
1120 | 1125 | "name": "vm tests", |
1121 | 1126 | "arguments": [ |
1122 | | - "-nvm-aot-${system}-${mode}-${arch}", |
1123 | | - "--default-suites", |
1124 | | - "co19" |
| 1127 | + "-nvm-aot-${system}-${mode}-${arch}" |
1125 | 1128 | ], |
1126 | 1129 | "fileset": "vm", |
1127 | | - "shards": 20 |
| 1130 | + "shards": 12 |
1128 | 1131 | } |
1129 | 1132 | ] |
1130 | 1133 | }, |
|
0 commit comments