Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
29e2035
generating py3.14 lock file
elliot-barn May 1, 2026
279464b
allowing for 3.14 image building
elliot-barn May 2, 2026
37082a9
upgrade libffi
elliot-barn May 5, 2026
2d6c7f0
merge master
elliot-barn May 8, 2026
32c4918
build py3.14 image
elliot-barn May 8, 2026
424d7bf
adding 3.14 release test
elliot-barn May 8, 2026
f0fd2f2
updating release schema
elliot-barn May 8, 2026
facbafa
adding 3.14 builds
elliot-barn May 8, 2026
6a4ed08
updating raylet
elliot-barn May 10, 2026
8138e8c
updating raylet
elliot-barn May 10, 2026
8a7de7c
[Release] Update release tests to Python 3.14
May 11, 2026
41b7afc
Enable 3.14 to release configs
May 11, 2026
807d20f
Revert llm-cu130 type
May 11, 2026
9d785dc
Revert gpu type
May 11, 2026
4fb3449
fix recursion error
elliot-barn May 11, 2026
9f7587c
adding logging
elliot-barn May 11, 2026
762d981
last fix
elliot-barn May 11, 2026
611c9e8
formatting
elliot-barn May 11, 2026
5fa8eb0
removing logs
elliot-barn May 11, 2026
b7e1bed
Merge branch 'master' into elliot-barn-314-ray-image
elliot-barn May 11, 2026
f46757c
Merge remote-tracking branch 'og/elliot-barn-314-ray-image' into py3.…
elliot-barn May 12, 2026
ed18655
updating raylet
elliot-barn May 12, 2026
7ecd0e2
Merge branch 'elliot-barn-314-ray-image' of https://github.com/ray-pr…
elliot-barn May 12, 2026
17a6d82
bumping long running actor release tests to 3.14
elliot-barn May 12, 2026
b4c4695
upgrading core tests
elliot-barn May 13, 2026
09be94f
bumping py ver on serve tests
elliot-barn May 14, 2026
5a95e73
Merge branch 'master' into py3.14-release-testing
pseudo-rnd-thoughts May 14, 2026
d340c48
Merge branch 'master' of https://github.com/ray-project/ray into elli…
elliot-barn May 14, 2026
26ede90
Merge remote-tracking branch 'og/elliot-barn-314-ray-image' into py3.…
elliot-barn May 14, 2026
e7c9b57
Merge branch 'py3.14-release-testing' of https://github.com/pseudo-rn…
elliot-barn May 14, 2026
2680f33
Merge branch 'master' into py3.14-release-testing
pseudo-rnd-thoughts May 15, 2026
eeb41d7
Add torch-cu128 as replacement for type:gpu
May 21, 2026
81c5767
Update tests to release tests
May 21, 2026
638db75
Merge branch 'master' into py3.14-release-testing
May 21, 2026
b985370
Revert changes
May 21, 2026
f7eea19
Update python version
May 21, 2026
823f77b
fix issues
May 21, 2026
8421d6a
Update requirements for 3.14
May 21, 2026
438c278
[Tune] Fix Tune search for python 3.14
May 21, 2026
a49dc6d
Remove vllm from torch-requirements.txt
May 21, 2026
0d1b911
Fix dm-tree version
May 22, 2026
0f32d43
Merge branch 'fix-tune-search-3.14' into py3.14-release-testing
May 22, 2026
2ac416d
Add dm-tree=0.1.10, add byod 3.14 lock files
May 22, 2026
a47a629
Fix release problems
May 22, 2026
d3cdf62
Fix release problems
May 22, 2026
11e7e00
Fix release problems
May 22, 2026
fef564a
Update llm-cu130 to 3.14
May 22, 2026
1e7f8c6
fix ffmpeg to 7.*
May 22, 2026
9f80cf9
Fix import for langchain v1+
May 22, 2026
2dfd281
release test validations
May 22, 2026
25dec9e
fix validation errors
May 22, 2026
0dc98b6
downgrade to ffmpeg=6
May 25, 2026
3591bb1
Add lock files for llm
Jun 8, 2026
ac60021
Add missing ray-llm-base_extra_testdeps_py3.14.lock
Jun 9, 2026
2abbb9b
Merge branch 'master' into py3.14-release-testing
Jun 9, 2026
bb6a089
Update 3.14 requirement locks
Jun 11, 2026
4a6b48a
Fix anyscale 0.260.103 sha
Jun 11, 2026
e96617d
Fix "failed to validate tests"
Jun 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .buildkite/_images.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
env:
PYTHON_VERSION: "{{array.python}}"
ARCH_SUFFIX: ""
Expand All @@ -26,6 +27,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
env:
PYTHON_VERSION: "{{array.python}}"
IMAGE_TYPE: "ray"
Expand All @@ -44,6 +46,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
env:
PYTHON_VERSION: "{{array.python}}"
ARCH_SUFFIX: ""
Expand All @@ -60,6 +63,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
cuda:
- "11.7.1-cudnn8"
- "11.8.0-cudnn8"
Expand All @@ -85,6 +89,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
cuda:
- "11.7.1-cudnn8"
- "11.8.0-cudnn8"
Expand Down Expand Up @@ -112,7 +117,7 @@ steps:
depends_on: raycudabase($)
array:
python:
- "3.12"
- "3.14"
cuda:
- "13.0.0-cudnn"
env:
Expand All @@ -124,7 +129,7 @@ steps:
wanda: docker/base-extra/cuda.wanda.yaml
array:
python:
- "3.12"
- "3.14"
Comment thread
cursor[bot] marked this conversation as resolved.
cuda:
- "13.0.0-cudnn"
env:
Expand Down Expand Up @@ -207,6 +212,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
env:
PYTHON_VERSION: "{{array.python}}"
ARCH_SUFFIX: ""
Expand All @@ -224,6 +230,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
cuda:
- "11.7.1"
- "11.8.0"
Expand Down
15 changes: 11 additions & 4 deletions .buildkite/build.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
env_file: rayci.env
env:
PYTHON_VERSION: "{{array.python}}"
Expand All @@ -115,6 +116,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
env_file: rayci.env
env:
PYTHON_VERSION: "{{array.python}}"
Expand Down Expand Up @@ -151,6 +153,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
cuda:
- "11.7.1-cudnn8"
- "11.8.0-cudnn8"
Expand Down Expand Up @@ -200,6 +203,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
depends_on:
- ray-image-cpu-build($)
- ray-image-tpu-build($)
Expand All @@ -219,6 +223,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
env_file: rayci.env
env:
PYTHON_VERSION: "{{array.python}}"
Expand All @@ -240,6 +245,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
cuda:
- "11.7.1-cudnn8"
- "11.8.0-cudnn8"
Expand Down Expand Up @@ -268,7 +274,7 @@ steps:
wanda: ci/docker/ray-llm-image-cuda.wanda.yaml
array:
python:
- "3.12"
- "3.14"
Comment thread
cursor[bot] marked this conversation as resolved.
cuda:
- "13.0.0-cudnn"
env_file: rayci.env
Expand All @@ -289,7 +295,7 @@ steps:
wanda: ci/docker/ray-llm-extra-image-cuda.wanda.yaml
array:
python:
- "3.12"
- "3.14"
cuda:
- "13.0.0-cudnn"
env_file: rayci.env
Expand Down Expand Up @@ -330,6 +336,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
depends_on:
- ray-extra-image-cpu-build($)
- ray-extra-image-cuda-build($)
Expand All @@ -351,7 +358,7 @@ steps:
--architecture x86_64
array:
python:
- "3.12"
- "3.14"
platform:
- cu13.0.0-cudnn
depends_on:
Expand All @@ -374,7 +381,7 @@ steps:
--architecture x86_64
array:
python:
- "3.12"
- "3.14"
platform:
- cu13.0.0-cudnn
depends_on:
Expand Down
10 changes: 10 additions & 0 deletions .buildkite/linux_aarch64.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
instance_type: builder-arm64
env:
PYTHON_VERSION: "{{array.python}}"
Expand All @@ -54,6 +55,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
instance_type: builder-arm64
env:
PYTHON_VERSION: "{{array.python}}"
Expand All @@ -73,6 +75,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
cuda:
- "11.7.1-cudnn8"
- "11.8.0-cudnn8"
Expand All @@ -98,6 +101,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
cuda:
- "11.7.1-cudnn8"
- "11.8.0-cudnn8"
Expand Down Expand Up @@ -258,6 +262,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
env_file: rayci.env
env:
PYTHON_VERSION: "{{array.python}}"
Expand All @@ -280,6 +285,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
cuda:
- "11.7.1-cudnn8"
- "11.8.0-cudnn8"
Expand Down Expand Up @@ -329,6 +335,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
depends_on:
- ray-image-cpu-build-aarch64($)
- ray-image-cuda-build-aarch64($)
Expand All @@ -347,6 +354,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
env_file: rayci.env
env:
PYTHON_VERSION: "{{array.python}}"
Expand All @@ -369,6 +377,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
cuda:
- "11.7.1-cudnn8"
- "11.8.0-cudnn8"
Expand Down Expand Up @@ -418,6 +427,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
depends_on:
- ray-extra-image-cpu-build-aarch64($)
- ray-extra-image-cuda-build-aarch64($)
Expand Down
71 changes: 68 additions & 3 deletions .buildkite/release/build.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
Comment thread
cursor[bot] marked this conversation as resolved.
env:
PYTHON_VERSION: "{{array.python}}"
IMAGE_TYPE: "ray"
Expand All @@ -24,6 +25,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
cuda:
- "12.3.2-cudnn9"
adjustments:
Expand All @@ -42,7 +44,7 @@ steps:
wanda: docker/base-extra-testdeps/cuda.wanda.yaml
array:
python:
- "3.12"
- "3.14"
Comment thread
cursor[bot] marked this conversation as resolved.
cuda:
- "13.0.0-cudnn"
env:
Expand All @@ -67,6 +69,24 @@ steps:
depends_on:
- ray-mlcudabaseextra($)

