aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/linux/grpc_interop_tocloud.sh
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2017-10-04 11:46:36 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2017-10-06 15:00:48 -0700
commita9712ba7ffb8b97c4b963ce894263914d3f42003 (patch)
tree8bd192e8774436d49cbae48a5ab061201139e2b2 /tools/internal_ci/linux/grpc_interop_tocloud.sh
parent1ed8dd119571a370407534dfdf6662bb5c809d4a (diff)
Add uploading interop result to BQ
Diffstat (limited to 'tools/internal_ci/linux/grpc_interop_tocloud.sh')
-rwxr-xr-xtools/internal_ci/linux/grpc_interop_tocloud.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/internal_ci/linux/grpc_interop_tocloud.sh b/tools/internal_ci/linux/grpc_interop_tocloud.sh
index e3ba25af5d..c69c3fbea8 100755
--- a/tools/internal_ci/linux/grpc_interop_tocloud.sh
+++ b/tools/internal_ci/linux/grpc_interop_tocloud.sh
@@ -23,4 +23,9 @@ cd $(dirname $0)/../../..
source tools/internal_ci/helper_scripts/prepare_build_linux_rc
source tools/internal_ci/helper_scripts/prepare_build_interop_rc
-tools/run_tests/run_interop_tests.py -l all -s all --use_docker --http2_interop --internal_ci -t -j 12 $@
+tools/run_tests/run_interop_tests.py \
+ -l all \
+ -s all \
+ --use_docker \
+ --bq_result_table interop_test \
+ --http2_interop --internal_ci -t -j 12 $@