Skip to content

Commit 1e9ee57

Browse files
committed
[infra] Add initial VM NNBD builders to the test matrix.json
Change-Id: Idc5d0f38d69b91cb024d5346f5b1a70460459488 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128724 Reviewed-by: Siva Annamalai <asiva@google.com>
1 parent 2af5aec commit 1e9ee57

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

tools/bots/test_matrix.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,11 @@
448448
"use-elf": true
449449
}},
450450
"dartk-(linux|mac|win)-(debug|product|release)-(ia32|x64)": { },
451+
"dartk-weak-asserts-(linux|mac|win)-(debug|product|release)-x64": {
452+
"options": {
453+
"enable-experiment": ["non-nullable"],
454+
"enable-asserts": true
455+
}},
451456
"dartk-(linux|mac|win)-(debug|product|release)-(ia32|simarm|simarm64|x64)-ast": {
452457
"options": {
453458
"builder-tag": "ast",
@@ -1119,6 +1124,32 @@
11191124
}
11201125
]
11211126
},
1127+
{
1128+
"builders": [
1129+
"vm-kernel-nnbd-linux-release-x64",
1130+
"vm-kernel-nnbd-linux-debug-x64"
1131+
],
1132+
"meta": {
1133+
"description": "This configuration is for the VM nnbd builder group."
1134+
},
1135+
"steps": [
1136+
{
1137+
"name": "build dart",
1138+
"script": "tools/build.py",
1139+
"arguments": [
1140+
"--nnbd",
1141+
"create_sdk"
1142+
]
1143+
},
1144+
{
1145+
"name": "vm weak tests with asserts",
1146+
"arguments": [
1147+
"-ndartk-weak-asserts-${system}-${mode}-${arch}",
1148+
"language"
1149+
]
1150+
}
1151+
]
1152+
},
11221153
{
11231154
"builders": [
11241155
"vm-kernel-linux-product-x64",

0 commit comments

Comments
 (0)