- name: ray-torchcudabase
label: "wanda: ray-torch.py{{array.python}}.cu{{array.cuda}}.base"
wanda: docker/ray-torch/cuda.wanda.yaml
array:
python:
- "3.14"
cuda:
- "12.8.1-cudnn"
image_type:
- "ray-torch-cu128"

env:
PYTHON_VERSION: "{{array.python}}"
CUDA_VERSION: "{{array.cuda}}"
IMAGE_TYPE: "{{array.image_type}}"
depends_on:
- raycudabaseextra($)

- name: ray-anyscale-cpu-build
label: "wanda: ray-anyscale py{{array.python}} cpu"
wanda: ci/docker/ray-anyscale-cpu.wanda.yaml
Expand All @@ -79,6 +99,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
env:
PYTHON_VERSION: "{{array.python}}"
ARCH_SUFFIX: ""
Expand All @@ -102,6 +123,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
adjustments:
- with:
python: "3.12"
Expand Down Expand Up @@ -137,6 +159,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"

- label: ":crane: publish: ray-anyscale py{{array.python}} {{array.gpu}}"
key: anyscalecudabuild
Expand All @@ -161,6 +184,7 @@ steps:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
adjustments:
- with:
python: "3.12"
Expand All @@ -174,7 +198,7 @@ steps:
gpu:
- "cu13.0.0-cudnn"
python:
- "3.12"
- "3.14"
env:
PYTHON_VERSION: "{{array.python}}"
GPU: "{{array.gpu}}"
Expand Down Expand Up @@ -204,7 +228,7 @@ steps:
gpu:
- cu13.0.0-cudnn
python:
- "3.12"
- "3.14"

