aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2018-06-26 11:28:26 -0700
committerGravatar Adele Zhou <adelez@google.com>2018-06-26 11:29:18 -0700
commitc24a35d333c7d189a0de8e975de585bf98922387 (patch)
treed8e60938439a386fb4c9b6138dcb777caaceaac8
parent2c9d7a66d2cd227e93861e330ba524be8d12b85c (diff)
Do not upload results to database for PR.
-rw-r--r--tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh b/tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh
index f5c12c27a3..1c8c95f67c 100644
--- a/tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh
+++ b/tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh
@@ -62,10 +62,6 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
--extra_execution_platforms=@com_github_bazelbuild_bazeltoolchains//configs/ubuntu16_04_clang/1.0:rbe_ubuntu1604 \
-- //test/... || FAILED="true"
-# Sleep to let ResultStore finish writing results before querying
-sleep 60
-python ./tools/run_tests/python_utils/upload_rbe_results.py
-
if [ "$FAILED" != "" ]
then
exit 1