Skip to content
Snippets Groups Projects
Commit e434e9e6 authored by matt-kwong's avatar matt-kwong Committed by GitHub
Browse files

Merge pull request #9876 from matt-kwong/filter-intern

Make portability tests pull images from Dockerhub and add test filter
parents dc720ca6 70e353bf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -98,6 +98,7 @@ _WHITELIST_DICT = {
'^test/distrib/php/': [_PHP_TEST_SUITE],
'^test/distrib/python/': [_PYTHON_TEST_SUITE],
'^test/distrib/ruby/': [_RUBY_TEST_SUITE],
'^tools/internal_ci/': [],
'^vsprojects/': [_WINDOWS_TEST_SUITE],
'binding\.gyp$': [_NODE_TEST_SUITE],
'composer\.json$': [_PHP_TEST_SUITE],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment