mirror of
https://github.com/wassname/ray.git
synced 2026-07-28 11:25:04 +08:00
Remove thread sanitizer from CI (#6996)
This commit is contained in:
-16
@@ -80,22 +80,6 @@ matrix:
|
||||
- go get github.com/bazelbuild/buildtools/buildifier
|
||||
- ./ci/travis/bazel-format.sh
|
||||
|
||||
- os: linux
|
||||
env: SANITIZER=1 CC=clang PYTHON=3.5 PYTHONWARNINGS=ignore
|
||||
|
||||
install:
|
||||
- eval `python $TRAVIS_BUILD_DIR/ci/travis/determine_tests_to_run.py`
|
||||
- if [ $RAY_CI_PYTHON_AFFECTED != "1" ]; then exit; fi
|
||||
|
||||
- ./ci/suppress_output ./ci/travis/install-bazel.sh
|
||||
- ./ci/suppress_output ./ci/travis/install-dependencies.sh
|
||||
- export PATH="$HOME/miniconda/bin:$PATH"
|
||||
- ./ci/suppress_output ./ci/travis/install-ray.sh
|
||||
|
||||
script:
|
||||
# Run core worker tests with thread sanitizer
|
||||
- RAY_BAZEL_CONFIG="--config=tsan" TSAN_OPTIONS="report_atomic_races=0" ./ci/suppress_output bash src/ray/test/run_core_worker_tests.sh
|
||||
|
||||
# Build Linux wheels.
|
||||
- os: linux
|
||||
env: LINUX_WHEELS=1 PYTHONWARNINGS=ignore RAY_INSTALL_JAVA=1
|
||||
|
||||
Reference in New Issue
Block a user