This is an automated email from the ASF dual-hosted git repository.

vogievetsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new ad62c0eb31 ignore licenses changes in check test script (#12964)
ad62c0eb31 is described below

commit ad62c0eb31644158343e590a92a4f4dbbaa1df2b
Author: Clint Wylie <[email protected]>
AuthorDate: Thu Aug 25 12:31:28 2022 -0700

    ignore licenses changes in check test script (#12964)
---
 check_test_suite.py      | 2 +-
 check_test_suite_test.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/check_test_suite.py b/check_test_suite.py
index bdc05aef8d..8fd7391114 100755
--- a/check_test_suite.py
+++ b/check_test_suite.py
@@ -29,7 +29,7 @@ always_run_jobs = ['license checks', '(openjdk8) packaging 
check', '(openjdk11)
 ignore_prefixes = ['.github', '.idea', '.asf.yaml', '.backportrc.json', 
'.codecov.yml', '.dockerignore', '.gitignore',
                    '.lgtm.yml', 'CONTRIBUTING.md', 'setup-hooks.sh', 
'upload.sh', 'dev', 'distribution/docker',
                    'distribution/asf-release-process-guide.md', '.travis.yml',
-                   'owasp-dependency-check-suppressions.xml']
+                   'owasp-dependency-check-suppressions.xml', 'licenses']
 
 script_prefixes = ['check_test_suite.py', 'check_test_suite_test.py']
 script_job = ['script checks']
diff --git a/check_test_suite_test.py b/check_test_suite_test.py
index e8b7f9b039..f29ac99781 100755
--- a/check_test_suite_test.py
+++ b/check_test_suite_test.py
@@ -128,6 +128,7 @@ class CheckTestSuite(unittest.TestCase):
             ['check_test_suite_test.py'],
             ['website/core/Footer.js'],
             ['web-console/src/views/index.ts'],
+            ['licenses/foo.mit'],
             ['check_test_suite_test.py', 'website/core/Footer.js', 
'web-console/unified-console.html', 'owasp-dependency-check-suppressions.xml']
         ]
         some_java_diffs = [


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to