From 554e5660b7fe7f3a1d5a7403de76c261c368c699 Mon Sep 17 00:00:00 2001 From: Ryan Macnak Date: Mon, 7 Feb 2022 19:02:46 +0000 Subject: [PATCH] [infra] Simply vm filesets. Listing each possible output directory separately doesn't reduce the amount copied to shards as there are no other files in "out" to skip. Change-Id: Ie55bb68d3ffe670d48eba5b03af2bc8ce7ce0dcc Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/231337 Reviewed-by: Alexander Thomas Commit-Queue: Ryan Macnak --- tools/bots/test_matrix.json | 83 ++----------------------------------- 1 file changed, 3 insertions(+), 80 deletions(-) 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/",