Skip to content

Commit

Permalink
Revert "change test order"
Browse files Browse the repository at this point in the history
This reverts commit 0d6ca6a.
  • Loading branch information
simotw committed Nov 29, 2024
1 parent 0d6ca6a commit 1ae8a9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ray-operator/test/e2eautoscaler/raycluster_autoscaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ var tests = map[string]struct {
HeadPodTemplateGetter func() *corev1ac.PodTemplateSpecApplyConfiguration
WorkerPodTemplateGetter func() *corev1ac.PodTemplateSpecApplyConfiguration
}{
"Create a RayCluster with autoscaler v2 enabled": {
RayVersionGetter: GetRayVersionForAutoScalerV2,
HeadPodTemplateGetter: headPodTemplateApplyConfigurationV2,
WorkerPodTemplateGetter: workerPodTemplateApplyConfigurationV2,
},
"Create a RayCluster with autoscaling enabled": {
RayVersionGetter: GetRayVersion,
HeadPodTemplateGetter: headPodTemplateApplyConfiguration,
WorkerPodTemplateGetter: workerPodTemplateApplyConfiguration,
},
"Create a RayCluster with autoscaler v2 enabled": {
RayVersionGetter: GetRayVersionForAutoScalerV2,
HeadPodTemplateGetter: headPodTemplateApplyConfigurationV2,
WorkerPodTemplateGetter: workerPodTemplateApplyConfigurationV2,
},
}

func TestRayClusterAutoscaler(t *testing.T) {
Expand Down

0 comments on commit 1ae8a9b

Please sign in to comment.