Skip to content

Commit

Permalink
Fix full cloud to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Adele Zhou committed Aug 30, 2016
1 parent c4b61e2 commit 96ace25
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tools/jenkins/run_full_interop.sh → tools/jenkins/run_full_cloud_prod.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@
# This script is invoked by Jenkins and runs interop test suite.
set -ex

export LANG=en_US.UTF-8

# Enter the gRPC repo root
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 comments on commit 96ace25

Please sign in to comment.