Use the same package version as that reported by apiserver

kubetest2 doesn't download a kubectl client from the same version being tested, so the mismatch is causing test failures.
Until we can download kubectl we'll use the same minor version as /usr/local/bin/kubectl baked into the prow image
This commit is contained in:
Peter Rifel 2020-12-28 17:31:22 -06:00
parent b72cb37b30
commit 83eeccc6c0
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ test-e2e:
--kops-binary-path=/home/prow/go/src/k8s.io/kops/bazel-bin/cmd/kops/linux-amd64/kops \
--test=ginkgo \
-- \
--test-package-version=v1.19.0 \
--test-package-version=v1.19.4 \
--parallel 25 \
--skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort"