Skip to content

Commit

Permalink
Update after code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mszadkow committed Jan 14, 2025
1 parent c03cf53 commit 11791fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pkg/util/testingjobs/rayjob/wrappers.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func MakeJob(name, ns string) *JobWrapper {
Spec: rayv1.RayJobSpec{
ShutdownAfterJobFinishes: true,
RayClusterSpec: &rayv1.RayClusterSpec{
RayVersion: "2.9.0",
HeadGroupSpec: rayv1.HeadGroupSpec{
RayStartParams: map[string]string{},
Template: corev1.PodTemplateSpec{
Expand Down
1 change: 0 additions & 1 deletion test/e2e/multikueue/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ var _ = ginkgo.Describe("MultiKueue", func() {
Request(rayv1.HeadNode, corev1.ResourceCPU, "1").
Request(rayv1.WorkerNode, corev1.ResourceCPU, "0.5").
Entrypoint("python -c \"import ray; ray.init(); print(ray.cluster_resources())\"").
RayVersion("2.9.0").
Image(rayv1.HeadNode, E2eKuberayTestImage, []string{}).
Image(rayv1.WorkerNode, E2eKuberayTestImage, []string{}).
Obj()
Expand Down

0 comments on commit 11791fb

Please sign in to comment.