Skip to content
Snippets Groups Projects
Commit 96ace25a authored by Adele Zhou's avatar Adele Zhou
Browse files

Fix full cloud to prod

parent c4b61e24
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,14 @@ ...@@ -31,7 +31,14 @@
# This script is invoked by Jenkins and runs interop test suite. # This script is invoked by Jenkins and runs interop test suite.
set -ex set -ex
export LANG=en_US.UTF-8
# Enter the gRPC repo root # Enter the gRPC repo root
cd $(dirname $0)/../.. cd $(dirname $0)/../..
tools/run_tests/run_interop_tests.py -l all -s all --cloud_to_prod --cloud_to_prod_auth --prod_servers default cloud_gateway gateway_v2 cloud_gateway_v2 gateway_v4 cloud_gateway_v4 --use_docker --http2_interop -t -j 12 $@ || true tools/run_tests/run_interop_tests.py \
-l all \
--cloud_to_prod \
--cloud_to_prod_auth \
--prod_servers default cloud_gateway gateway_v4 cloud_gateway_v4 \
--use_docker -t -j 12 $@ || true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment