aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/linux/grpc_tsan_on_foundry.sh
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2018-01-25 13:10:35 -0800
committerGravatar Adele Zhou <adelez@google.com>2018-01-25 13:14:34 -0800
commit6fe3ce1af18dcdf52d35029260cd62f8d525b4ac (patch)
treee7b0193ecc00fb9ccf73fb03e36c5f2b0e7904d2 /tools/internal_ci/linux/grpc_tsan_on_foundry.sh
parent5e82dddc056bd488e0ba1ba0057247ab23e442d4 (diff)
Increse timeouts and add more flags
Diffstat (limited to 'tools/internal_ci/linux/grpc_tsan_on_foundry.sh')
-rw-r--r--tools/internal_ci/linux/grpc_tsan_on_foundry.sh5
1 files changed, 4 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 3948e6e7ce..5ce9ba3e14 100644
--- a/tools/internal_ci/linux/grpc_tsan_on_foundry.sh
+++ b/tools/internal_ci/linux/grpc_tsan_on_foundry.sh
@@ -38,7 +38,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
"${KOKORO_GFILE_DIR}/bazel_wrapper.py" \
--host_jvm_args=-Dbazel.DigestFunction=SHA1 \
test --jobs="50" \
- --test_timeout="300,450,1200,3600" \
+ --test_timeout="1500,1500,1500,3600" \
--test_output=errors \
--verbose_failures=true \
--keep_going \
@@ -53,6 +53,9 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
--experimental_remote_platform_override='properties:{name:"container-image" value:"docker://gcr.io/asci-toolchain/nosla-debian8-clang-fl@sha256:496193842f61c9494be68bd624e47c74d706cabf19a693c4653ffe96a97e43e3" }' \
--crosstool_top=@com_github_bazelbuild_bazeltoolchains//configs/debian8_clang/0.2.0/bazel_0.7.0:toolchain \
--define GRPC_PORT_ISOLATED_RUNTIME=1 \
+ --copt=-gmlt \
+ --strip=never \
--copt=-fsanitize=thread \
--linkopt=-fsanitize=thread \
+ --test_verbose_timeout_warnings \
-- //test/...