diff options
author | adelez <adelez@google.com> | 2018-06-15 16:31:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-15 16:31:21 -0700 |
commit | 5bdd9a8cb9b35361bd54d6e518c289c41e23ab79 (patch) | |
tree | 655d3fceacc36c48b666a1607419e6ce4e10988f /tools/internal_ci | |
parent | 8a7f6bf5cb9cb07cef24c29a6a11f6fc3dcd176d (diff) |
Revert "Revert "Add suppressions to sanitizers for bazel builds""
Diffstat (limited to 'tools/internal_ci')
-rw-r--r-- | tools/internal_ci/linux/grpc_tsan_on_foundry.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/linux/grpc_tsan_on_foundry.sh b/tools/internal_ci/linux/grpc_tsan_on_foundry.sh index fafa1ceecb..cd4e354be6 100644 --- a/tools/internal_ci/linux/grpc_tsan_on_foundry.sh +++ b/tools/internal_ci/linux/grpc_tsan_on_foundry.sh @@ -14,5 +14,5 @@ # limitations under the License. export UPLOAD_TEST_RESULTS=true -EXTRA_FLAGS="--copt=-gmlt --strip=never --copt=-fsanitize=thread --linkopt=-fsanitize=thread --test_timeout=3600" +EXTRA_FLAGS="--copt=-gmlt --strip=never --copt=-fsanitize=thread --linkopt=-fsanitize=thread --test_timeout=3600 --action_env=TSAN_OPTIONS=suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1" github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh "${EXTRA_FLAGS}" |