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",