|
8 | 8 | - DATA_PROCESSING_TESTING=1 INSTALL_HOROVOD=1 ./ci/env/install-dependencies.sh
|
9 | 9 | - ./ci/env/env_info.sh
|
10 | 10 | - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=-gpu,-hdfs
|
| 11 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
11 | 12 | python/ray/air/...
|
12 |
| - - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=ray_air python/ray/data/... |
| 13 | + - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=ray_air |
| 14 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
| 15 | + python/ray/data/... |
13 | 16 |
|
14 | 17 | - label: ":airplane: AIR/ML release smoke tests"
|
15 | 18 | conditions:
|
|
26 | 29 | - bazel test --config=ci $(./ci/run/bazel_export_options)
|
27 | 30 | --build_tests_only
|
28 | 31 | --test_tag_filters=team:ml
|
| 32 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
29 | 33 | release/...
|
30 | 34 |
|
31 | 35 |
|
|
42 | 46 | - ./ci/run/run_bazel_test_with_sharding.sh
|
43 | 47 | --config=ci $(./ci/run/bazel_export_options)
|
44 | 48 | --test_tag_filters=-gpu_only,-gpu,-minimal,-tune,-doctest,-new_storage
|
| 49 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
45 | 50 | python/ray/train/...
|
46 | 51 |
|
| 52 | + |
47 | 53 | # Currently empty test suite
|
48 | 54 | #- label: ":steam_locomotive: :octopus: Train + Tune tests and examples"
|
49 | 55 | # conditions: ["NO_WHEELS_REQUIRED", "RAY_CI_TRAIN_AFFECTED"]
|
|
242 | 248 | - RLLIB_TESTING=1 ./ci/env/install-dependencies.sh
|
243 | 249 | - ./ci/env/env_info.sh
|
244 | 250 | - ./ci/run/run_bazel_test_with_sharding.sh --config=ci $(./ci/run/bazel_export_options) --build_tests_only
|
245 |
| - --test_tag_filters=examples,-multi_gpu,-gpu --test_env=RAY_USE_MULTIPROCESSING_CPU_COUNT=1 rllib/... |
| 251 | + --test_tag_filters=examples,-multi_gpu,-gpu --test_env=RAY_USE_MULTIPROCESSING_CPU_COUNT=1 |
| 252 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
| 253 | + rllib/... |
246 | 254 |
|
247 | 255 | - label: ":brain: RLlib: tests/ dir"
|
248 | 256 | conditions: ["NO_WHEELS_REQUIRED", "RAY_CI_RLLIB_DIRECTLY_AFFECTED"]
|
|
277 | 285 | - ./ci/run/run_bazel_test_with_sharding.sh
|
278 | 286 | --config=ci $(./ci/run/bazel_export_options) --build_tests_only
|
279 | 287 | --test_tag_filters=-medium_instance,-soft_imports,-gpu_only,-rllib,-multinode,-new_storage
|
| 288 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
280 | 289 | python/ray/tune/...
|
281 | 290 |
|
282 | 291 | - label: ":octopus: Tune tests and examples (medium)"
|
|
288 | 297 | - ./ci/env/env_info.sh
|
289 | 298 | - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only
|
290 | 299 | --test_tag_filters=medium_instance,-soft_imports,-gpu_only,-rllib,-multinode,-new_storage
|
| 300 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
291 | 301 | python/ray/tune/...
|
292 | 302 |
|
293 | 303 | - label: ":octopus: :spiral_note_pad: New output: Tune tests and examples (small)"
|
|
302 | 312 | --config=ci $(./ci/run/bazel_export_options) --build_tests_only
|
303 | 313 | --test_tag_filters=-medium_instance,-soft_imports,-gpu_only,-rllib,-multinode,-new_storage
|
304 | 314 | --test_env=AIR_VERBOSITY=1
|
| 315 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
305 | 316 | python/ray/tune/...
|
306 | 317 |
|
307 | 318 | - label: ":octopus: :spiral_note_pad: New output: Tune tests and examples (medium)"
|
|
314 | 325 | - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only
|
315 | 326 | --test_tag_filters=medium_instance,-soft_imports,-gpu_only,-rllib,-multinode,-new_storage
|
316 | 327 | --test_env=AIR_VERBOSITY=1
|
| 328 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
317 | 329 | python/ray/tune/...
|
318 | 330 |
|
319 | 331 |
|
|
325 | 337 | - TUNE_TESTING=1 ./ci/env/install-dependencies.sh
|
326 | 338 | - ./ci/env/env_info.sh
|
327 | 339 | - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=-gpu_only,rllib
|
| 340 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
328 | 341 | python/ray/tune/...
|
329 | 342 |
|
330 | 343 | - label: ":octopus: ML library integrations tests and examples."
|
|
334 | 347 | - cleanup() { if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then ./ci/build/upload_build_info.sh; fi }; trap cleanup EXIT
|
335 | 348 | - TUNE_TESTING=1 INSTALL_HOROVOD=1 ./ci/env/install-dependencies.sh
|
336 | 349 | - ./ci/env/env_info.sh
|
337 |
| - - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only python/ray/tests/xgboost/... |
338 |
| - - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only python/ray/tests/horovod/... |
| 350 | + - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only |
| 351 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
| 352 | + python/ray/tests/xgboost/... |
| 353 | + - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only |
| 354 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
| 355 | + python/ray/tests/horovod/... |
339 | 356 |
|
340 | 357 |
|
341 | 358 |
|
|
524 | 541 | # (see https://github.com/ray-project/ray/pull/38432/)
|
525 | 542 | - pip install "transformers==4.30.2" "datasets==2.14.0"
|
526 | 543 | - ./ci/env/env_info.sh
|
527 |
| - - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=-timeseries_libs,-external,-ray_air,-gpu,-post_wheel_build,-doctest,-datasets_train,-highly_parallel,-new_storage doc/... |
| 544 | + - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=-timeseries_libs,-external,-ray_air,-gpu,-post_wheel_build,-doctest,-datasets_train,-highly_parallel,-new_storage |
| 545 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
| 546 | + doc/... |
528 | 547 |
|
529 | 548 | - label: ":book: Doc tests and examples with time series libraries"
|
530 | 549 | conditions:
|
|
545 | 564 | - cleanup() { if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then ./ci/build/upload_build_info.sh; fi }; trap cleanup EXIT
|
546 | 565 | - DOC_TESTING=1 ./ci/env/install-dependencies.sh
|
547 | 566 | - ./ci/env/env_info.sh
|
548 |
| - - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=ray_air,-external,-timeseries_libs,-gpu,-post_wheel_build,-doctest doc/... |
| 567 | + - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=ray_air,-external,-timeseries_libs,-gpu,-post_wheel_build,-doctest |
| 568 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
| 569 | + doc/... |
549 | 570 |
|
550 | 571 | - label: ":book: Doc examples for external code "
|
551 | 572 | conditions: ["RAY_CI_PYTHON_AFFECTED", "RAY_CI_TUNE_AFFECTED", "RAY_CI_DOC_AFFECTED", "RAY_CI_SERVE_AFFECTED", "RAY_CI_ML_AFFECTED"]
|
|
554 | 575 | - cleanup() { if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then ./ci/build/upload_build_info.sh; fi }; trap cleanup EXIT
|
555 | 576 | - DOC_TESTING=1 ./ci/env/install-dependencies.sh
|
556 | 577 | - ./ci/env/env_info.sh
|
557 |
| - - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=external,-timeseries_libs,-gpu,-post_wheel_build,-doctest doc/... |
| 578 | + - bazel test --config=ci $(./ci/run/bazel_export_options) --build_tests_only --test_tag_filters=external,-timeseries_libs,-gpu,-post_wheel_build,-doctest |
| 579 | + --test_env=RAY_AIR_NEW_PERSISTENCE_MODE=0 |
| 580 | + doc/... |
558 | 581 |
|
559 | 582 |
|
560 | 583 | - label: ":exploding_death_star: RLlib Contrib: A3C Tests"
|
|
0 commit comments