Skip to content

Commit d19617f

Browse files
committed
[infra] Remove ABI builder from the test matrix
This is no longer a feature we plan to support. Change-Id: Ie916f3bbb0313c98863e360472f126c24340013d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156026 Reviewed-by: William Hesse <[email protected]>
1 parent 251c3d7 commit d19617f

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

tools/bots/test_matrix.json

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -913,9 +913,6 @@
913913
]
914914
}
915915
},
916-
"dartkb-abi-linux-release-x64": {
917-
"__comment__": "This configuration is only used for a custom test runner. If it conflicts with a new configuration you are adding, you can make this configuration more specific by adding options."
918-
},
919916
"dartdevk-checked-(linux|mac|win)-(debug|product|release)-(chrome|firefox)": {
920917
"options": {
921918
"checked": true,
@@ -3441,30 +3438,6 @@
34413438
}
34423439
]
34433440
},
3444-
{
3445-
"builders": [
3446-
"vm-dartkb-linux-release-x64-abi"
3447-
],
3448-
"meta": {
3449-
"description": "This configuration runs tests for each supported ABI version."
3450-
},
3451-
"steps": [
3452-
{
3453-
"name": "build dart",
3454-
"script": "tools/build.py",
3455-
"arguments": [
3456-
"--bytecode",
3457-
"create_sdk_with_abi_versions"
3458-
]
3459-
},
3460-
{
3461-
"name": "run tests",
3462-
"script": "tools/run_abi_tests.py",
3463-
"testRunner": true,
3464-
"arguments": ["-ndartkb-abi-linux-release-x64"]
3465-
}
3466-
]
3467-
},
34683441
{
34693442
"builders": [
34703443
"vm-kernel-precomp-linux-debug-simarm_x64",

0 commit comments

Comments
 (0)