[infra] Increase Linux ARM64 testing to match Linux X64.
Making use of new capacity.
Also remove dead configuration for vm-checked-mac-release-arm64.
Change-Id: I3347d9ddf87e660ed00f7d88a91d058e78a0a564
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/445800
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json
index 1651a22..5c1f831 100644
--- a/tools/bots/test_matrix.json
+++ b/tools/bots/test_matrix.json
@@ -1612,31 +1612,6 @@
},
{
"builders": [
- "vm-checked-mac-release-arm64"
- ],
- "meta": {
- "description": "This configuration is for the VM in checked mode."
- },
- "steps": [
- {
- "name": "build dart",
- "script": "tools/build.py",
- "arguments": [
- "runtime"
- ]
- },
- {
- "name": "vm tests",
- "arguments": [
- "-nvm-checked-${system}-${mode}-${arch}"
- ],
- "fileset": "vm",
- "shards": 4
- }
- ]
- },
- {
- "builders": [
"vm-fuchsia-release-x64"
],
"meta": {
@@ -1722,7 +1697,10 @@
{
"name": "vm tests",
"arguments": [
- "-nvm-${system}-${mode}-${arch}"
+ "-nvm-${system}-${mode}-${arch}",
+ "--default-suites",
+ "co19",
+ "pkg/pkg/vm_service/"
],
"fileset": "vm",
"shards": 6
@@ -1749,7 +1727,10 @@
{
"name": "vm tests",
"arguments": [
- "-nvm-aot-${system}-${mode}-${arch}"
+ "-nvm-aot-${system}-${mode}-${arch}",
+ "--default-suites",
+ "co19",
+ "pkg/pkg/vm_service/"
],
"fileset": "vm",
"shards": 6