Skip to content

Commit

Permalink
[infra] Remove linux SDK builder test matrix entry.
Browse files Browse the repository at this point in the history
Both the production and try builders for the Linux SDK have been
migrated to the new recipe that doesn't use the test matrix.

The tools/bots/dart_sdk.py script is is no longer use and is removed.

Bug: b/253079985
Change-Id: I85a122b6165858b3dd43e7a1baad1dcd23f32ecb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/265341
Reviewed-by: Alexander Thomas <[email protected]>
Commit-Queue: Jonas Termansen <[email protected]>
  • Loading branch information
sortie authored and Commit Queue committed Oct 28, 2022
1 parent a9a915e commit 7edc7a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 306 deletions.
261 changes: 0 additions & 261 deletions tools/bots/dart_sdk.py

This file was deleted.

45 changes: 0 additions & 45 deletions tools/bots/test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -3149,51 +3149,6 @@
}
]
},
{
"builders": [
"dart-sdk-linux"
],
"meta": {
"description": "This configuration is used by the linux sdk builder. The difference between this configuration and the other sdk builder configurations is that this one also generates the api docs."
},
"steps": [
{
"name": "build dart (clang builds)",
"script": "tools/build.py",
"arguments": [
"--arch=ia32,x64,arm,arm64",
"--mode=release",
"--check-clean",
"create_sdk"
]
},
{
"name": "build dart (gcc builds)",
"script": "tools/build.py",
"arguments": [
"--no-clang",
"--arch=riscv64",
"--mode=release",
"--check-clean",
"create_sdk"
]
},
{
"name": "upload sdk",
"script": "tools/bots/dart_sdk.py",
"arguments": [
"--arch=ia32,x64,arm,arm64,riscv64"
]
},
{
"name": "build api docs",
"script": "tools/bots/dart_sdk.py",
"arguments": [
"api_docs"
]
}
]
},
{
"builders": [
"debianpackage-linux"
Expand Down

0 comments on commit 7edc7a6

Please sign in to comment.