File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1111 - " 3.10"
1212 - " 3.11"
1313 - " 3.12"
14+ - " 3.13"
1415 env :
1516 PYTHON : " {{matrix}}"
1617
2728 - " 3.10"
2829 - " 3.11"
2930 - " 3.12"
31+ - " 3.13"
3032 env :
3133 PYTHON : " {{matrix}}"
3234 depends_on : oss-ci-base_test-multipy
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ group: core tests
22depends_on :
33 - forge
44 - oss-ci-base_build
5+ - oss-ci-base_build-multipy
56 - ray-core-build
67 - ray-dashboard-build
78steps :
Original file line number Diff line number Diff line change 88 - name : minbuild-ml
99 label : " wanda: minbuild-ml-py{{matrix}}"
1010 wanda : ci/docker/min.build.wanda.yaml
11- depends_on : oss-ci-base_build
11+ depends_on : oss-ci-base_build-multipy
1212 matrix :
1313 - " 3.9"
1414 - " 3.10"
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ group: serve tests
22depends_on :
33 - forge
44 - oss-ci-base_build
5+ - oss-ci-base_build-multipy
56 - ray-core-build
67 - ray-dashboard-build
78steps :
1415 - " 3.12"
1516 env :
1617 PYTHON : " {{matrix}}"
17- depends_on : oss-ci-base_build-multipy
1818 tags : cibase
1919
2020 - name : servepydantic1build
Original file line number Diff line number Diff line change 11name : " minbuild-$EXTRA_DEPENDENCY-py$PYTHON_VERSION"
2- froms : ["cr.ray.io/rayproject/oss-ci-base_build"]
2+ froms : ["cr.ray.io/rayproject/oss-ci-base_build-py$PYTHON_VERSION "]
33dockerfile : ci/docker/min.build.Dockerfile
44srcs :
55 - ci/env/install-dependencies.sh
1010build_args :
1111 - PYTHON_VERSION
1212 - EXTRA_DEPENDENCY
13+ - DOCKER_IMAGE_BASE_BUILD=cr.ray.io/rayproject/oss-ci-base_build-py$PYTHON_VERSION
1314tags :
1415 - cr.ray.io/rayproject/minbuild-$EXTRA_DEPENDENCY-py$PYTHON_VERSION
You can’t perform that action at this time.
0 commit comments