aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2017-09-18 19:23:57 +0200
committerGravatar GitHub <noreply@github.com>2017-09-18 19:23:57 +0200
commit3de4c55abe0307f3780be20e7cfe68dbaae3b169 (patch)
treec8cca2c66dff38d7eba648460f4ea0723e2b8b72
parente963820cfdc26485a8b58dce567a42c3407634fd (diff)
parenta29032fd32d1e275bd05afc011e7a7c8db61f644 (diff)
Merge pull request #12616 from jtattermusch/fix_test_filtering
Test everything if internal_ci scripts change
-rw-r--r--tools/run_tests/python_utils/filter_pull_request_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests/python_utils/filter_pull_request_tests.py b/tools/run_tests/python_utils/filter_pull_request_tests.py
index 4ad981237b..f99143fdd7 100644
--- a/tools/run_tests/python_utils/filter_pull_request_tests.py
+++ b/tools/run_tests/python_utils/filter_pull_request_tests.py
@@ -86,7 +86,6 @@ _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],