File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 98
98
- bazel-version :
99
99
major : 6
100
100
config : rbe
101
+ # Dont' test root workspace with Bazel 6 to reduce the size of the test matrix
101
102
- bazel-version :
102
103
major : 6
103
104
folder : .
@@ -189,8 +190,8 @@ jobs:
189
190
--bazelrc=${GITHUB_WORKSPACE//\\/\/}/.github/workflows/ci.bazelrc \
190
191
test \
191
192
--config=${{ matrix.config }} \
192
- --test_tag_filters=-skip-on-${{ matrix.config }},-skip-on-bazel${{ matrix.bazel-version.major }} \
193
- --build_tag_filters=-skip-on-${{ matrix.config }},-skip-on-bazel${{ matrix.bazel-version.major }} \
193
+ --test_tag_filters=-skip-on-${{ matrix.config }},-skip-on-bazel${{ matrix.bazel-version.major }},-skip-on-bzlmod-${{ matrix.bzlmod }} \
194
+ --build_tag_filters=-skip-on-${{ matrix.config }},-skip-on-bazel${{ matrix.bazel-version.major }},-skip-on-bzlmod-${{ matrix.bzlmod }} \
194
195
--enable_bzlmod=${{ matrix.bzlmod }} \
195
196
//...
196
197
env :
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ stardoc_with_diff_test(
7
7
bzl_library_target = "//ts:defs" ,
8
8
tags = [
9
9
"skip-on-bazel6" ,
10
+ "skip-on-bzlmod-0" ,
10
11
"skip-on-rbe" ,
11
12
],
12
13
)
@@ -16,6 +17,7 @@ stardoc_with_diff_test(
16
17
bzl_library_target = "//ts:proto" ,
17
18
tags = [
18
19
"skip-on-bazel6" ,
20
+ "skip-on-bzlmod-0" ,
19
21
"skip-on-rbe" ,
20
22
],
21
23
)
@@ -26,6 +28,7 @@ stardoc_with_diff_test(
26
28
symbol_names = ["rules_ts_dependencies" ],
27
29
tags = [
28
30
"skip-on-bazel6" ,
31
+ "skip-on-bzlmod-0" ,
29
32
"skip-on-rbe" ,
30
33
],
31
34
)
@@ -34,6 +37,7 @@ update_docs(
34
37
name = "update" ,
35
38
tags = [
36
39
"skip-on-bazel6" ,
40
+ "skip-on-bzlmod-0" ,
37
41
"skip-on-rbe" ,
38
42
],
39
43
)
You can’t perform that action at this time.
0 commit comments