run tests in parallel, matching the existing kubetest parallelism

This commit is contained in:
Peter Rifel 2020-12-27 14:41:13 -06:00
parent a945d54bf5
commit 12d399e650
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 1 additions and 0 deletions

View File

@ -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