From af02ccae834fa640403e115e9f87aadd3c9d76cd Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Thu, 9 Aug 2018 11:50:36 +0000 Subject: [PATCH] [infra] Fix filesets for new vm-kernel-precomp builders TBR=whesse@google.com Change-Id: I81a836d532a355db5e3a74a244af71605e0c04c3 Reviewed-on: https://dart-review.googlesource.com/69102 Reviewed-by: William Hesse Reviewed-by: Alexander Thomas --- tools/bots/test_matrix.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index af49e3c9a8a..2cb801cf42f 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -94,6 +94,7 @@ "out/DebugSIMARM64/", "out/DebugSIMDBC64/", "out/DebugX64/", + "out/ProductX64/", "out/ReleaseIA32/", "out/ReleaseSIMARM/", "out/ReleaseSIMARM64/", @@ -102,6 +103,7 @@ "xcodebuild/DebugIA32/", "xcodebuild/DebugX64/", "xcodebuild/ReleaseIA32/", + "xcodebuild/ReleaseSIMARM64/", "xcodebuild/ReleaseX64/", "samples/", "samples-dev/",