diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-07-29 14:01:58 -0700 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2015-07-29 14:01:58 -0700 |
commit | 4137cf729b19b94ba81f0af882e7fdc7bd8864dc (patch) | |
tree | c4df8885ac29573a9bbe51cef7d78be4953e9261 /tools/jenkins | |
parent | 357f0bdce17c73112430896e49b291cba0b369f4 (diff) | |
parent | 1b0e3437be035526a397e69ce6ef9397e61b2eb1 (diff) |
Merge pull request #2681 from donnadionne/add_interop
Adding c++ interop (cloud to prod) to jenkins work flow.
Diffstat (limited to 'tools/jenkins')
-rwxr-xr-x | tools/jenkins/run_jenkins.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/jenkins/run_jenkins.sh b/tools/jenkins/run_jenkins.sh index f4fdbc4421..93cf82d260 100755 --- a/tools/jenkins/run_jenkins.sh +++ b/tools/jenkins/run_jenkins.sh @@ -92,7 +92,9 @@ then docker cp $DOCKER_CID:/var/local/git/grpc/report.xml $git_root sleep 4 docker rm $DOCKER_CID || true - +elif [ "$platform" == "interop" ] +then + python tools/run_tests/run_interops.py --language=$language elif [ "$platform" == "windows" ] then echo "building $language on Windows" |