|
60 | 60 | - bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... //python/ray/_common/tests/... //python/ray/dag/... //python/ray/autoscaler/v2/... core |
61 | 61 | --install-mask all-ray-libraries |
62 | 62 | --workers "$${BUILDKITE_PARALLEL_JOB_COUNT}" --worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3 |
63 | | - --except-tags debug_tests,asan_tests,post_wheel_build,ha_integration,mem_pressure,tmpfs,runtime_env_container,manual,multi_gpu,spark_on_ray,ray_client,dask |
| 63 | + --except-tags custom_setup |
64 | 64 | --install-mask all-ray-libraries |
65 | 65 |
|
66 | 66 | - label: ":ray: core: python {{matrix.python}} tests ({{matrix.worker_id}})" |
|
74 | 74 | --install-mask all-ray-libraries |
75 | 75 | --workers 4 --worker-id "{{matrix.worker_id}}" --parallelism-per-worker 3 |
76 | 76 | --python-version {{matrix.python}} |
77 | | - --except-tags debug_tests,asan_tests,post_wheel_build,ha_integration,mem_pressure,tmpfs,runtime_env_container,manual,multi_gpu,spark_on_ray,ray_client,dask |
| 77 | + --except-tags custom_setup |
78 | 78 | depends_on: corebuild-multipy |
79 | 79 | matrix: |
80 | 80 | setup: |
@@ -103,7 +103,7 @@ steps: |
103 | 103 | --install-mask all-ray-libraries |
104 | 104 | --workers "$${BUILDKITE_PARALLEL_JOB_COUNT}" --worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3 |
105 | 105 | --test-env=TEST_EXTERNAL_REDIS=1 |
106 | | - --except-tags debug_tests,asan_tests,post_wheel_build,ha_integration,mem_pressure,tmpfs,runtime_env_container,manual,multi_gpu,spark_on_ray,ray_client,dask |
| 106 | + --except-tags custom_setup |
107 | 107 |
|
108 | 108 | - label: ":ray: core: memory pressure tests" |
109 | 109 | tags: |
|
0 commit comments