Merge pull request #15876 from adelez/foundry_integration

Do not upload results to database for PR.
pull/15882/merge
adelez 7 years ago committed by GitHub
commit 186a518573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/internal_ci/linux/grpc_ubsan_on_foundry.sh
  2. 4
      tools/internal_ci/linux/pull_request/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

@ -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

Loading…
Cancel
Save