[infra] Remove win SDK builder test matrix entry.

Both the production and try builders for the Windows SDK have been
migrated to the new recipe that doesn't use the test matrix.

Bug: b/247507699
Change-Id: I7a603e716492ffa272a43eea959b721c8c4a8f1d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/259842
Commit-Queue: Jonas Termansen <sortie@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Jonas Termansen 2022-09-20 10:54:35 +00:00 committed by Commit Bot
parent 12756f55f3
commit 6622249c7f

View file

@ -3200,34 +3200,6 @@
}
]
},
{
"builders": [
"dart-sdk-win"
],
"meta": {
"description": "This configuration is used by the sdk-builders for Windows. It also adds CQ coverage for building on Windows."
},
"steps": [
{
"name": "build dart",
"script": "tools/build.py",
"arguments": [
"--arch=ia32,x64,arm64",
"--mode=release",
"--check-clean",
"create_sdk",
"runtime"
]
},
{
"name": "upload sdk",
"script": "tools/bots/dart_sdk.py",
"arguments": [
"--arch=ia32,x64,arm64"
]
}
]
},
{
"builders": [
"debianpackage-linux"