From d8146c2fc338f491c04444ffb31d34d4324b1f50 Mon Sep 17 00:00:00 2001 From: Drew Sirenko <68304519+AndrewSirenko@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:30:23 -0400 Subject: [PATCH] Lower Windows e2e test parallelism --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d37e86445..c78f945673 100644 --- a/Makefile +++ b/Makefile @@ -212,7 +212,7 @@ test-e2e-external-eks-windows: TEST_PATH=./tests/e2e-kubernetes/... \ GINKGO_FOCUS="External.Storage" \ GINKGO_SKIP="\[Disruptive\]|\[Serial\]|\[LinuxOnly\]|\[Feature:VolumeSnapshotDataSource\]|\(xfs\)|\(ext4\)|\(block volmode\)" \ - GINKGO_PARALLEL=15 \ + GINKGO_PARALLEL=10 \ NODE_OS_DISTRO="windows" \ ./hack/e2e/run.sh