We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b22090 commit e56513bCopy full SHA for e56513b
.buildkite/core.rayci.yml
@@ -373,6 +373,8 @@ steps:
373
commands:
374
- bazel run //ci/ray_ci:test_in_docker -- //:all //src/... core
375
--run-flaky-tests --build-type clang
376
+ depends_on:
377
+ - corebuild
378
379
- label: ":ray: core: flaky tests"
380
key: core_flaky_tests
@@ -387,6 +389,8 @@ steps:
387
389
--install-mask all-ray-libraries
388
390
--run-flaky-tests
391
--except-tags multi_gpu
392
393
394
395
- label: ":ray: core: flaky gpu tests"
396
key: core_flaky_gpu_tests
0 commit comments