Remove dawn-cq-linux-x64-rel from CQ

Temporarily removes the recently added dawn-cq-linux-x64-rel from the
Dawn CQ. There is currently a bug in the recipe that is causing test
failures to not surface as build failures. The CI equivalent should
currently be red, so we need to remove this from the CQ until the
recipe is fixed and the CI builder is green.

Bug: 385317083
Change-Id: I063a1c48d82be88daaaa81455da0cd9c30752d6c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/257674
Auto-Submit: Brian Sheedy <bsheedy@google.com>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
diff --git a/infra/config/global/generated/luci/commit-queue.cfg b/infra/config/global/generated/luci/commit-queue.cfg
index a1eaafb..48c332b 100644
--- a/infra/config/global/generated/luci/commit-queue.cfg
+++ b/infra/config/global/generated/luci/commit-queue.cfg
@@ -435,50 +435,8 @@
       }
       builders {
         name: "dawn/try/dawn-cq-linux-x64-rel"
+        includable_only: true
         disable_reuse_footers: "Include-Ci-Only-Tests"
-        location_filters {
-          gerrit_host_regexp: ".*"
-          gerrit_project_regexp: ".*"
-          gerrit_ref_regexp: ".*"
-          path_regexp: "webgpu-cts/[^/]*expectations.txt"
-          exclude: true
-        }
-        location_filters {
-          gerrit_host_regexp: ".*"
-          gerrit_project_regexp: ".*"
-          gerrit_ref_regexp: ".*"
-          path_regexp: "tools/src/.+"
-          exclude: true
-        }
-        location_filters {
-          gerrit_host_regexp: ".*"
-          gerrit_project_regexp: ".*"
-          gerrit_ref_regexp: ".*"
-          path_regexp: "go\\.(mod|sum)"
-          exclude: true
-        }
-        location_filters {
-          gerrit_host_regexp: ".*"
-          gerrit_project_regexp: ".*"
-          gerrit_ref_regexp: ".*"
-          path_regexp: "test/tint/.+"
-          exclude: true
-        }
-        location_filters {
-          gerrit_host_regexp: ".*"
-          gerrit_project_regexp: ".*"
-          gerrit_ref_regexp: ".*"
-          path_regexp: "infra/config/.+"
-          exclude: true
-        }
-        location_filters {
-          gerrit_host_regexp: ".*"
-          gerrit_project_regexp: ".*"
-          gerrit_ref_regexp: ".*"
-          path_regexp: "infra/config/generated/builders/try/dawn-cq-linux-x64-rel/.+"
-        }
-        mode_allowlist: "DRY_RUN"
-        mode_allowlist: "FULL_RUN"
       }
       builders {
         name: "dawn/try/dawn-try-linux-x64-sws-rel"
diff --git a/infra/config/global/generated/luci/cr-buildbucket.cfg b/infra/config/global/generated/luci/cr-buildbucket.cfg
index e873a6b..d0b532b 100644
--- a/infra/config/global/generated/luci/cr-buildbucket.cfg
+++ b/infra/config/global/generated/luci/cr-buildbucket.cfg
@@ -2619,10 +2619,6 @@
         '      ]'
         '    }'
         '  },'
-        '  "$build/flakiness": {'
-        '    "check_for_flakiness": true,'
-        '    "check_for_flakiness_with_resultdb": true'
-        '  },'
         '  "$build/siso": {'
         '    "configs": ['
         '      "builder"'
@@ -2636,7 +2632,6 @@
         '    "remote_jobs": 250'
         '  },'
         '  "builder_group": "try",'
-        '  "cq": "path-based",'
         '  "recipe": "dawn/gn_v2_trybot"'
         '}'
       build_numbers: YES
diff --git a/infra/config/global/gn_standalone_try.star b/infra/config/global/gn_standalone_try.star
index 3fa6ccd..8cb831f 100644
--- a/infra/config/global/gn_standalone_try.star
+++ b/infra/config/global/gn_standalone_try.star
@@ -30,7 +30,7 @@
 load("@chromium-luci//builders.star", "os")
 load("@chromium-luci//try.star", "try_")
 load("//constants.star", "siso")
-load("//location_filters.star", "exclusion_filters")
+# load("//location_filters.star", "exclusion_filters")
 
 try_.defaults.set(
     executable = "recipe:dawn/gn_v2_trybot",
@@ -60,9 +60,11 @@
         "ci/dawn-linux-x64-sws-rel",
     ],
     gn_args = "ci/dawn-linux-x64-builder-rel",
-    tryjob = try_.job(
-        location_filters = exclusion_filters.gn_clang_cq_file_exclusions,
-    ),
+    # TODO(crbug.com/385317083): Re-add this to the CQ after the recipe is
+    # fixed to properly surface failures and the CI builder is green.
+    # tryjob = try_.job(
+    #     location_filters = exclusion_filters.gn_clang_cq_file_exclusions,
+    # ),
 )
 
 # Manual trybots