Skip to content
Snippets Groups Projects
Commit 1c506820 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

use run_tests_matrix.py for running internal_ci master tests

parent 365c52b4
No related branches found
No related tags found
No related merge requests found
...@@ -47,12 +47,4 @@ git submodule update --init ...@@ -47,12 +47,4 @@ git submodule update --init
# download docker images from dockerhub # download docker images from dockerhub
export DOCKERHUB_ORGANIZATION=grpctesting export DOCKERHUB_ORGANIZATION=grpctesting
tools/run_tests/run_tests.py -l c -t -x sponge_log.xml || FAILED="true" tools/run_tests/run_tests_matrix.py -f basictests linux --internal_ci
# 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
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