replace e2e-runner with kubetest

This commit is contained in:
Sen Lu 2018-07-10 12:25:10 -07:00
parent 35b3e3cf65
commit 2a6c6d12a4
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ similarly enough to older versions. The general strategy is to cover the follow
same version (e.g. a cluster upgraded to v1.3 passes the same v1.3 tests as
a newly-created v1.3 cluster).
[hack/e2e-runner.sh](https://git.k8s.io/test-infra/jenkins/e2e-image/e2e-runner.sh) is
[kubetest](https://git.k8s.io/test-infra/kubetest) is
the authoritative source on how to run version-skewed tests, but below is a
quick-and-dirty tutorial.