Skip to content

Commit 2a2e136

Browse files
authored
ci: start testing BCR tests with bazel 9 (#3443)
It seems that the CI is passing now with the latest bazel 9 release. Hence, start testing it in our CI and when submitting new versions to BCR. Fix #3392
1 parent 9559b20 commit 2a2e136

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.bazelci/presubmit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ matrix:
117117
- debian11
118118
- macos_arm64
119119
- windows
120-
bazel: [7.*, 8.*]
120+
bazel: [7.*, 8.*, 9.*]
121121

122122
tasks:
123123
# Keep in sync with .bcr/presubmit.yml
@@ -135,6 +135,7 @@ tasks:
135135
test_targets:
136136
- "//..."
137137

138+
# Keep in sync with .bcr/gazelle/presubmit.yml
138139
gazelle_bcr_ubuntu:
139140
<<: *gazelle_common_bcr
140141
name: "Gazelle: BCR, Bazel {bazel}"

.bcr/gazelle/presubmit.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ bcr_test_module:
2020
"macos",
2121
"ubuntu2204",
2222
]
23-
bazel: [
24-
7.*,
25-
8.*,
26-
]
23+
bazel: [7.*, 8.*, 9.*]
2724
tasks:
2825
run_tests:
2926
name: "Run test module"

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bcr_test_module:
1616
module_path: "examples/bzlmod"
1717
matrix:
1818
platform: ["debian11", "macos", "ubuntu2204", "windows"]
19-
bazel: [7.*, 8.*]
19+
bazel: [7.*, 8.*, 9.*]
2020
tasks:
2121
run_tests:
2222
name: "Run test module"

0 commit comments

Comments
 (0)