From e01f4a6eee07c97f5aceb694f0243d2e5f57cfe1 Mon Sep 17 00:00:00 2001 From: Jonathon Belotti Date: Tue, 2 Mar 2021 21:38:47 +1100 Subject: [PATCH] now past Bazel 0.29 so can go back to using '...' in CI for build_targets list --- .bazelci/presubmit.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 0d1b3c9983..95ab5ddfcf 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -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/..."