Skip to content

Commit

Permalink
[release][3/N] Update RayService e2e tests YAML files from Ray 2.9 to…
Browse files Browse the repository at this point in the history
… Ray 2.41 (#2937)
  • Loading branch information
kevin85421 authored Feb 6, 2025
1 parent 8f88ba5 commit 7def628
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: RayCluster
metadata:
name: locust-cluster
spec:
rayVersion: '2.9.0'
rayVersion: '2.41.0'
headGroupSpec:
rayStartParams: {}
template:
spec:
containers:
- name: ray-head
image: rayproject/ray:2.9.0
image: rayproject/ray:2.41.0
resources:
requests:
cpu: 300m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: RayCluster
metadata:
name: locust-cluster
spec:
rayVersion: '2.9.0'
rayVersion: '2.41.0'
headGroupSpec:
rayStartParams: {}
template:
spec:
containers:
- name: ray-head
image: rayproject/ray:2.9.0
image: rayproject/ray:2.41.0
resources:
requests:
cpu: 300m
Expand Down
6 changes: 3 additions & 3 deletions ray-operator/test/e2erayservice/testdata/ray-service.ft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
ray_actor_options:
num_cpus: 1
rayClusterConfig:
rayVersion: "2.9.0"
rayVersion: "2.41.0"
headGroupSpec:
rayStartParams:
num-cpus: "0"
Expand All @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: ray-head
image: rayproject/ray:2.40.0
image: rayproject/ray:2.41.0
env:
- name: RAY_REDIS_ADDRESS
value: redis:6379
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
spec:
containers:
- name: ray-worker
image: rayproject/ray:2.40.0
image: rayproject/ray:2.41.0
resources:
requests:
cpu: 300m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
args:
num_forwards: 0
runtime_env:
working_dir: https://github.com/ray-project/serve_workloads/archive/a2e2405f3117f1b4134b6924b5f44c4ff0710c00.zip
working_dir: https://github.com/ray-project/serve_workloads/archive/a9f184f4d9ddb7f9a578502ae106470f87a702ef.zip
deployments:
- name: NoOp
autoscaling_config:
Expand All @@ -27,7 +27,7 @@ spec:
ray_actor_options:
num_cpus: 0.5
rayClusterConfig:
rayVersion: '2.9.0'
rayVersion: '2.41.0'
enableInTreeAutoscaling: true
autoscalerOptions:
idleTimeoutSeconds: 60
Expand All @@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: ray-head
image: rayproject/ray:2.9.0
image: rayproject/ray:2.41.0
resources:
requests:
cpu: 300m
Expand All @@ -65,11 +65,7 @@ spec:
spec:
containers:
- name: ray-worker
image: rayproject/ray:2.9.0
lifecycle:
preStop:
exec:
command: ["/bin/sh","-c","ray stop"]
image: rayproject/ray:2.41.0
resources:
requests:
cpu: 300m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ spec:
args:
num_forwards: 0
runtime_env:
working_dir: https://github.com/ray-project/serve_workloads/archive/a2e2405f3117f1b4134b6924b5f44c4ff0710c00.zip
working_dir: https://github.com/ray-project/serve_workloads/archive/a9f184f4d9ddb7f9a578502ae106470f87a702ef.zip
deployments:
- name: NoOp
num_replicas: 2
max_replicas_per_node: 1
ray_actor_options:
num_cpus: 1
rayClusterConfig:
rayVersion: '2.9.0'
rayVersion: '2.41.0'
headGroupSpec:
rayStartParams: {}
template:
spec:
containers:
- name: ray-head
image: rayproject/ray:2.9.0
image: rayproject/ray:2.41.0
resources:
requests:
cpu: 300m
Expand Down Expand Up @@ -55,7 +55,7 @@ spec:
spec:
containers:
- name: ray-worker
image: rayproject/ray:2.9.0
image: rayproject/ray:2.41.0
resources:
requests:
cpu: 300m
Expand Down

0 comments on commit 7def628

Please sign in to comment.