Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c37ba22

Browse filesBrowse files
author
Jonathon Belotti
authored
now past Bazel 0.29 so can go back to using '...' in CI for build_targets list (bazel-contrib#424)
1 parent c30e05e commit c37ba22
Copy full SHA for c37ba22

File tree

1 file changed

+1
-11
lines changed
Filter options

1 file changed

+1
-11
lines changed

‎.bazelci/presubmit.yml

Copy file name to clipboardExpand all lines: .bazelci/presubmit.yml
+1-11Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
# We exclude docs/ from build_targets. Since we can't blacklist specific target
2-
# patterns (bazelbuild/continuous-integration#779), we have to explicitly
3-
# list every other top-level package in build_targets.
4-
# TODO(#144): When Bazel 0.29 is released, the docgen workflow will work, and
5-
# we can go back to using `...` for build_targets.
61
---
72
buildifier:
83
version: latest
94
warnings: "all"
105
all_targets: &all_targets
116
build_targets:
12-
- "//examples/..."
13-
- "//experimental/..."
14-
- "//packaging/..."
15-
- "//python/..."
16-
- "//tests/..."
17-
- "//tools/..."
7+
- "..."
188
# As a regression test for #225, check that wheel targets still build when
199
# their package path is qualified with the repo name.
2010
- "@rules_python//examples/wheel/..."

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.