Skip to content

Commit c37ba22

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

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.bazelci/presubmit.yml

Lines 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)