Skip to content

Commit 9b63950

Browse files
committed
remove disable_docs config from presubmit; target_compatible_with skips docs instead now
1 parent f2cf35c commit 9b63950

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.bazelci/presubmit.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,6 @@ buildifier:
4040
- "..."
4141
test_flags:
4242
- "--test_tag_filters=-integration-test"
43-
.disable_docs: &disable_docs
44-
build_targets:
45-
- "--"
46-
- "..."
47-
# As a regression test for #225, check that wheel targets still build when
48-
# their package path is qualified with the repo name.
49-
- "@rules_python//examples/wheel/..."
50-
- "-//sphinxdocs/..."
51-
- "-//docs/..."
52-
test_targets:
53-
- "--"
54-
- "..."
55-
- "-//sphinxdocs/..."
56-
- "-//docs/..."
5743
.common_workspace_flags_min_bazel: &common_workspace_flags_min_bazel
5844
build_flags:
5945
- "--noenable_bzlmod"
@@ -145,18 +131,18 @@ tasks:
145131
platform: ubuntu2004
146132
bazel: last_rc
147133
ubuntu_workspace:
148-
<<: *disable_docs
134+
<<: *reusable_config
149135
<<: *common_workspace_flags
150136
name: "Default: Ubuntu, workspace"
151137
platform: ubuntu2004
152138
mac_workspace:
153-
<<: *disable_docs
139+
<<: *reusable_config
154140
<<: *common_workspace_flags
155141
name: "Default: Mac, workspace"
156142
platform: macos
157143
windows_workspace:
158144
<<: *reusable_config
159-
<<: *common_workspace_flags_min_bazel
145+
<<: *common_workspace_flags
160146
name: "Default: Windows, workspace"
161147
platform: windows
162148

0 commit comments

Comments
 (0)