From befb2e2edfc02ca81bb820a243a51eab816fdf5a Mon Sep 17 00:00:00 2001 From: Ryan Macnak Date: Wed, 1 Mar 2023 19:02:53 +0000 Subject: [PATCH] [infra] Remove old configurations for Linux ARM64. Change-Id: I8b2941c43f142ccc02e316a5ecdac4ceb27e9b83 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/285381 Reviewed-by: Alexander Thomas Commit-Queue: Ryan Macnak --- tools/bots/test_matrix.json | 52 ------------------------------------- 1 file changed, 52 deletions(-) diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index a8ba64d30c2..0fa7a7cda71 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -2236,58 +2236,6 @@ } ] }, - { - "builders": [ - "cross-vm-linux-release-arm64" - ], - "meta": { - "description": "This configuration is for the cross arm builders." - }, - "steps": [ - { - "name": "build dart", - "script": "tools/build.py", - "arguments": [ - "runtime" - ] - }, - { - "name": "vm tests", - "arguments": [ - "-ndartk-${system}-${mode}-${arch}" - ], - "fileset": "vm-kernel", - "shards": 1 - } - ] - }, - { - "builders": [ - "cross-vm-precomp-linux-release-arm64" - ], - "meta": { - "description": "This configuration is for the cross arm AOT builders." - }, - "steps": [ - { - "name": "build dart", - "script": "tools/build.py", - "arguments": [ - "dart_precompiled_runtime", - "gen_snapshot", - "runtime" - ] - }, - { - "name": "vm tests", - "arguments": [ - "-ndartkp-${system}-${mode}-${arch}" - ], - "fileset": "vm-kernel", - "shards": 1 - } - ] - }, { "builders": [ "vm-appjit-linux-debug-x64",