Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 817d065

Browse files
committed
[infra] Add ffi-qemu builder to the test matrix
Change-Id: Ic6d2547fc144bf0452d6b32ffa754d858ebacec7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/137967 Reviewed-by: Daco Harkes <dacoharkes@google.com>
1 parent e1ef16d commit 817d065

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

tools/bots/test_matrix.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,46 @@
12361236
}
12371237
]
12381238
},
1239+
{
1240+
"builders": [
1241+
"vm-precomp-ffi-qemu-linux-release-arm"
1242+
],
1243+
"meta": {
1244+
"description": "This configuration is used for running FFI tests on qemu."
1245+
},
1246+
"steps": [
1247+
{
1248+
"name": "configure dart",
1249+
"script": "tools/gn.py",
1250+
"arguments": [
1251+
"--use-qemu"
1252+
]
1253+
},
1254+
{
1255+
"name": "build dart",
1256+
"script": "tools/build.py",
1257+
"arguments": [
1258+
"dart_precompiled_runtime",
1259+
"runtime_kernel"
1260+
]
1261+
},
1262+
{
1263+
"name": "build dart",
1264+
"script": "tools/build.py",
1265+
"arguments": [
1266+
"--arch=simarm_x64",
1267+
"gen_snapshot"
1268+
]
1269+
},
1270+
{
1271+
"name": "ffi tests",
1272+
"arguments": [
1273+
"-ndartkp-linux-${mode}-arm-qemu",
1274+
"ffi_2"
1275+
]
1276+
}
1277+
]
1278+
},
12391279
{
12401280
"builders": [
12411281
"vm-kernel-precomp-nnbd-linux-release-x64"

0 commit comments

Comments
 (0)