Skip to content

Commit 01b1725

Browse files
committed
[ci] fix minbuild multipy
minbuild is multi-py and should depend on multi-py oss ci base. Signed-off-by: Lonnie Liu <[email protected]>
1 parent eed5fe7 commit 01b1725

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.buildkite/base.rayci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ steps:
1111
- "3.10"
1212
- "3.11"
1313
- "3.12"
14+
- "3.13"
1415
env:
1516
PYTHON: "{{matrix}}"
1617

@@ -27,6 +28,7 @@ steps:
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

.buildkite/core.rayci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ group: core tests
22
depends_on:
33
- forge
44
- oss-ci-base_build
5+
- oss-ci-base_build-multipy
56
- ray-core-build
67
- ray-dashboard-build
78
steps:

.buildkite/ml.rayci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
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"

.buildkite/serve.rayci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ group: serve tests
22
depends_on:
33
- forge
44
- oss-ci-base_build
5+
- oss-ci-base_build-multipy
56
- ray-core-build
67
- ray-dashboard-build
78
steps:
@@ -14,7 +15,6 @@ steps:
1415
- "3.12"
1516
env:
1617
PYTHON: "{{matrix}}"
17-
depends_on: oss-ci-base_build-multipy
1818
tags: cibase
1919

2020
- name: servepydantic1build

ci/docker/min.build.wanda.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "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"]
33
dockerfile: ci/docker/min.build.Dockerfile
44
srcs:
55
- ci/env/install-dependencies.sh
@@ -10,5 +10,6 @@ srcs:
1010
build_args:
1111
- PYTHON_VERSION
1212
- EXTRA_DEPENDENCY
13+
- DOCKER_IMAGE_BASE_BUILD=cr.ray.io/rayproject/oss-ci-base_build-py$PYTHON_VERSION
1314
tags:
1415
- cr.ray.io/rayproject/minbuild-$EXTRA_DEPENDENCY-py$PYTHON_VERSION

0 commit comments

Comments
 (0)