From d19617f513c8962526cd0bb21efa155caa1bcfbe Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Tue, 28 Jul 2020 09:09:45 +0000 Subject: [PATCH] [infra] Remove ABI builder from the test matrix This is no longer a feature we plan to support. Change-Id: Ie916f3bbb0313c98863e360472f126c24340013d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156026 Reviewed-by: William Hesse --- tools/bots/test_matrix.json | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 420e358ce4c..722db04b77c 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -913,9 +913,6 @@ ] } }, - "dartkb-abi-linux-release-x64": { - "__comment__": "This configuration is only used for a custom test runner. If it conflicts with a new configuration you are adding, you can make this configuration more specific by adding options." - }, "dartdevk-checked-(linux|mac|win)-(debug|product|release)-(chrome|firefox)": { "options": { "checked": true, @@ -3441,30 +3438,6 @@ } ] }, - { - "builders": [ - "vm-dartkb-linux-release-x64-abi" - ], - "meta": { - "description": "This configuration runs tests for each supported ABI version." - }, - "steps": [ - { - "name": "build dart", - "script": "tools/build.py", - "arguments": [ - "--bytecode", - "create_sdk_with_abi_versions" - ] - }, - { - "name": "run tests", - "script": "tools/run_abi_tests.py", - "testRunner": true, - "arguments": ["-ndartkb-abi-linux-release-x64"] - } - ] - }, { "builders": [ "vm-kernel-precomp-linux-debug-simarm_x64",