From 12d399e650f02d9cbc0df00ed370cfb2bcdc346f Mon Sep 17 00:00:00 2001 From: Peter Rifel Date: Sun, 27 Dec 2020 14:41:13 -0600 Subject: [PATCH] run tests in parallel, matching the existing kubetest parallelism --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6e55b991c4..67437fa113 100644 --- a/Makefile +++ b/Makefile @@ -200,6 +200,7 @@ test-e2e: --test=ginkgo \ -- \ --test-package-version=v1.19.0 \ + --parallel 25 \ --skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|Services.*functioning.*NodePort" .PHONY: ${DIST}/linux/amd64/nodeup