summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorSataQiu <1527062125@qq.com>2020-06-30 18:11:55 +0800
committerSataQiu <1527062125@qq.com>2020-06-30 18:11:55 +0800
commitf7a14ee23c8d30dddbaa70683e8e289038fb4d50 (patch)
tree681e66aba0083a1560cde8bf38892fb6c217c872 /contributors
parent895c3b38c69a47c6f8f27ed03f79c0ef4a515d2b (diff)
remove planter from bazel.md
Signed-off-by: SataQiu <1527062125@qq.com>
Diffstat (limited to 'contributors')
-rw-r--r--contributors/devel/sig-testing/bazel.md11
1 files changed, 0 insertions, 11 deletions
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: