From f61d929832c588de83532333a6ee5df18527133b Mon Sep 17 00:00:00 2001 From: Adele Zhou Date: Tue, 26 Jun 2018 14:03:08 -0700 Subject: [PATCH] fix ubsan test --- tools/internal_ci/linux/grpc_ubsan_on_foundry.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/internal_ci/linux/grpc_ubsan_on_foundry.sh b/tools/internal_ci/linux/grpc_ubsan_on_foundry.sh index 49d06abd6ec..c733a0a108a 100644 --- a/tools/internal_ci/linux/grpc_ubsan_on_foundry.sh +++ b/tools/internal_ci/linux/grpc_ubsan_on_foundry.sh @@ -60,8 +60,8 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 \ --extra_toolchains=@com_github_bazelbuild_bazeltoolchains//configs/ubuntu16_04_clang/1.0/bazel_0.13.0/cpp:cc-toolchain-clang-x86_64-default \ --extra_execution_platforms=@com_github_bazelbuild_bazeltoolchains//configs/ubuntu16_04_clang/1.0:rbe_ubuntu1604 \ - --runs_per_test_detects_flakes - --runs_per_test=2 + --runs_per_test_detects_flakes \ + --runs_per_test=2 \ -- //test/... || FAILED="true" # Sleep to let ResultStore finish writing results before querying