Skip to content

Commit 554cb57

Browse files
rmacnak-googleCommit Queue
authored andcommitted
[infra] Add missing Android debug and RISC-V release builders.
Run co19 on fewer builders. Change-Id: I7d6ea9f1f0cf2f9553a4a0dd34a608fa86916398 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/437180 Reviewed-by: Alexander Aprelev <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
1 parent 884a48c commit 554cb57

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

tools/bots/test_matrix.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,10 @@
753753
},
754754
{
755755
"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"
758760
],
759761
"meta": {
760762
"description": "This configuration is used by the vm precomp builders on Android."
@@ -950,9 +952,7 @@
950952
},
951953
{
952954
"builders": [
953-
"vm-linux-debug-ia32",
954955
"vm-linux-debug-x64",
955-
"vm-linux-release-ia32",
956956
"vm-linux-release-x64",
957957
"vm-win-debug-x64",
958958
"vm-win-release-x64"
@@ -1023,8 +1023,12 @@
10231023
},
10241024
{
10251025
"builders": [
1026+
"vm-linux-debug-ia32",
1027+
"vm-linux-release-ia32",
10261028
"vm-linux-debug-simriscv32",
10271029
"vm-linux-debug-simriscv64",
1030+
"vm-linux-release-simriscv32",
1031+
"vm-linux-release-simriscv64",
10281032
"vm-linux-debug-x64c",
10291033
"vm-linux-release-simarm",
10301034
"vm-linux-release-simarm64",
@@ -1047,19 +1051,20 @@
10471051
{
10481052
"name": "vm tests",
10491053
"arguments": [
1050-
"-nvm-${system}-${mode}-${arch}",
1051-
"--default-suites",
1052-
"co19"
1054+
"-nvm-${system}-${mode}-${arch}"
10531055
],
10541056
"fileset": "vm",
1055-
"shards": 16
1057+
"shards": 10
10561058
}
10571059
]
10581060
},
10591061
{
10601062
"builders": [
10611063
"vm-aot-linux-debug-x64",
10621064
"vm-aot-linux-release-x64",
1065+
"vm-aot-mac-release-arm64",
1066+
"vm-aot-mac-debug-arm64",
1067+
"vm-aot-win-debug-x64",
10631068
"vm-aot-win-release-x64"
10641069
],
10651070
"meta": {
@@ -1070,6 +1075,7 @@
10701075
"name": "build dart",
10711076
"script": "tools/build.py",
10721077
"arguments": [
1078+
"--codesigning-identity=-",
10731079
"runtime",
10741080
"dartaotruntime"
10751081
]
@@ -1089,17 +1095,16 @@
10891095
},
10901096
{
10911097
"builders": [
1098+
"vm-aot-linux-release-simriscv32",
10921099
"vm-aot-linux-debug-simriscv32",
1100+
"vm-aot-linux-release-simriscv64",
10931101
"vm-aot-linux-debug-simriscv64",
10941102
"vm-aot-linux-debug-x64c",
10951103
"vm-aot-linux-product-x64",
10961104
"vm-aot-linux-release-simarm64",
1097-
"vm-aot-mac-debug-arm64",
10981105
"vm-aot-mac-debug-x64",
1099-
"vm-aot-mac-product-arm64",
1100-
"vm-aot-mac-release-arm64",
11011106
"vm-aot-mac-release-x64",
1102-
"vm-aot-win-debug-x64",
1107+
"vm-aot-mac-product-arm64",
11031108
"vm-aot-win-debug-x64c",
11041109
"vm-aot-win-product-x64"
11051110
],
@@ -1119,12 +1124,10 @@
11191124
{
11201125
"name": "vm tests",
11211126
"arguments": [
1122-
"-nvm-aot-${system}-${mode}-${arch}",
1123-
"--default-suites",
1124-
"co19"
1127+
"-nvm-aot-${system}-${mode}-${arch}"
11251128
],
11261129
"fileset": "vm",
1127-
"shards": 20
1130+
"shards": 12
11281131
}
11291132
]
11301133
},

0 commit comments

Comments
 (0)