From 3dd9e816a45265c421957b894191f2631bd2f6b0 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Mon, 30 Oct 2023 14:43:24 -0700 Subject: [PATCH] ci: don't run minimum bazel version tests as part of bazel downstream tests The Bazel downstream tests will use Bazel built at head, but the tests checking for support with the minimum Bazel version are specifically intended to only run with an older Bazel version. Work towards #1520 --- .bazelci/presubmit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 491c685599..f21c423aa4 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -22,6 +22,7 @@ buildifier: # For testing minimum supported version. # NOTE: Keep in sync with //:version.bzl bazel: 5.4.0 + skip_in_bazel_downstream_pipeline: "Bazel 5 required" .minimum_supported_bzlmod_version: &minimum_supported_bzlmod_version bazel: 6.2.0 # test minimum supported version of bazel for bzlmod tests .reusable_config: &reusable_config