Skip to content
Snippets Groups Projects
Commit d01ef0a2 authored by Jan Tattermusch's avatar Jan Tattermusch Committed by GitHub
Browse files

Merge pull request #10922 from jtattermusch/master_tests_for_real

Use run_tests_matrix.py for running internal_ci master tests
parents 3afae71f 1c506820
No related branches found
No related tags found
No related merge requests found
......@@ -47,12 +47,4 @@ git submodule update --init
# download docker images from dockerhub
export DOCKERHUB_ORGANIZATION=grpctesting
tools/run_tests/run_tests.py -l c -t -x sponge_log.xml || FAILED="true"
# kill port_server.py to prevent the build from hanging
ps aux | grep port_server\\.py | awk '{print $2}' | xargs kill -9
if [ "$FAILED" != "" ]
then
exit 1
fi
tools/run_tests/run_tests_matrix.py -f basictests linux --internal_ci
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment