Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Revert "Try with 3 clusters"
Browse files Browse the repository at this point in the history
This reverts commit 756d172.
  • Loading branch information
2opremio committed Nov 30, 2019
1 parent 756d172 commit fcc10ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit fcc10ff

Please sign in to comment.