Skip to content

Commit 564524c

Browse files
authored
[chore] upgrade Ray to 2.46.0 in remaining places (#3724)
1 parent adcea8e commit 564524c

Some content is hidden

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

49 files changed

+162
-162
lines changed

apiserver/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Date: Tue, 29 Apr 2025 12:36:05 GMT
9898

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

101-
* `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.
101+
* `E2E_API_SERVER_RAY_IMAGE` -- for the ray docker image. Currently set to `rayproject/ray:2.46.0-py310`. On Apple silicon or arm64 development machines the `-aarch64` suffix is added to the image.
102102
* `E2E_API_SERVER_URL` -- for the base URL of the deployed KubeRay API server. The default value is: `http://localhost:31888`
103103

104104
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.

0 commit comments

Comments
 (0)