- name: ray-ml-anyscale-cuda-build
label: "wanda: ray-ml-anyscale py{{array.python}} {{array.gpu}}"
Expand All @@ -227,6 +251,47 @@ steps:
- ray-wheel-build($)
- ray-mlcudabaseextra-testdeps($)

- name: ray-torch-anyscale-cuda-build
label: "wanda: ray-torch-anyscale py{{array.python}} {{array.gpu}}"
wanda: ci/docker/ray-torch-anyscale-cuda.wanda.yaml
env_file: rayci.env
array:
python:
- "3.14"
gpu:
- "cu12.8.1-cudnn"

env:
PYTHON_VERSION: "{{array.python}}"
GPU: "{{array.gpu}}"
ARCH_SUFFIX: ""
tags:
- oss
depends_on:
- ray-wheel-build($)
- ray-torchcudabase($)

- label: ":crane: publish: ray-torch-anyscale py{{array.python}} {{array.gpu}}"
key: anyscaletorchcudabuild
instance_type: release-medium
mount_buildkite_agent: true
tags:
- oss
commands:
- bazel run //ci/ray_ci/automation:push_release_test_image --
--python-version {{array.python}}
--platform {{array.gpu}}
--image-type ray-torch
--upload
depends_on:
- forge
- ray-torch-anyscale-cuda-build($)
array:
python:
- "3.14"
gpu:
- cu12.8.1-cudnn

- label: ":crane: publish: ray-ml-anyscale py{{array.python}} cu12.1.1-cudnn8"
key: anyscalemlbuild
instance_type: release-medium
Expand Down
Loading
Loading