Skip to content

Commit 4bd55ee

Browse files
authored
chore: upgrade CI from Bazel 5 to 6 (#122)
* chore: upgrade CI from Bazel 5 to 6 Builds started failing with Bazel 5, because rules_java dependencies were upgraded. * Update presubmit.yml * Update presubmit.yml * Update presubmit.yml * Update presubmit.yml * Update presubmit.yml
1 parent b8aac8f commit 4bd55ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.bazelci/presubmit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ tasks:
1212
- "--enable_workspace"
1313
test_targets:
1414
- "..."
15-
all_tests_workspace_5.x:
16-
name: Workspace (Bazel 5.x)
15+
all_tests_workspace_6.x:
16+
name: Workspace (Bazel 6.x)
1717
platform: ${{platform}}
1818
skip_in_bazel_downstream_pipeline: Already tested on latest
19-
bazel: "5.x"
19+
bazel: "6.x"
2020
test_flags:
21-
- "--noexperimental_enable_bzlmod"
21+
- "--noenable_bzlmod"
2222
test_targets:
23-
- "..."
23+
- "//tests/..."
2424
all_tests_bzlmod:
2525
name: Bzlmod
2626
platform: ${{platform}}

0 commit comments

Comments
 (0)