[
https://issues.apache.org/jira/browse/AIRFLOW-5754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960032#comment-16960032
]
ASF subversion and git services commented on AIRFLOW-5754:
----------------------------------------------------------
Commit 544f2b33650012d1a64956c38312e586b9ced31c in airflow's branch
refs/heads/v1-10-stable from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=544f2b3 ]
[AIRFLOW-5754] Improved RAT checking (#6429)
All files are mounted in CI now and checked using the RAT tool.
As opposed to only the runtime-needed files. This is enabled for CI
build only as mounting all local files to Docker (especially on Mac)
has big performance penalty when running the checks (slow osxfs
volume and thousands of small node_modules files generated make the
check runs for a number of minutes). The RAT checks will by default
use the selective volumes but on CI they will mount the whole
source directory.
Also latest version of RAT tool is used now and the output - list
of checked files - is additionally printed as output of the RAT
check so that we are sure the files we expect to be there, are
actually verified.
(cherry picked from commit 7e440dab1125ca2ba483bc7d470d8c6617789bba)
> Not all files are checked by RAT tool in CI
> -------------------------------------------
>
> Key: AIRFLOW-5754
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5754
> Project: Apache Airflow
> Issue Type: Bug
> Components: ci
> Affects Versions: 2.0.0, 1.10.6
> Reporter: Jarek Potiuk
> Priority: Major
>
> Not ALL files are checked via RAT tool in CI - as not the whole source folder
> is copied to Docker/Mounted. All sources should be mounted and checked.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)