infra: Also automatically run win-swangle-try-tot-swiftshader-x64

Bug: b/256820374
Change-Id: I107e945f67618d2c43f82683d3074c7280d7cde0
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/69452
Tested-by: Nicolas Capens <nicolascapens@google.com>
Kokoro-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Alexis Hétu <sugoi@google.com>
diff --git a/infra/config/generated/commit-queue.cfg b/infra/config/generated/commit-queue.cfg
index 95b89c5..cae8410 100644
--- a/infra/config/generated/commit-queue.cfg
+++ b/infra/config/generated/commit-queue.cfg
@@ -28,6 +28,12 @@
         mode_allowlist: "NEW_PATCHSET_RUN"
       }
       builders {
+        name: "chromium/try/win-swangle-try-tot-swiftshader-x64"
+        mode_allowlist: "DRY_RUN"
+        mode_allowlist: "FULL_RUN"
+        mode_allowlist: "NEW_PATCHSET_RUN"
+      }
+      builders {
         name: "chromium/try/win-swangle-try-tot-swiftshader-x86"
         mode_allowlist: "DRY_RUN"
         mode_allowlist: "FULL_RUN"
diff --git a/infra/config/main.star b/infra/config/main.star
index 6270079..4e04f33 100755
--- a/infra/config/main.star
+++ b/infra/config/main.star
@@ -45,6 +45,10 @@
             builder = "chromium:try/win-swangle-try-tot-swiftshader-x86",
             mode_allowlist = [cq.MODE_DRY_RUN, cq.MODE_FULL_RUN, cq.MODE_NEW_PATCHSET_RUN],
         ),
+        luci.cq_tryjob_verifier(
+            builder = "chromium:try/win-swangle-try-tot-swiftshader-x64",
+            mode_allowlist = [cq.MODE_DRY_RUN, cq.MODE_FULL_RUN, cq.MODE_NEW_PATCHSET_RUN],
+        ),
     ],
 )