Merge pull request #14183 from adelez/foundry_integration
Increase timeouts and add more flags for tsan builds on RBE
This commit is contained in:
commit
e0adbb6c2e
|
|
@ -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/...
|
||||
|
|
|
|||
Loading…
Reference in New Issue