Skip to content
Snippets Groups Projects
Commit 28b0f2a0 authored by Matt Kwong's avatar Matt Kwong
Browse files

Add tools/internal_ci/ to test filter

parent 345abfd6
No related branches found
No related tags found
No related merge requests found
...@@ -98,6 +98,7 @@ _WHITELIST_DICT = { ...@@ -98,6 +98,7 @@ _WHITELIST_DICT = {
'^test/distrib/php/': [_PHP_TEST_SUITE], '^test/distrib/php/': [_PHP_TEST_SUITE],
'^test/distrib/python/': [_PYTHON_TEST_SUITE], '^test/distrib/python/': [_PYTHON_TEST_SUITE],
'^test/distrib/ruby/': [_RUBY_TEST_SUITE], '^test/distrib/ruby/': [_RUBY_TEST_SUITE],
'^tools/internal_ci/': [],
'^vsprojects/': [_WINDOWS_TEST_SUITE], '^vsprojects/': [_WINDOWS_TEST_SUITE],
'binding\.gyp$': [_NODE_TEST_SUITE], 'binding\.gyp$': [_NODE_TEST_SUITE],
'composer\.json$': [_PHP_TEST_SUITE], 'composer\.json$': [_PHP_TEST_SUITE],
......
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