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

Commit 23106da

Browse files
a-sivaathomas
authored andcommitted
[VM/Testing] - Added co19_2 tests to vm-precompiled-linux-release-x64 builds
Change-Id: I93b799c0c3db12a3e4755ee8c55006ec77855301 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/138052 Reviewed-by: Alexander Thomas <[email protected]>
1 parent 3d5fb65 commit 23106da

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

tools/bots/test_matrix.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,12 +1313,46 @@
13131313
}
13141314
]
13151315
},
1316+
{
1317+
"builders": [
1318+
"vm-kernel-precomp-linux-release-x64"
1319+
],
1320+
"meta": {
1321+
"description": "This configuration is used by the vm kernel precomp linux release builders. (includes co19_2 testing)"
1322+
},
1323+
"steps": [
1324+
{
1325+
"name": "build dart",
1326+
"script": "tools/build.py",
1327+
"arguments": [
1328+
"runtime_kernel",
1329+
"dart_precompiled_runtime"
1330+
]
1331+
},
1332+
{
1333+
"name": "vm tests",
1334+
"arguments": [
1335+
"-ndartkp-${system}-${mode}-${arch}"
1336+
],
1337+
"fileset": "vm-kernel",
1338+
"shards": 10
1339+
},
1340+
{
1341+
"name": "vm co19_2 tests",
1342+
"arguments": [
1343+
"-ndartkp-${system}-${mode}-${arch}",
1344+
"co19_2"
1345+
],
1346+
"fileset": "vm-kernel",
1347+
"shards": 10
1348+
}
1349+
]
1350+
},
13161351
{
13171352
"builders": [
13181353
"vm-kernel-precomp-linux-product-x64",
13191354
"vm-kernel-precomp-linux-release-simarm",
13201355
"vm-kernel-precomp-linux-release-simarm64",
1321-
"vm-kernel-precomp-linux-release-x64",
13221356
"vm-kernel-precomp-mac-release-simarm64",
13231357
"vm-kernel-precomp-win-release-x64"
13241358
],

0 commit comments

Comments
 (0)