Skip to content

Commit 71ea1a5

Browse files
authored
Merge pull request #3354 from chrischdi/pr-scale-reduce-load
🌱 scale: reduce replicas and amount of clusters as we test upgrades too to reduce load
2 parents 1cbdb16 + 6018b7a commit 71ea1a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/scale_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ var _ = Describe("When testing the machinery for scale testing using vcsim provi
5858
ClusterClassName: getVariableOrFallback(testSpecificSettingsGetter().Variables["CLUSTER_CLASS_NAME"], e2eConfig.MustGetVariable("CLUSTER_CLASS_NAME")),
5959

6060
// ClusterCount can be overwritten via `CAPI_SCALE_CLUSTER_COUNT`.
61-
ClusterCount: ptr.To[int64](10),
61+
ClusterCount: ptr.To[int64](5),
6262
// Concurrency can be overwritten via `CAPI_SCALE_CONCURRENCY`.
6363
Concurrency: ptr.To[int64](5),
6464
// ControlPlaneMachineCount can be overwritten via `CAPI_SCALE_CONTROL_PLANE_MACHINE_COUNT`.
6565
ControlPlaneMachineCount: ptr.To[int64](1),
6666
// MachineDeploymentCount can be overwritten via `CAPI_SCALE_MACHINE_DEPLOYMENT_COUNT`.
6767
MachineDeploymentCount: ptr.To[int64](1),
6868
// WorkerPerMachineDeploymentCount can be overwritten via `CAPI_SCALE_WORKER_PER_MACHINE_DEPLOYMENT_COUNT`.
69-
WorkerPerMachineDeploymentCount: ptr.To[int64](3),
69+
WorkerPerMachineDeploymentCount: ptr.To[int64](1),
7070
// AdditionalClusterClassCount can be overwritten via `CAPI_SCALE_ADDITIONAL_CLUSTER_CLASS_COUNT`.
7171
AdditionalClusterClassCount: ptr.To[int64](4),
7272
// DeployClusterInSeparateNamespaces can be overwritten via `CAPI_SCALE_DEPLOY_CLUSTER_IN_SEPARATE_NAMESPACES`.

0 commit comments

Comments
 (0)