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,container ,manual,multi_gpu,spark_on_ray,ray_client,compiled_graphs,dask
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,compiled_graphs,dask
64
64
--install-mask all-ray-libraries
65
65
66
66
- label : " :ray: core: cgraph python tests"
86
86
--install-mask all-ray-libraries
87
87
--workers 4 --worker-id "{{matrix.worker_id}}" --parallelism-per-worker 3
88
88
--python-version {{matrix.python}}
89
- --except-tags debug_tests,asan_tests,post_wheel_build,ha_integration,mem_pressure,tmpfs,container ,manual,multi_gpu,spark_on_ray,ray_client,dask
89
+ --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
90
90
depends_on : corebuild-multipy
91
91
matrix :
92
92
setup :
@@ -115,7 +115,7 @@ steps:
115
115
--install-mask all-ray-libraries
116
116
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}" --worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3
117
117
--test-env=TEST_EXTERNAL_REDIS=1
118
- --except-tags debug_tests,asan_tests,post_wheel_build,ha_integration,mem_pressure,tmpfs,container ,manual,multi_gpu,spark_on_ray,ray_client,dask
118
+ --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
119
119
120
120
- label : " :ray: core: memory pressure tests"
121
121
tags :
@@ -433,10 +433,11 @@ steps:
433
433
- raycpubase
434
434
- corebuild
435
435
436
- - label : " :ray: core: container tests"
436
+ - label : " :ray: core: runtime env container tests"
437
437
tags :
438
438
- python
439
439
- docker
440
+ - runtime_env_container
440
441
- oss
441
442
instance_type : medium
442
443
commands :
@@ -447,7 +448,7 @@ steps:
447
448
# Disable test DB, these tests will never succeed if run in the flaky step.
448
449
- RAYCI_DISABLE_TEST_DB=1 bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... core
449
450
--install-mask all-ray-libraries
450
- --only-tags container
451
+ --only-tags runtime_env_container
451
452
depends_on :
452
453
- manylinux
453
454
- forge
0 commit comments