Skip to content

Commit

Permalink
increase azurecluster and azuremachine concurrency for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
shysank committed Nov 8, 2021
1 parent d1d5e58 commit 8769bd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ spec:
- args:
- --leader-elect
- "--metrics-bind-addr=localhost:8080"
- "--azurecluster-concurrency=10"
- "--azuremachine-concurrency=10"
- "--feature-gates=MachinePool=${EXP_MACHINE_POOL:=false},AKS=${EXP_AKS:=false}"
- "--v=0"
image: controller:latest
Expand Down
4 changes: 4 additions & 0 deletions test/e2e/config/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ providers:
replacements:
- old: "--v=0"
new: "--v=2"
- old: "--azurecluster-concurrency=10"
new: "--azurecluster-concurrency=20"
- old: "--azuremachine-concurrency=10"
new: "--azuremachine-concurrency=20"

variables:
KUBERNETES_VERSION: "${KUBERNETES_VERSION:-v1.22.1}"
Expand Down

0 comments on commit 8769bd6

Please sign in to comment.