mirror of https://github.com/kubernetes/kops.git
kubetest2 - update the skip regex for the upgrade scenario
This commit is contained in:
parent
6da7c2ac33
commit
127d3bb712
|
@ -67,7 +67,7 @@ kubetest2 kops ${KUBETEST2_COMMON_ARGS} \
|
||||||
-- \
|
-- \
|
||||||
--test-package-version=v1.19.7 \
|
--test-package-version=v1.19.7 \
|
||||||
--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|RuntimeClass|RuntimeHandler" \
|
||||||
--test-args="${TEST_ARGS}"
|
--test-args="${TEST_ARGS}"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue