Merge pull request #3838 from jtattermusch/enable_auth_tests

Enable cloud_to_prod_auth interop tests on Jenkins.
pull/3853/head
Michael Lumish 9 years ago
commit 665fbecca5
  1. 2
      tools/jenkins/run_interop.sh

@ -34,4 +34,4 @@ set -ex
# Enter the gRPC repo root
cd $(dirname $0)/../..
tools/run_tests/run_interop_tests.py -l all -s all --cloud_to_prod --use_docker -t -j 8 $@ || true
tools/run_tests/run_interop_tests.py -l all -s all --cloud_to_prod --cloud_to_prod_auth --use_docker -t -j 8 $@ || true

Loading…
Cancel
Save