diff options
author | Matt Kwong <mattkwong@mattkwong-macbookpro.roam.corp.google.com> | 2017-02-27 00:54:27 -0800 |
---|---|---|
committer | Matt Kwong <mattkwong@mattkwong-macbookpro.roam.corp.google.com> | 2017-02-27 01:04:53 -0800 |
commit | 70e353bf28b080af40539079b798b6e78b09e106 (patch) | |
tree | c528e77291e9986541ef7650073d38d5ade6ebdf /tools/internal_ci/linux | |
parent | 28b0f2a0d18533f236c194015a395c22dfb51b3d (diff) |
Make portability tests pull Docker images from Dockerhub
Diffstat (limited to 'tools/internal_ci/linux')
-rw-r--r-- | tools/internal_ci/linux/grpc_portability_build_only.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/internal_ci/linux/grpc_portability_build_only.sh b/tools/internal_ci/linux/grpc_portability_build_only.sh index 9fac5bcac0..ebdc0e82d7 100644 --- a/tools/internal_ci/linux/grpc_portability_build_only.sh +++ b/tools/internal_ci/linux/grpc_portability_build_only.sh @@ -35,4 +35,7 @@ cd $(dirname $0)/../../.. git submodule update --init +# download docker images from dockerhub +export DOCKERHUB_ORGANIZATION=grpctesting + tools/jenkins/run_jenkins_matrix.sh -f portability linux --build_only |