Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
# We exclude docs/ from build_targets. Since we can't blacklist specific target
# patterns (bazelbuild/continuous-integration#779), we have to explicitly
# list every other top-level package in build_targets.
# TODO(#144): When Bazel 0.29 is released, the docgen workflow will work, and
# we can go back to using `...` for build_targets.
---
buildifier:
version: latest
warnings: "all"
all_targets: &all_targets
build_targets:
- "//examples/..."
- "//experimental/..."
- "//packaging/..."
- "//python/..."
- "//tests/..."
- "//tools/..."
- "..."
# As a regression test for #225, check that wheel targets still build when
# their package path is qualified with the repo name.
- "@rules_python//examples/wheel/..."
Expand Down