Skip to content

Commit

Permalink
Fix autoscaler test workflow (#8312)
Browse files Browse the repository at this point in the history
Co-authored-by: Saurabh Parekh <sjparekh@amazon.com>
  • Loading branch information
eks-distro-pr-bot and sp1999 authored Jun 13, 2024
1 parent 259bc65 commit 45be7a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/framework/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -2019,6 +2019,8 @@ func (e *ClusterE2ETest) CombinedAutoScalerMetricServerTest(autoscalerName, metr
e.VerifyAutoScalerPackageInstalled(autoscalerName, targetNamespace, mgmtCluster)
e.T.Log("Metrics Server and Cluster Autoscaler ready")
e.DeployTestWorkload(mgmtCluster)
e.RestartClusterAutoscaler(targetNamespace)
e.VerifyAutoScalerPackageInstalled(autoscalerName, targetNamespace, mgmtCluster)
e.VerifyWorkerNodesScaleUp(mgmtCluster)
}

Expand Down

0 comments on commit 45be7a9

Please sign in to comment.