Add GCS actor management CI build (#9194)

This commit is contained in:
SangBin Cho 2020-06-29 13:42:41 -07:00 committed by GitHub
parent 7af6c69672
commit 1e79730eee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,19 @@ matrix:
before_script:
- . ./ci/travis/ci.sh build
- os: osx
osx_image: xcode7
env:
- PYTHON=3.6 RAY_GCS_ACTOR_SERVICE_ENABLED=true
- PYTHONWARNINGS=ignore
- RAY_DEFAULT_BUILD=1
- RAY_CYTHON_EXAMPLES=1
- RAY_USE_RANDOM_PORTS=1
install:
- . ./ci/travis/ci.sh init RAY_CI_SERVE_AFFECTED,RAY_CI_TUNE_AFFECTED,RAY_CI_PYTHON_AFFECTED
before_script:
- . ./ci/travis/ci.sh build
- os: linux
env:
- JDK='Oracle JDK 8'