bazelbuild / bazelbuild/continuous-integration
Provide a way to exclude specific target patterns from `build_targets`
Open
- Dominant language
- Python
- Stars
- 302
- Forks
- 194
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 41
Description
I'd like to exclude my docs/ directory from `build_targets` because it depends on an unreleased bazel version to build (i.e., regenerate the documentation) successfully. Until that newer bazel is out I'm just relying on the custom bazel on my workstation and there's nothing for CI to check.
At the moment this means changing my `presubmit.yml` so instead of `build_targets` being `...` it enumerates every top-level directory *besides* docs/, which is error-prone.
Contributor guide
Assessment
This issue has not been assessed yet.