From 3159149d46f129cd1cf13201c4a94cc56c7cc1da Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Sat, 20 Jun 2026 03:20:06 +0000 Subject: [PATCH] Enable bazel-diff in CI configs We set USE_BAZEL_DIFF=1 in the reusable task configuration to activate bazel-diff target filtering in our CI pipelines. --- .bazelci/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 6366741313..2cac5b961e 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -25,6 +25,8 @@ buildifier: bazel: 7.x skip_in_bazel_downstream_pipeline: "Bazel 7 required" .reusable_config: &reusable_config + environment: + USE_BAZEL_DIFF: "1" build_targets: - "--" - "..."