mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Add GCS actor management CI build (#9194)
This commit is contained in:
parent
7af6c69672
commit
1e79730eee
1 changed files with 13 additions and 0 deletions
13
.travis.yml
13
.travis.yml
|
@ -57,6 +57,19 @@ matrix:
|
||||||
before_script:
|
before_script:
|
||||||
- . ./ci/travis/ci.sh build
|
- . ./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
|
- os: linux
|
||||||
env:
|
env:
|
||||||
- JDK='Oracle JDK 8'
|
- JDK='Oracle JDK 8'
|
||||||
|
|
Loading…
Add table
Reference in a new issue