Skip to content

Commit 59dd271

Browse files
authored
[core] run modin tests in python 3.10 (#58433)
which depends on datalbuild Signed-off-by: Lonnie Liu <[email protected]>
1 parent 959602f commit 59dd271

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.buildkite/core.rayci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

.buildkite/data.rayci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)