Skip to content

Commit e5c62ef

Browse files
committed
Updated Ray version to 2.20.0
1 parent 6a9b185 commit e5c62ef

File tree

8 files changed

+109
-149
lines changed

8 files changed

+109
-149
lines changed

poetry.lock

Lines changed: 102 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ keywords = ['codeflare', 'python', 'sdk', 'client', 'batch', 'scale']
2323
python = "^3.8"
2424
openshift-client = "1.0.18"
2525
rich = "^12.5"
26-
ray = {version = "2.7.0", extras = ["data", "default"]}
26+
ray = {version = "2.20.0", extras = ["data", "default"]}
2727
kubernetes = ">= 25.3.0, < 27"
2828
codeflare-torchx = "0.6.0.dev2"
2929
cryptography = "40.0.2"

src/codeflare_sdk/templates/base-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
# - kubernetes
5050
spec:
5151
# The version of Ray you are using. Make sure all Ray containers are running this version of Ray.
52-
rayVersion: '2.7.0'
52+
rayVersion: '2.20.0'
5353
# If enableInTreeAutoscaling is true, the autoscaler sidecar will be added to the Ray head pod.
5454
# Ray autoscaler integration is supported only for Ray versions >= 1.11.0
5555
# Ray autoscaler integration is Beta with KubeRay >= 0.3.0 and Ray >= 2.0.0.

tests/test-case-no-mcad.yamls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ spec:
9595
name: odh-trusted-ca-bundle
9696
optional: true
9797
name: odh-ca-cert
98-
rayVersion: 2.7.0
98+
rayVersion: 2.20.0
9999
workerGroupSpecs:
100100
- groupName: small-group-unit-test-cluster-ray
101101
maxReplicas: 2

tests/test-case-prio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ spec:
126126
name: odh-trusted-ca-bundle
127127
optional: true
128128
name: odh-ca-cert
129-
rayVersion: 2.7.0
129+
rayVersion: 2.20.0
130130
workerGroupSpecs:
131131
- groupName: small-group-prio-test-cluster
132132
maxReplicas: 2

tests/test-case.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ spec:
124124
name: odh-trusted-ca-bundle
125125
optional: true
126126
name: odh-ca-cert
127-
rayVersion: 2.7.0
127+
rayVersion: 2.20.0
128128
workerGroupSpecs:
129129
- groupName: small-group-unit-test-cluster
130130
maxReplicas: 2

tests/test-default-appwrapper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ spec:
112112
name: odh-trusted-ca-bundle
113113
optional: true
114114
name: odh-ca-cert
115-
rayVersion: 2.7.0
115+
rayVersion: 2.20.0
116116
workerGroupSpecs:
117117
- groupName: small-group-unit-test-default-cluster
118118
maxReplicas: 1

tests/unit_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ def get_ray_obj(group, version, namespace, plural, cls=None):
12761276
},
12771277
},
12781278
},
1279-
"rayVersion": "2.7.0",
1279+
"rayVersion": "2.20.0",
12801280
"workerGroupSpecs": [
12811281
{
12821282
"groupName": "small-group-quicktest",

0 commit comments

Comments
 (0)