Skip to content

Commit

Permalink
Merge pull request #32568 from aojea/lb_syncs
Browse files Browse the repository at this point in the history
support 20 loadbalancer services in parallel on scalability tests
  • Loading branch information
k8s-ci-robot authored May 6, 2024
2 parents bccbb49 + d4e0318 commit 0bfac67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ presubmits:
args:
- --build=quick
- --cluster=gce-cluster
- --env=CONCURRENT_SERVICE_SYNCS=5
- --env=CONCURRENT_SERVICE_SYNCS=20 # support 20 LoadBalancer Services in parallel to deal with existing CI load #122286
- --env=HEAPSTER_MACHINE_TYPE=e2-standard-2
- --env=KUBEMARK_APISERVER_TEST_ARGS=--max-requests-inflight=80 --max-mutating-requests-inflight=0 --profiling --contention-profiling
- --extract=local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ periodics:
- /workspace/scenarios/kubernetes_e2e.py
args:
- --cluster=gce-scale-cluster
- --env=CONCURRENT_SERVICE_SYNCS=5
- --env=CONCURRENT_SERVICE_SYNCS=20 # support 20 LoadBalancer Services in parallel to deal with existing CI load #122286
- --env=HEAPSTER_MACHINE_TYPE=e2-standard-32
- --extract=ci/fast/latest-fast
- --extract-ci-bucket=k8s-release-dev
Expand Down

0 comments on commit 0bfac67

Please sign in to comment.