pipeline.gpu.large.yml 528 B

12345678
  1. - label: ":tv: :steam_locomotive: Train GPU tests "
  2. conditions: ["RAY_CI_TRAIN_AFFECTED"]
  3. commands:
  4. - cleanup() { if [ "${BUILDKITE_PULL_REQUEST}" = "false" ]; then ./ci/travis/upload_build_info.sh; fi }; trap cleanup EXIT
  5. - SGD_TESTING=1 INSTALL_HOROVOD=1 ./ci/travis/install-dependencies.sh
  6. - pip install -Ur ./python/requirements_ml_docker.txt
  7. - ./ci/travis/env_info.sh
  8. - bazel test --config=ci $(./scripts/bazel_export_options) --build_tests_only --test_tag_filters=gpu,gpu_only python/ray/train/...