@@ -41,7 +41,6 @@ func TestRayClusterMultiHost(t *testing.T) {
4141 rayClusterAC := rayv1ac .RayCluster (clusterName , namespace .Name ).
4242 WithSpec (rayv1ac .RayClusterSpec ().
4343 WithRayVersion (GetRayVersion ()).
44- WithEnableInTreeAutoscaling (true ).
4544 WithHeadGroupSpec (rayv1ac .HeadGroupSpec ().
4645 WithRayStartParams (map [string ]string {"dashboard-host" : "0.0.0.0" }).
4746 WithTemplate (HeadPodTemplateApplyConfiguration ().
@@ -52,7 +51,6 @@ func TestRayClusterMultiHost(t *testing.T) {
5251 WithContainers (corev1ac .Container ().
5352 WithName ("ray-head" ).
5453 WithImage (GetRayImage ()).
55- WithEnv (corev1ac .EnvVar ().WithName (utils .RAY_ENABLE_AUTOSCALER_V2 ).WithValue ("1" )).
5654 WithPorts (
5755 corev1ac .ContainerPort ().WithName (utils .GcsServerPortName ).WithContainerPort (utils .DefaultGcsServerPort ),
5856 corev1ac .ContainerPort ().WithName (utils .ServingPortName ).WithContainerPort (utils .DefaultServingPort ),
@@ -79,7 +77,6 @@ func TestRayClusterMultiHost(t *testing.T) {
7977 WithMaxReplicas (5 ).
8078 WithNumOfHosts (numOfHosts ).
8179 WithTemplate (WorkerPodTemplateApplyConfiguration ().
82- // All PodSpec configurations go inside WithSpec here as well.
8380 WithSpec (corev1ac .PodSpec ().
8481 WithVolumes (sharedMemVolumeAC ).
8582 WithRestartPolicy (corev1 .RestartPolicyNever ).
0 commit comments