Skip to content

Commit d93cd60

Browse files
alexmarkovCommit Queue
authored andcommitted
[test_matrix] Add vm-dyn-mac-debug-arm64 builder
Change-Id: I0f48f229f5517b5f5f0c9e160fe1d7c5cd445998 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/446003 Commit-Queue: Alexander Markov <[email protected]> Reviewed-by: Ryan Macnak <[email protected]>
1 parent d672d98 commit d93cd60

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

tools/bots/test_matrix.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,12 +580,12 @@
580580
"compiler": "app_jitk"
581581
}
582582
},
583-
"vm-dyn-(linux|mac|win)-(debug|product|release)-(x64|x64c|simarm|simarm64|simarm64c)": {
583+
"vm-dyn-(linux|mac|win)-(debug|product|release)-(x64|x64c|arm64|arm64c|simarm|simarm64|simarm64c)": {
584584
"options": {
585585
"compiler": "dart2bytecode"
586586
}
587587
},
588-
"vm-aot-dyn-(linux|mac|win)-(debug|release|product)-(x64|x64c|simarm|simarm64|simarm64c)": {
588+
"vm-aot-dyn-(linux|mac|win)-(debug|release|product)-(x64|x64c|arm64|arm64c|simarm|simarm64|simarm64c)": {
589589
"options": {
590590
"compiler": "dart2bytecode"
591591
}
@@ -1355,6 +1355,38 @@
13551355
}
13561356
]
13571357
},
1358+
{
1359+
"builders": [
1360+
"vm-dyn-mac-debug-arm64"
1361+
],
1362+
"meta": {
1363+
"description": "This configuration is used by the dynamic modules VM JIT builders."
1364+
},
1365+
"steps": [
1366+
{
1367+
"name": "build dart",
1368+
"script": "tools/build.py",
1369+
"arguments": [
1370+
"--dart-dynamic-modules",
1371+
"--codesigning-identity=-",
1372+
"runtime",
1373+
"runtime_precompiled",
1374+
"utils/gen_kernel"
1375+
]
1376+
},
1377+
{
1378+
"name": "vm tests",
1379+
"arguments": [
1380+
"-nvm-dyn-${system}-${mode}-${arch}",
1381+
"--default-suites",
1382+
"co19",
1383+
"pkg/vm_service/"
1384+
],
1385+
"fileset": "vm",
1386+
"shards": 16
1387+
}
1388+
]
1389+
},
13581390
{
13591391
"builders": [
13601392
"vm-asan-linux-release-x64",

0 commit comments

Comments
 (0)