Skip to content

Commit

Permalink
test: drop cleaning up autoscaler for machine pools
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Aug 23, 2024
1 parent 0eed1a2 commit 3cb5632
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/e2e/autoscaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,19 +405,6 @@ func AutoscalerSpec(ctx context.Context, inputGetter func() AutoscalerSpecInput)
WaitForMachinePool: input.E2EConfig.GetIntervals(specName, "wait-controllers"),
})
}

By("Disabling the autoscaler for MachineDeployments to test MachinePools")
framework.DisableAutoscalerForMachinePoolTopologyAndWait(ctx, framework.DisableAutoscalerForMachinePoolTopologyAndWaitInput{
ClusterProxy: input.BootstrapClusterProxy,
Cluster: clusterResources.Cluster,
WaitForAnnotationsToBeDropped: input.E2EConfig.GetIntervals(specName, "wait-controllers"),
})

By("Deleting the MachineDeployment scale up deployment")
framework.DeleteScaleUpDeploymentAndWait(ctx, framework.DeleteScaleUpDeploymentAndWaitInput{
ClusterProxy: workloadClusterProxy,
WaitForDelete: input.E2EConfig.GetIntervals(specName, "wait-autoscaler"),
})
}

By("PASSED!")
Expand Down

0 comments on commit 3cb5632

Please sign in to comment.