Skip to content

Commit 723a80a

Browse files
authored
ci: don't run minimum bazel version tests as part of bazel downstream… (#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
1 parent 5b082bb commit 723a80a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ buildifier:
2222
# For testing minimum supported version.
2323
# NOTE: Keep in sync with //:version.bzl
2424
bazel: 5.4.0
25+
skip_in_bazel_downstream_pipeline: "Bazel 5 required"
2526
.minimum_supported_bzlmod_version: &minimum_supported_bzlmod_version
2627
bazel: 6.2.0 # test minimum supported version of bazel for bzlmod tests
2728
.reusable_config: &reusable_config

0 commit comments

Comments
 (0)