[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 <athom@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Ryan Macnak 2022-02-07 19:02:46 +00:00 committed by Commit Bot
parent ef4411b2ed
commit 554e5660b7

View file

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