docs: remove deprecated kubetest instructions from conformance-tests.md - #9140
magic-peach wants to merge 1 commit into
Conversation
kubetest has been deprecated since July 2020 in favor of kubetest2, but this doc still documented it as a supported way to run conformance tests, including a go get command for a repo path that's now maintenance-only. Removed the section and updated the one remaining prose reference to it to be tool-agnostic instead. The KinD section right above it already documents a current, working way to run these tests directly against e2e.test.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: magic-peach The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @magic-peach. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
|
@skitt: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This removes the "Running Conformance Tests With kubetest" section from
conformance-tests.md. kubetest has been deprecated since July 2020 in favor of kubetest2 (see the deprecation notice at the top ofkubernetes/test-infra/kubetest/README.md), and is in maintenance mode only, so this doc was pointing contributors at ago getcommand for a tool the project no longer wants new users adopting.The KinD section immediately above the removed one already documents a current, working way to run conformance tests directly against
e2e.test, so no replacement instructions were needed. Also updated one remaining prose reference totest-infra/kubetestin the "Running Conformance Tests" intro to be tool-agnostic instead of naming a tool that's now defunct.