Disallow ignoring failures on osx flaky test build (#15863)

This commit is contained in:
Eric Liang 2021-05-19 15:22:29 -07:00 committed by GitHub
parent 8a9bebb5e4
commit 52ae4b4b4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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