Skip to content

Commit d07c0cd

Browse files
alexmarkovCommit Queue
authored andcommitted
[dyn_modules] Add vm-dyn-linux-debug-x64 builder
Change-Id: I53b631931b600c1c22ee538a70b30b5ec9263d1c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/426520 Reviewed-by: Sigmund Cherem <[email protected]> Commit-Queue: Alexander Markov <[email protected]>
1 parent e98a2af commit d07c0cd

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tools/bots/test_matrix.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,6 +1328,36 @@
13281328
}
13291329
]
13301330
},
1331+
{
1332+
"builders": [
1333+
"vm-dyn-linux-debug-x64"
1334+
],
1335+
"meta": {
1336+
"description": "This configuration is used by the dynamic modules VM JIT builders."
1337+
},
1338+
"steps": [
1339+
{
1340+
"name": "build dart",
1341+
"script": "tools/build.py",
1342+
"arguments": [
1343+
"--dart-dynamic-modules",
1344+
"runtime",
1345+
"runtime_precompiled",
1346+
"utils/gen_kernel"
1347+
]
1348+
},
1349+
{
1350+
"name": "vm tests",
1351+
"arguments": [
1352+
"-nvm-dyn-${system}-${mode}-${arch}",
1353+
"corelib",
1354+
"language"
1355+
],
1356+
"fileset": "vm",
1357+
"shards": 5
1358+
}
1359+
]
1360+
},
13311361
{
13321362
"builders": [
13331363
"vm-asan-linux-release-x64",

0 commit comments

Comments
 (0)