mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Disallow ignoring failures on osx flaky test build (#15863)
This commit is contained in:
parent
8a9bebb5e4
commit
52ae4b4b4e
1 changed files with 0 additions and 10 deletions
10
.travis.yml
10
.travis.yml
|
@ -207,16 +207,6 @@ matrix:
|
|||
- bash ./java/build-jar-multiplatform.sh multiplatform
|
||||
- bash ./java/build-jar-multiplatform.sh deploy
|
||||
cache: false
|
||||
allow_failures:
|
||||
- os: osx
|
||||
osx_image: xcode7
|
||||
env:
|
||||
- PYTHON=3.6 FLAKY=1
|
||||
- PYTHONWARNINGS=ignore
|
||||
- RAY_DEFAULT_BUILD=1
|
||||
- RAY_CYTHON_EXAMPLES=1
|
||||
- RAY_USE_RANDOM_PORTS=1
|
||||
- RLLIB_TESTING=1
|
||||
|
||||
after_script:
|
||||
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then ./ci/travis/upload_build_info.sh; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue