[infra] Add more sanitizer configurations.

Change-Id: I58b170359fc76c31b408b05c77a7a1d5ae9bcf2a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/451121
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json
index 91c117c..c14ec23 100644
--- a/tools/bots/test_matrix.json
+++ b/tools/bots/test_matrix.json
@@ -1440,12 +1440,17 @@
     {
       "builders": [
         "vm-asan-linux-release-x64",
+        "vm-asan-mac-release-arm64",
         "vm-asan-mac-release-x64",
         "vm-asan-win-release-x64",
         "vm-msan-linux-release-x64",
         "vm-tsan-linux-release-x64",
         "vm-tsan-mac-release-arm64",
-        "vm-ubsan-linux-release-x64"
+        "vm-tsan-mac-release-x64",
+        "vm-ubsan-linux-release-x64",
+        "vm-ubsan-mac-release-arm64",
+        "vm-ubsan-mac-release-x64",
+        "vm-ubsan-win-release-x64"
       ],
       "meta": {
         "description": "This configuration is used by the sanitizers (high capacity machine pools)."