mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
45 lines
2.7 KiB
YAML
45 lines
2.7 KiB
YAML
- label: ":tv: :brain: RLlib: GPU Examples {A/B}"
|
|
conditions: ["RAY_CI_RLLIB_AFFECTED"]
|
|
commands:
|
|
- cleanup() { if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then ./ci/travis/upload_build_info.sh; fi }; trap cleanup EXIT
|
|
- RLLIB_TESTING=1 ./ci/travis/install-dependencies.sh
|
|
- pip install -Ur ./python/requirements_ml_docker.txt
|
|
- ./ci/travis/env_info.sh
|
|
# Todo: enable once tests pass
|
|
# - bazel test --config=ci $(./scripts/bazel_export_options) --build_tests_only
|
|
# --test_tag_filters=examples_A,examples_B,-flaky --test_env=RAY_USE_MULTIPROCESSING_CPU_COUNT=1 --test_env=RLLIB_NUM_GPUS=1 rllib/...
|
|
|
|
# Todo: enable once tests pass
|
|
#- label: ":tv: :brain: RLlib: GPU Examples {C/D}"
|
|
# conditions: ["RAY_CI_RLLIB_AFFECTED"]
|
|
# commands:
|
|
# - cleanup() { if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then ./ci/travis/upload_build_info.sh; fi }; trap cleanup EXIT
|
|
# - RLLIB_TESTING=1 ./ci/travis/install-dependencies.sh
|
|
# - pip install -Ur ./python/requirements_ml_docker.txt
|
|
# - ./ci/travis/env_info.sh
|
|
# - bazel test --config=ci $(./scripts/bazel_export_options) --build_tests_only
|
|
# --test_tag_filters=examples_C,examples_D,-flaky --test_env=RAY_USE_MULTIPROCESSING_CPU_COUNT=1 --test_env=RLLIB_NUM_GPUS=1 rllib/...
|
|
|
|
# Todo: enable once tests pass
|
|
#- label: ":tv: :brain: RLlib: GPU Examples {E/P}"
|
|
# conditions: ["RAY_CI_RLLIB_AFFECTED"]
|
|
# commands:
|
|
# - cleanup() { if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then ./ci/travis/upload_build_info.sh; fi }; trap cleanup EXIT
|
|
# - RLLIB_TESTING=1 ./ci/travis/install-dependencies.sh
|
|
# - pip install -Ur ./python/requirements_ml_docker.txt
|
|
# - ./ci/travis/env_info.sh
|
|
# - bazel test --config=ci $(./scripts/bazel_export_options) --build_tests_only
|
|
# --test_tag_filters=examples_E,examples_F,examples_G,examples_H,examples_I,examples_J,examples_K,examples_L,examples_M,examples_N,examples_O,examples_P,-flaky --test_env=RAY_USE_MULTIPROCESSING_CPU_COUNT=1 --test_env=RLLIB_NUM_GPUS=1
|
|
# rllib/...
|
|
|
|
# Todo: enable once tests pass
|
|
#- label: ":tv: :brain: RLlib: GPU Examples {Q/Z}"
|
|
# conditions: ["RAY_CI_RLLIB_AFFECTED"]
|
|
# commands:
|
|
# - cleanup() { if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then ./ci/travis/upload_build_info.sh; fi }; trap cleanup EXIT
|
|
# - RLLIB_TESTING=1 ./ci/travis/install-dependencies.sh
|
|
# - pip install -Ur ./python/requirements_ml_docker.txt
|
|
# - ./ci/travis/env_info.sh
|
|
# - bazel test --config=ci $(./scripts/bazel_export_options) --build_tests_only
|
|
# --test_tag_filters=examples_Q,examples_R,examples_S,examples_T,examples_U,examples_V,examples_W,examples_X,examples_Y,examples_Z,-flaky --test_env=RAY_USE_MULTIPROCESSING_CPU_COUNT=1 --test_env=RLLIB_NUM_GPUS=1
|
|
# rllib/...
|