Skip to content

Commit cb6418f

Browse files
authored
Revert "[release] Update Ray image to 2.34.0 (#2303)" (#2413) (#2415)
This reverts commit 678ec25.
1 parent 99505a5 commit cb6418f

File tree

86 files changed

+303
-307
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+303
-307
lines changed

.github/workflows/test-job.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -319,13 +319,13 @@ jobs:
319319
run: go test ./pkg/... -race -parallel 4
320320
working-directory: ${{env.working-directory}}
321321

322-
test-compatibility-2_8_0:
322+
test-compatibility-2_7_0:
323323
needs:
324324
- build_operator
325325
- build_apiserver
326326
- lint
327327
runs-on: ubuntu-latest
328-
name: Compatibility Test - 2.8.0
328+
name: Compatibility Test - 2.7.0
329329
steps:
330330
- name: Check out code into the Go module directory
331331
uses: actions/checkout@v2
@@ -337,15 +337,15 @@ jobs:
337337

338338
- uses: ./.github/workflows/actions/compatibility
339339
with:
340-
ray_version: 2.8.0
340+
ray_version: 2.7.0
341341

342-
test-compatibility-2_9_0:
342+
test-compatibility-2_8_0:
343343
needs:
344344
- build_operator
345345
- build_apiserver
346346
- lint
347347
runs-on: ubuntu-latest
348-
name: Compatibility Test - 2.9.0
348+
name: Compatibility Test - 2.8.0
349349
steps:
350350
- name: Check out code into the Go module directory
351351
uses: actions/checkout@v2
@@ -357,15 +357,15 @@ jobs:
357357

358358
- uses: ./.github/workflows/actions/compatibility
359359
with:
360-
ray_version: 2.9.0
360+
ray_version: 2.8.0
361361

362-
test-compatibility-2_34_0:
362+
test-compatibility-2_9_0:
363363
needs:
364364
- build_operator
365365
- build_apiserver
366366
- lint
367367
runs-on: ubuntu-latest
368-
name: Compatibility Test - 2.34.0
368+
name: Compatibility Test - 2.9.0
369369
steps:
370370
- name: Check out code into the Go module directory
371371
uses: actions/checkout@v2
@@ -377,7 +377,7 @@ jobs:
377377

378378
- uses: ./.github/workflows/actions/compatibility
379379
with:
380-
ray_version: 2.34.0
380+
ray_version: 2.9.0
381381

382382
test-compatibility-nightly:
383383
needs:

apiserver/Autoscaling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ curl -X POST 'localhost:31888/apis/v1/namespaces/default/clusters' \
4747
},
4848
"headGroupSpec": {
4949
"computeTemplate": "default-template",
50-
"image": "rayproject/ray:2.34.0-py310",
50+
"image": "rayproject/ray:2.9.0-py310",
5151
"serviceType": "NodePort",
5252
"rayStartParams": {
5353
"dashboard-host": "0.0.0.0",
@@ -71,7 +71,7 @@ curl -X POST 'localhost:31888/apis/v1/namespaces/default/clusters' \
7171
{
7272
"groupName": "small-wg",
7373
"computeTemplate": "default-template",
74-
"image": "rayproject/ray:2.34.0-py310",
74+
"image": "rayproject/ray:2.9.0-py310",
7575
"replicas": 0,
7676
"minReplicas": 0,
7777
"maxReplicas": 5,

apiserver/CreatingServe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ curl -X POST 'localhost:31888/apis/v1/namespaces/default/clusters' \
2323
"clusterSpec": {
2424
"headGroupSpec": {
2525
"computeTemplate": "default-template",
26-
"image": "rayproject/ray:2.34.0-py310",
26+
"image": "rayproject/ray:2.9.0-py310",
2727
"serviceType": "ClusterIP",
2828
"rayStartParams": {
2929
"dashboard-host": "0.0.0.0",
@@ -44,7 +44,7 @@ curl -X POST 'localhost:31888/apis/v1/namespaces/default/clusters' \
4444
{
4545
"groupName": "small-wg",
4646
"computeTemplate": "default-template",
47-
"image": "rayproject/ray:2.34.0-py310",
47+
"image": "rayproject/ray:2.9.0-py310",
4848
"replicas": 1,
4949
"minReplicas": 0,
5050
"maxReplicas": 5,

apiserver/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ There are two `make` targets provide execute the end to end test (integration be
7070

7171
The `e2e` test targets use two variables to control what version of Ray images to use in the end to end tests:
7272

73-
* `E2E_API_SERVER_RAY_IMAGE` -- for the ray docker image. Currently set to `rayproject/ray:2.34.0-py310`. On Apple silicon or arm64 development machines the `-aarch64` suffix is added to the image.
73+
* `E2E_API_SERVER_RAY_IMAGE` -- for the ray docker image. Currently set to `rayproject/ray:2.9.0-py310`. On Apple silicon or arm64 development machines the `-aarch64` suffix is added to the image.
7474
* `E2E_API_SERVER_URL` -- for the base URL of the deployed KubeRayAPI server. The default value is: `http://localhost:31888`
7575

7676
The end to end test targets share the usage of the `GO_TEST_FLAGS`. Overriding the make file variable with a `-v` option allows for both unit and end to end tests to print any output / debug messages. By default, only if there's a test failure those messages are shown.

apiserver/HACluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ curl -X POST 'localhost:31888/apis/v1/namespaces/default/clusters' \
5858
"name": "ha-cluster",
5959
"namespace": "default",
6060
"user": "boris",
61-
"version": "2.34.0",
61+
"version": "2.9.0",
6262
"environment": "DEV",
6363
"annotations" : {
6464
"ray.io/ft-enabled": "true"
6565
},
6666
"clusterSpec": {
6767
"headGroupSpec": {
6868
"computeTemplate": "default-template",
69-
"image": "rayproject/ray:2.34.0-py310",
69+
"image": "rayproject/ray:2.9.0-py310",
7070
"serviceType": "NodePort",
7171
"rayStartParams": {
7272
"dashboard-host": "0.0.0.0",
@@ -103,7 +103,7 @@ curl -X POST 'localhost:31888/apis/v1/namespaces/default/clusters' \
103103
{
104104
"groupName": "small-wg",
105105
"computeTemplate": "default-template",
106-
"image": "rayproject/ray:2.34.0-py310",
106+
"image": "rayproject/ray:2.9.0-py310",
107107
"replicas": 1,
108108
"minReplicas": 0,
109109
"maxReplicas": 5,

apiserver/JobSubmission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ curl -X POST 'localhost:31888/apis/v1/namespaces/default/clusters' \
4040
"clusterSpec": {
4141
"headGroupSpec": {
4242
"computeTemplate": "default-template",
43-
"image": "rayproject/ray:2.34.0-py310",
43+
"image": "rayproject/ray:2.9.0-py310",
4444
"serviceType": "NodePort",
4545
"rayStartParams": {
4646
"dashboard-host": "0.0.0.0",
@@ -60,7 +60,7 @@ curl -X POST 'localhost:31888/apis/v1/namespaces/default/clusters' \
6060
{
6161
"groupName": "small-wg",
6262
"computeTemplate": "default-template",
63-
"image": "rayproject/ray:2.34.0-py310",
63+
"image": "rayproject/ray:2.9.0-py310",
6464
"replicas": 1,
6565
"minReplicas": 1,
6666
"maxReplicas": 1,

apiserver/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ GO_TEST_FLAGS ?=
1313
# Ray docker images to use for end to end tests based upon the architecture
1414
# for arm64 environments (Apple silicon included) pull the architecture specific image
1515
ifeq (arm64,$(shell go env GOARCH))
16-
E2E_API_SERVER_RAY_IMAGE ?=rayproject/ray:2.34.0-py310-aarch64
16+
E2E_API_SERVER_RAY_IMAGE ?=rayproject/ray:2.9.0-py310-aarch64
1717
else
18-
E2E_API_SERVER_RAY_IMAGE ?=rayproject/ray:2.34.0-py310
18+
E2E_API_SERVER_RAY_IMAGE ?=rayproject/ray:2.9.0-py310
1919
endif
2020
# Kuberay API Server base URL to use in end to end tests
2121
E2E_API_SERVER_URL ?=http://localhost:31888

0 commit comments

Comments
 (0)