File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
1
bcr_test_module :
2
2
module_path : ' e2e/smoke'
3
3
matrix :
4
- bazel : ['7.x', '6.x']
4
+ # TODO: e2e/smoke broken with bazel6
5
+ bazel : ['8.x', '7.x']
5
6
platform : ['debian10', 'macos', 'ubuntu2004', 'windows']
6
7
tasks :
7
8
run_tests :
Original file line number Diff line number Diff line change @@ -94,37 +94,39 @@ jobs:
94
94
- bazel-version :
95
95
major : 6
96
96
bzlmod : 0
97
- # Don't run tests with Bazel 8 by default
97
+ # Don't test non-bzlmod with Bazel 8 where only modern bzlmod should be used
98
98
- bazel-version :
99
99
major : 8
100
+ bzlmod : 0
100
101
# Don't test root workspace with non-bzlmod
101
102
- bzlmod : 0
102
103
folder : .
103
- # e2e/smoke broken with bazel6
104
+ # TODO: e2e/smoke broken with bazel6
104
105
- bazel-version :
105
106
major : 6
106
107
folder : e2e/smoke
107
- bzlmod : 1
108
+ # TODO: broken on bazel 8
109
+ - bazel-version :
110
+ major : 8
111
+ folder : e2e/external_dep
112
+ # TODO: broken on bazel 8
113
+ - bazel-version :
114
+ major : 8
115
+ folder : e2e/external_dep/app
108
116
# Disable some broken tests on Windows
109
117
- os : windows
110
118
folder : .
111
119
- os : windows
112
120
folder : e2e/worker
113
121
include :
122
+ # Additional docs tests
114
123
- bazel-version :
115
124
major : 7
116
125
version : 7.3.2
117
126
bzlmod : 1
118
127
folder : docs
119
128
os : ubuntu
120
129
121
- # Include only unit tests with bazel8
122
- - bazel-version :
123
- major : 8
124
- bzlmod : 1
125
- folder : .
126
- os : ubuntu
127
-
128
130
# Steps represent a sequence of tasks that will be executed as part of the job
129
131
steps :
130
132
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
You can’t perform that action at this time.
0 commit comments