Skip to content

Commit

Permalink
Fix autoscaler test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 committed Jun 11, 2024
1 parent 2d13634 commit a523e49
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 @@ -1996,6 +1996,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 a523e49

Please sign in to comment.