File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,10 @@ steps:
185185 - bazel run //ci/ray_ci:test_in_docker --
186186 python/ray/tests/modin/... core
187187 --install-mask all-ray-libraries
188- --build-name datalbuild
188+ --python-version 3.10
189+ --build-name datalbuild-py3.10
189190 depends_on :
190- - datalbuild
191+ - datalbuild-multipy
191192 - forge
192193
193194 - label : " :ray: core: dashboard tests"
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ steps:
269269 instance_type : small
270270 commands :
271271 - bazel run //ci/ray_ci:test_in_docker -- python/ray/dashboard/... data
272- --build-name databuild -py3.10
272+ --build-name datalbuild -py3.10
273273 --python-version 3.10
274274 --parallelism-per-worker 3
275275 depends_on : datalbuild-multipy
@@ -286,7 +286,7 @@ steps:
286286 commands :
287287 - bazel run //ci/ray_ci:test_in_docker -- //... data --run-flaky-tests
288288 --parallelism-per-worker 3
289- --build-name databuild -py3.10
289+ --build-name datalbuild -py3.10
290290 --python-version 3.10
291291 --except-tags gpu_only,gpu
292292 depends_on : datalbuild-multipy
You can’t perform that action at this time.
0 commit comments