Skip to content

Commit 8023586

Browse files
committed
Fixup
1 parent 2348462 commit 8023586

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
- bazel-version:
9999
major: 6
100100
config: rbe
101+
# Dont' test root workspace with Bazel 6 to reduce the size of the test matrix
101102
- bazel-version:
102103
major: 6
103104
folder: .
@@ -189,8 +190,8 @@ jobs:
189190
--bazelrc=${GITHUB_WORKSPACE//\\/\/}/.github/workflows/ci.bazelrc \
190191
test \
191192
--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 }} \
194195
--enable_bzlmod=${{ matrix.bzlmod }} \
195196
//...
196197
env:

docs/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ stardoc_with_diff_test(
77
bzl_library_target = "//ts:defs",
88
tags = [
99
"skip-on-bazel6",
10+
"skip-on-bzlmod-0",
1011
"skip-on-rbe",
1112
],
1213
)
@@ -16,6 +17,7 @@ stardoc_with_diff_test(
1617
bzl_library_target = "//ts:proto",
1718
tags = [
1819
"skip-on-bazel6",
20+
"skip-on-bzlmod-0",
1921
"skip-on-rbe",
2022
],
2123
)
@@ -26,6 +28,7 @@ stardoc_with_diff_test(
2628
symbol_names = ["rules_ts_dependencies"],
2729
tags = [
2830
"skip-on-bazel6",
31+
"skip-on-bzlmod-0",
2932
"skip-on-rbe",
3033
],
3134
)
@@ -34,6 +37,7 @@ update_docs(
3437
name = "update",
3538
tags = [
3639
"skip-on-bazel6",
40+
"skip-on-bzlmod-0",
3741
"skip-on-rbe",
3842
],
3943
)

0 commit comments

Comments
 (0)