Skip to content

Commit

Permalink
ci: don't run minimum bazel version tests as part of bazel downstream… (
Browse files Browse the repository at this point in the history
#1522)

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
  • Loading branch information
rickeylev authored Oct 30, 2023
1 parent 5b082bb commit 723a80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 723a80a

Please sign in to comment.