Skip to content

Commit 1d01469

Browse files
rmacnak-googleCommit Queue
authored and
Commit Queue
committed
[infra] Add configurations to migrate Linux ARM64 to NNBD.
Change-Id: Iafe32528a4516817d6770e5e87686c97bd58da8e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285160 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Ryan Macnak <[email protected]>
1 parent 7424295 commit 1d01469

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

tools/bots/test_matrix.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2251,6 +2251,58 @@
22512251
}
22522252
]
22532253
},
2254+
{
2255+
"builders": [
2256+
"vm-linux-release-arm64"
2257+
],
2258+
"meta": {
2259+
"description": "This configuration is for the ARM64 JIT builders."
2260+
},
2261+
"steps": [
2262+
{
2263+
"name": "build dart",
2264+
"script": "tools/build.py",
2265+
"arguments": [
2266+
"runtime"
2267+
]
2268+
},
2269+
{
2270+
"name": "vm tests",
2271+
"arguments": [
2272+
"-nvm-${system}-${mode}-${arch}"
2273+
],
2274+
"fileset": "vm-kernel",
2275+
"shards": 1
2276+
}
2277+
]
2278+
},
2279+
{
2280+
"builders": [
2281+
"vm-aot-linux-release-arm64"
2282+
],
2283+
"meta": {
2284+
"description": "This configuration is for the ARM64 AOT builders."
2285+
},
2286+
"steps": [
2287+
{
2288+
"name": "build dart",
2289+
"script": "tools/build.py",
2290+
"arguments": [
2291+
"dart_precompiled_runtime",
2292+
"gen_snapshot",
2293+
"runtime"
2294+
]
2295+
},
2296+
{
2297+
"name": "vm tests",
2298+
"arguments": [
2299+
"-nvm-aot-${system}-${mode}-${arch}"
2300+
],
2301+
"fileset": "vm-kernel",
2302+
"shards": 1
2303+
}
2304+
]
2305+
},
22542306
{
22552307
"builders": [
22562308
"cross-vm-linux-release-arm64"

0 commit comments

Comments
 (0)