run remote bazel tests with GRPC_VERBOSITY=debug

pull/16478/head
Jan Tattermusch 6 years ago
parent 35501ad1df
commit bbfb05f61f
  1. 1
      tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh
  2. 1
      tools/internal_ci/linux/grpc_msan_on_foundry.sh
  3. 1
      tools/internal_ci/linux/grpc_ubsan_on_foundry.sh
  4. 1
      tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh

@ -57,6 +57,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
--host_platform=//third_party/toolchains:rbe_ubuntu1604 \
--platforms=//third_party/toolchains:rbe_ubuntu1604 \
--remote_instance_name=grpc-testing/instances/default_instance \
--test_env=GRPC_VERBOSITY=debug \
$1 \
-- //test/... || FAILED="true"

@ -66,6 +66,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
--host_platform=//third_party/toolchains:rbe_ubuntu1604 \
--platforms=//third_party/toolchains:rbe_ubuntu1604 \
--remote_instance_name=grpc-testing/instances/default_instance \
--test_env=GRPC_VERBOSITY=debug \
-- //test/... || FAILED="true"
# Sleep to let ResultStore finish writing results before querying

@ -63,6 +63,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
--platforms=//third_party/toolchains:rbe_ubuntu1604 \
--cache_test_results=no \
--remote_instance_name=grpc-testing/instances/default_instance \
--test_env=GRPC_VERBOSITY=debug \
-- //test/... || FAILED="true"
# Sleep to let ResultStore finish writing results before querying

@ -62,6 +62,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
--host_platform=//third_party/toolchains:rbe_ubuntu1604 \
--platforms=//third_party/toolchains:rbe_ubuntu1604 \
--remote_instance_name=grpc-testing/instances/default_instance \
--test_env=GRPC_VERBOSITY=debug \
-- //test/... || FAILED="true"
if [ "$FAILED" != "" ]

Loading…
Cancel
Save