diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index f1dcf06f856..37803b4ed19 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -235,22 +235,7 @@ ], "fuzzer": [ "runtime/tools/dartfuzz/", - "out/DebugIA32/", - "out/DebugSIMARM/", - "out/DebugSIMARM64/", - "out/DebugSIMARM64C/", - "out/DebugSIMRISCV32/", - "out/DebugSIMRISCV64/", - "out/DebugX64/", - "out/DebugX64C/", - "out/ReleaseIA32/", - "out/ReleaseSIMARM/", - "out/ReleaseSIMARM64/", - "out/ReleaseSIMARM64C/", - "out/ReleaseSIMRISCV32/", - "out/ReleaseSIMRISCV64/", - "out/ReleaseX64/", - "out/ReleaseX64C/", + "out/", "third_party/pkg/", "third_party/pkg_tested/", "tools/sdks/dart-sdk/", @@ -271,70 +256,8 @@ ], "vm-kernel": [ "benchmarks/", - "out/DebugIA32/", - "out/DebugX64/", - "out/DebugX64C/", - "out/DebugSIMARM/", - "out/DebugSIMARM64/", - "out/DebugSIMARM64C/", - "out/DebugSIMARM_X64/", - "out/DebugSIMRISCV32/", - "out/DebugSIMRISCV64/", - "out/DebugAndroidARM/", - "out/DebugAndroidARM_X64/", - "out/DebugAndroidARM64/", - "out/DebugAndroidARM64C/", - "out/ReleaseIA32/", - "out/ReleaseX64/", - "out/ReleaseX64C/", - "out/ReleaseSIMARM/", - "out/ReleaseSIMARM64/", - "out/ReleaseSIMARM64C/", - "out/ReleaseSIMARM_X64/", - "out/ReleaseSIMRISCV32/", - "out/ReleaseSIMRISCV64/", - "out/ReleaseAndroidARM/", - "out/ReleaseAndroidARM_X64/", - "out/ReleaseAndroidARM64/", - "out/ReleaseAndroidARM64C/", - "out/ReleaseASANX64/", - "out/ReleaseLSANX64/", - "out/ReleaseMSANX64/", - "out/ReleaseTSANX64/", - "out/ReleaseUBSANX64/", - "out/ReleaseXARM64/", - "out/ProductIA32/", - "out/ProductX64/", - "out/ProductX64C/", - "out/ProductSIMARM/", - "out/ProductSIMARM64/", - "out/ProductSIMARM64C/", - "out/ProductSIMARM_X64/", - "out/ProductSIMRISCV32/", - "out/ProductSIMRISCV64/", - "out/ProductAndroidARM/", - "out/ProductAndroidARM64/", - "out/ProductAndroidARM64C/", - "xcodebuild/DebugIA32/", - "xcodebuild/DebugSIMARM/", - "xcodebuild/DebugSIMARM64/", - "xcodebuild/DebugSIMARM64C/", - "xcodebuild/DebugX64/", - "xcodebuild/DebugX64C/", - "xcodebuild/DebugXARM64/", - "xcodebuild/DebugARM64/", - "xcodebuild/ProductX64/", - "xcodebuild/ProductX64C/", - "xcodebuild/ProductXARM64/", - "xcodebuild/ProductARM64/", - "xcodebuild/ReleaseIA32/", - "xcodebuild/ReleaseSIMARM/", - "xcodebuild/ReleaseSIMARM64/", - "xcodebuild/ReleaseSIMARM64C/", - "xcodebuild/ReleaseX64/", - "xcodebuild/ReleaseX64C/", - "xcodebuild/ReleaseXARM64/", - "xcodebuild/ReleaseARM64/", + "out/", + "xcodebuild/", "pkg/", "samples/", "samples_2/",