aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins
diff options
context:
space:
mode:
authorGravatar Matt Kwong <matt-kwong@users.noreply.github.com>2017-03-24 17:03:02 -0700
committerGravatar GitHub <noreply@github.com>2017-03-24 17:03:02 -0700
commitc7bd643c1518b0172e061fc6e0691b519599e029 (patch)
tree81d19237eb52d18a9b4b056a19c0407fb3897962 /tools/jenkins
parent504adae3722d6ea9f952f8990be16e5490fa1a6b (diff)
parent2b7a4ed0174c73309a70db3765099a9bb2ba8919 (diff)
Merge branch 'master' into change-to-microbenchmarking
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-xtools/jenkins/run_interop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/run_interop.sh b/tools/jenkins/run_interop.sh
index 2a9fc662a9..13c208e97c 100755
--- a/tools/jenkins/run_interop.sh
+++ b/tools/jenkins/run_interop.sh
@@ -36,4 +36,4 @@ 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 --use_docker --http2_interop --http2_badserver_interop -t -j 12 $@ || true
+tools/run_tests/run_interop_tests.py -l all -s all --cloud_to_prod --cloud_to_prod_auth --use_docker --http2_interop --http2_server_interop -t -j 12 $@ || true