Skip to content

Commit 70c9ffa

Browse files
committed
ci: enable e2e/smoke on bazel6
1 parent e66cabd commit 70c9ffa

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bcr_test_module:
22
module_path: 'e2e/smoke'
33
matrix:
4-
bazel: ['7.x', '6.x']
4+
bazel: ['8.x', '7.x']
55
platform: ['debian10', 'macos', 'ubuntu2004', 'windows']
66
tasks:
77
run_tests:

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ jobs:
8686
bazel-version:
8787
major: 7
8888
bzlmod: 1
89-
# Don't test root workspace with Bazel 6 to reduce the size of the test matrix
90-
- bazel-version:
91-
major: 6
92-
folder: .
9389
# Don't test non-bzlmod with Bazel 6 to reduce the size of the test matrix
9490
- bazel-version:
9591
major: 6
@@ -100,7 +96,7 @@ jobs:
10096
# Don't test root workspace with non-bzlmod
10197
- bzlmod: 0
10298
folder: .
103-
# e2e/smoke broken with bazel6
99+
# e2e/smoke broken with bazel6 bzlmod
104100
- bazel-version:
105101
major: 6
106102
folder: e2e/smoke

0 commit comments

Comments
 (0)