mirror of https://github.com/kubernetes/kops.git
run tests in parallel, matching the existing kubetest parallelism
This commit is contained in:
parent
a945d54bf5
commit
12d399e650
1
Makefile
1
Makefile
|
|
@ -200,6 +200,7 @@ test-e2e:
|
||||||
--test=ginkgo \
|
--test=ginkgo \
|
||||||
-- \
|
-- \
|
||||||
--test-package-version=v1.19.0 \
|
--test-package-version=v1.19.0 \
|
||||||
|
--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"
|
||||||
|
|
||||||
.PHONY: ${DIST}/linux/amd64/nodeup
|
.PHONY: ${DIST}/linux/amd64/nodeup
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue