Merge pull request #10149 from matt-kwong/fix-kokoro-jobs

Correct Kokoro scripts
pull/10179/head
matt-kwong 8 years ago committed by GitHub
commit ad3fdb6784
  1. 2
      tools/internal_ci/linux/grpc_master_sanitizers.sh
  2. 2
      tools/internal_ci/linux/grpc_portability.sh
  3. 2
      tools/internal_ci/linux/grpc_portability_build_only.sh

@ -37,4 +37,4 @@ git submodule update --init
# download docker images from dockerhub
export DOCKERHUB_ORGANIZATION=grpctesting
tools/run_tests/run_tests_matrix.sh -f sanitizers linux
tools/run_tests/run_tests_matrix.py -f sanitizers linux

@ -37,4 +37,4 @@ git submodule update --init
# download docker images from dockerhub
export DOCKERHUB_ORGANIZATION=grpctesting
tools/run_tests/run_tests_matrix.sh -f portability linux
tools/run_tests/run_tests_matrix.py -f portability linux

@ -37,4 +37,4 @@ git submodule update --init
# download docker images from dockerhub
export DOCKERHUB_ORGANIZATION=grpctesting
tools/run_tests/run_tests_matrix.sh -f portability linux --build_only
tools/run_tests/run_tests_matrix.py -f portability linux --build_only

Loading…
Cancel
Save