[infra][bazel] Enable Tint bazel build bots on CQ These have been stable since launch, except for one flaky issue that has been fixed, so enabling them on CQ to catch breakages to the bazel build pre-commit. Bug: 525007136 Cq-Include-Trybots: luci.dawn.try:dawn-cq-linux-x64-bazel-dbg,dawn-cq-linux-x64-bazel-rel,dawn-cq-mac-arm64-bazel-dbg,dawn-cq-mac-arm64-bazel-rel Change-Id: Ie5dd979fbab2c7b15ce7fa3525d191a169fa4339 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/322375 Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@google.com>
diff --git a/infra/config/global/bazel_try.star b/infra/config/global/bazel_try.star index bd60657..d4a0ca7 100644 --- a/infra/config/global/bazel_try.star +++ b/infra/config/global/bazel_try.star
@@ -63,7 +63,7 @@ luci.cq_tryjob_verifier( cq_group = "Dawn-CQ", builder = "dawn:try/" + name, - experiment_percentage = 100, + experiment_percentage = 0, location_filters = inclusion_filters.bazel_cq_file_inclusions, )
diff --git a/infra/config/global/generated/luci/commit-queue.cfg b/infra/config/global/generated/luci/commit-queue.cfg index 04360eb..ad83f83 100644 --- a/infra/config/global/generated/luci/commit-queue.cfg +++ b/infra/config/global/generated/luci/commit-queue.cfg
@@ -343,7 +343,6 @@ } builders { name: "dawn/try/dawn-cq-linux-x64-bazel-dbg" - experiment_percentage: 100 location_filters { gerrit_host_regexp: ".*" gerrit_project_regexp: ".*" @@ -401,7 +400,6 @@ } builders { name: "dawn/try/dawn-cq-linux-x64-bazel-rel" - experiment_percentage: 100 location_filters { gerrit_host_regexp: ".*" gerrit_project_regexp: ".*" @@ -864,7 +862,6 @@ } builders { name: "dawn/try/dawn-cq-mac-arm64-bazel-dbg" - experiment_percentage: 100 location_filters { gerrit_host_regexp: ".*" gerrit_project_regexp: ".*" @@ -922,7 +919,6 @@ } builders { name: "dawn/try/dawn-cq-mac-arm64-bazel-rel" - experiment_percentage: 100 location_filters { gerrit_host_regexp: ".*" gerrit_project_regexp: ".*"