Skip to content

Commit e111abf

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 e111abf

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.buildkite/base.rayci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ steps:
2727
- "3.10"
2828
- "3.11"
2929
- "3.12"
30+
- "3.13"
3031
env:
3132
PYTHON: "{{matrix}}"
3233
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)