From 8f07d21d19078833339d7e4d24d9980c3ac07787 Mon Sep 17 00:00:00 2001 From: Edward Oakes Date: Fri, 31 Jan 2020 14:15:27 -0800 Subject: [PATCH] Remove thread sanitizer from CI (#6996) --- .travis.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index f03fa6bd5..438281685 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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