Skip to content

Commit edd1fce

Browse files
committed
autoscaler part2 e2e tests should set version in spec
Signed-off-by: alimaazamat <alima.azamat2003@gmail.com>
1 parent 473bd6f commit edd1fce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ray-operator/test/e2eautoscaler/raycluster_autoscaler_part2_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ func TestRayClusterAutoscalerV2IdleTimeout(t *testing.T) {
4242
rayClusterSpecAC := rayv1ac.RayClusterSpec().
4343
WithEnableInTreeAutoscaling(true).
4444
WithRayVersion(GetRayVersion()).
45+
WithAutoscalerOptions(rayv1ac.AutoscalerOptions().
46+
WithVersion(rayv1.AutoscalerVersionV2)).
4547
WithHeadGroupSpec(rayv1ac.HeadGroupSpec().
4648
WithRayStartParams(map[string]string{"num-cpus": "0"}).
4749
WithTemplate(tc.HeadPodTemplateGetter())).

0 commit comments

Comments
 (0)