Skip to content

Commit e56513b

Browse files
aslonnielk-chen
authored andcommitted
[core] add more explicit depends_on for core tests (ray-project#53242)
required after adding block steps Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
1 parent 4b22090 commit e56513b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/core.rayci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,8 @@ steps:
373373
commands:
374374
- bazel run //ci/ray_ci:test_in_docker -- //:all //src/... core
375375
--run-flaky-tests --build-type clang
376+
depends_on:
377+
- corebuild
376378

377379
- label: ":ray: core: flaky tests"
378380
key: core_flaky_tests
@@ -387,6 +389,8 @@ steps:
387389
--install-mask all-ray-libraries
388390
--run-flaky-tests
389391
--except-tags multi_gpu
392+
depends_on:
393+
- corebuild
390394

391395
- label: ":ray: core: flaky gpu tests"
392396
key: core_flaky_gpu_tests

0 commit comments

Comments
 (0)