From f7a14ee23c8d30dddbaa70683e8e289038fb4d50 Mon Sep 17 00:00:00 2001 From: SataQiu <1527062125@qq.com> Date: Tue, 30 Jun 2020 18:11:55 +0800 Subject: remove planter from bazel.md Signed-off-by: SataQiu <1527062125@qq.com> --- contributors/devel/sig-testing/bazel.md | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'contributors') diff --git a/contributors/devel/sig-testing/bazel.md b/contributors/devel/sig-testing/bazel.md index e3bf35e9..76e4dadd 100644 --- a/contributors/devel/sig-testing/bazel.md +++ b/contributors/devel/sig-testing/bazel.md @@ -41,17 +41,6 @@ $ bazel test //pkg/kubectl/... [gazelle]: https://github.com/bazelbuild/rules_go/tree/master/go/tools/gazelle [bazel-python-faq]: https://github.com/bazelbuild/bazel/issues/7899 -## Planter -If you don't want to install Bazel, you can instead try using the unofficial -[Planter](https://git.k8s.io/test-infra/planter) tool, -which runs Bazel inside a Docker container. - -For example, you can run -```console -$ ../test-infra/planter/planter.sh make bazel-test -$ ../test-infra/planter/planter.sh bazel build //cmd/kubectl -``` - ## Continuous Integration There are several bazel CI jobs: -- cgit v1.2.3