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

Commit

Permalink
Use a large resource_class in CircleCI and use 4 clusters in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Dec 5, 2019
1 parent 7f274fa commit ca5f56d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
working_directory: /home/circleci/go/src/github.com/fluxcd/flux
machine:
image: ubuntu-1604:201903-01
resource_class: large
environment:
GO_VERSION: 1.13.1
# We don't need a GOPATH but CircleCI defines it, so we override it
Expand Down
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 two Kind clusters when running the tests in CircleCI
E2E_KIND_CLUSTER_NUM=2
# Use four Kind clusters when running the tests in CircleCI
E2E_KIND_CLUSTER_NUM=4
fi
E2E_KIND_CLUSTER_NUM=${E2E_KIND_CLUSTER_NUM:-1}

Expand Down

0 comments on commit ca5f56d

Please sign in to comment.