mirror of https://github.com/kubernetes/kops.git
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:
parent
b72cb37b30
commit
83eeccc6c0
2
Makefile
2
Makefile
|
|
@ -199,7 +199,7 @@ test-e2e:
|
||||||
--kops-binary-path=/home/prow/go/src/k8s.io/kops/bazel-bin/cmd/kops/linux-amd64/kops \
|
--kops-binary-path=/home/prow/go/src/k8s.io/kops/bazel-bin/cmd/kops/linux-amd64/kops \
|
||||||
--test=ginkgo \
|
--test=ginkgo \
|
||||||
-- \
|
-- \
|
||||||
--test-package-version=v1.19.0 \
|
--test-package-version=v1.19.4 \
|
||||||
--parallel 25 \
|
--parallel 25 \
|
||||||
--skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort"
|
--skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue