Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .buildkite/core.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ steps:
parallelism: 4
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... //python/ray/dag/... python/ray/autoscaler/v2/... core
--install-mask serve
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}" --worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3
--except-tags debug_tests,asan_tests,post_wheel_build,ha_integration,mem_pressure,tmpfs,container,manual,use_all_core,multi_gpu
--install-mask serve
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... //python/ray/dag/... python/ray/autoscaler/v2/... core
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}" --worker-id "$${BUILDKITE_PARALLEL_JOB}"
--only-tags use_all_core --skip-ray-installation
Expand All @@ -67,10 +69,12 @@ steps:
instance_type: large
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... //python/ray/dag/... python/ray/autoscaler/v2/... core
--install-mask serve
--workers 4 --worker-id "{{matrix.worker_id}}" --parallelism-per-worker 3
--python-version {{matrix.python}}
--except-tags debug_tests,asan_tests,post_wheel_build,ha_integration,mem_pressure,tmpfs,container,manual,use_all_core,multi_gpu
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... //python/ray/dag/... python/ray/autoscaler/v2/... core
--install-mask serve
--workers 4 --worker-id "{{matrix.worker_id}}" --parallelism-per-worker 3
--python-version {{matrix.python}}
--only-tags use_all_core --skip-ray-installation
Expand All @@ -86,6 +90,7 @@ steps:
parallelism: 4
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... //python/ray/dag/... python/ray/autoscaler/v2/... core
--install-mask serve
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}" --worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3
--test-env=TEST_EXTERNAL_REDIS=1
--except-tags debug_tests,asan_tests,post_wheel_build,ha_integration,mem_pressure,tmpfs,container,manual,use_all_core,multi_gpu
Expand Down Expand Up @@ -156,6 +161,7 @@ steps:
--parallelism-per-worker 3
# doc examples
- bazel run //ci/ray_ci:test_in_docker -- //doc/... core
--install-mask serve
--except-tags gpu,post_wheel_build,mem_pressure,doctest
--parallelism-per-worker 3
--skip-ray-installation
Expand All @@ -166,6 +172,7 @@ steps:
commands:
- bazel run //ci/ray_ci:test_in_docker --
python/ray/util/dask/... python/ray/tests/modin/... core
--install-mask serve
--build-name datalbuild
--parallelism-per-worker 2
depends_on:
Expand All @@ -190,6 +197,7 @@ steps:
instance_type: medium
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... core
--install-mask serve
--build-type debug
--parallelism-per-worker 3
--only-tags debug_tests
Expand All @@ -200,6 +208,7 @@ steps:
instance_type: medium
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... core
--install-mask serve
--build-type asan
--parallelism-per-worker 2
--only-tags asan_tests
Expand All @@ -210,6 +219,7 @@ steps:
instance_type: medium
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... //doc/... core
--install-mask serve
--build-type wheel
--parallelism-per-worker 3
--only-tags post_wheel_build
Expand Down Expand Up @@ -309,6 +319,7 @@ steps:
soft_fail: true
commands:
- bazel run //ci/ray_ci:test_in_docker -- //... core
--install-mask serve
--run-flaky-tests --build-type clang
--except-tags multi_gpu

Expand All @@ -322,6 +333,7 @@ steps:
soft_fail: true
commands:
- bazel run //ci/ray_ci:test_in_docker -- //... core
--install-mask serve
--run-flaky-tests --build-type clang
--gpus 4
--build-name coregpubuild
Expand Down Expand Up @@ -365,7 +377,7 @@ steps:
--canonical-tag test_container
- docker build --progress=plain --build-arg BASE_IMAGE="rayproject/ray:test_container"
-t rayproject/ray:runtime_env_container -f ci/docker/runtime_env_container/Dockerfile .
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... core --only-tags container
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... core --only-tags container --install-mask serve
depends_on:
- manylinux
- forge
Expand All @@ -382,4 +394,5 @@ steps:
--gpus 4
--build-name coregpubuild
--only-tags multi_gpu
--install-mask serve
depends_on: coregpubuild