From fcc10ff610a128569f56e3543776d7369346b770 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Sat, 30 Nov 2019 15:46:55 +0100 Subject: [PATCH] Revert "Try with 3 clusters" This reverts commit 756d17224a8b9aa3b86ccc5338801f58a8cdc1ef. --- test/e2e/run.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/run.bash b/test/e2e/run.bash index a2fe5fa839..8f43fffd56 100755 --- a/test/e2e/run.bash +++ b/test/e2e/run.bash @@ -32,8 +32,8 @@ function install_kind() { # Create multiple Kind clusters and run jobs in parlallel? # Let users specify how many, e.g. with E2E_KIND_CLUSTER_NUM=3 make e2e if [ -n "$CI" ]; then - # Use three Kind clusters when running the tests in CircleCI - E2E_KIND_CLUSTER_NUM=3 + # Use two Kind clusters when running the tests in CircleCI + E2E_KIND_CLUSTER_NUM=2 fi E2E_KIND_CLUSTER_NUM=${E2E_KIND_CLUSTER_NUM:-1}