We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5485c30 commit 60b1643Copy full SHA for 60b1643
.buildkite/core.rayci.yml
@@ -376,8 +376,8 @@ steps:
376
- gpu
377
instance_type: gpu-large
378
commands:
379
- - bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... //python/ray/dag/... core
380
- --build-name coregpubuild
381
- --only-tags multi_gpu
382
- - sleep 15000
+ - sleep 10000
+ # - bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... //python/ray/dag/... core
+ # --build-name coregpubuild
+ # --only-tags multi_gpu
383
depends_on: coregpubuild
0 commit comments