Skip to content

Commit 09acaaa

Browse files
authored
chore: update rbe ci config to 8.x (#3548)
There's two RBE configs: minimum, and current bazel. Both were testing 7.x, so upgrade the current one to 8.x
1 parent 717b943 commit 09acaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ tasks:
282282
platform: rbe_ubuntu2204
283283
# TODO @aignas 2024-12-11: get the RBE working in CI for bazel 8.0
284284
# See https://github.com/bazelbuild/rules_python/issues/2499
285-
bazel: 7.x
285+
bazel: 8.x
286286
test_flags:
287287
- "--test_tag_filters=-integration-test,-acceptance-test"
288288
- "--extra_toolchains=@buildkite_config//config:cc-toolchain"

0 commit comments

Comments
 (0)