Skip to content

Commit 045a0e5

Browse files
aslonniedioptre
authored andcommitted
[ci] fix incorrect ml-baseextra depends_on (ray-project#55596)
to depends on the right wanda job Signed-off-by: Lonnie Liu <[email protected]> Signed-off-by: Andrew Grosser <[email protected]>
1 parent feff8ac commit 045a0e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/_forge.rayci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ steps:
150150
PYTHON_VERSION: "{{matrix.python}}"
151151
CUDA_VERSION: "{{matrix.cuda}}"
152152
IMAGE_TYPE: "ray-ml"
153-
depends_on: raycudabaseextra
153+
depends_on: ray-mlcudabase
154154

155155
- name: ray-mlcpubase
156156
label: "wanda: ray-ml.py{{matrix}}.cpu.base"
@@ -176,4 +176,4 @@ steps:
176176
env:
177177
PYTHON_VERSION: "{{matrix}}"
178178
IMAGE_TYPE: "ray-ml"
179-
depends_on: raycpubaseextra
179+
depends_on: ray-mlcpubase

0 commit comments

Comments
 (0)