Merge pull request #9458 from makdharma/http2_interop

add http2 interop tests to Jenkins
pull/9466/head
makdharma 8 years ago committed by GitHub
commit 890ccaedca
  1. 2
      tools/jenkins/run_interop.sh

@ -37,3 +37,5 @@ export LANG=en_US.UTF-8
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 -t -j 12 $@ || true
tools/run_tests/run_interop_tests.py -l java --use_docker --http2_badserver_interop $@ || true
tools/run_tests/run_interop_tests.py -l python --use_docker --http2_badserver_interop $@ || true

Loading…
Cancel
Save