Merge pull request #106099 from BenTheElder/bazel-linger-no-more

cleanup lingering bazel related scripts/references
This commit is contained in:
Kubernetes Prow Robot
2021-11-02 18:00:27 -07:00
committed by GitHub
5 changed files with 0 additions and 100 deletions

View File

@@ -26,9 +26,6 @@ CLEAN_PATTERNS=(
"doc_tmp"
"((?!staging\/src\/k8s\.io\/apiextensions-apiserver\/pkg\/generated\/openapi).)*/zz_generated.openapi.go"
"test/e2e/generated/bindata.go"
# TODO(bentheelder): remove this pattern after bazel is not in any supported releases
# see: https://github.com/kubernetes/enhancements/issues/2420
"bazel-.*"
)
for pattern in "${CLEAN_PATTERNS[@]}"; do

View File

@@ -37,7 +37,6 @@ kube::test::find_dirs() {
find -L . -not \( \
\( \
-path './_artifacts/*' \
-o -path './bazel-*/*' \
-o -path './_output/*' \
-o -path './_gopath/*' \
-o -path './cmd/kubeadm/test/*' \

View File

@@ -52,7 +52,6 @@ BASH_TARGETS="
update-generated-docs
update-generated-swagger-docs
update-openapi-spec
update-bazel
update-gofmt"
for t in ${BASH_TARGETS}; do