On Wed, Oct 28, 2015 at 9:23 PM, Vinayakumar B <vinayakum...@apache.org> wrote: > So I’m going to turn on Yetus for *ALL* Hadoop precommit jobs >> later tonight. (Given how backed up Jenkins is at the moment, there is >> plenty of time. haha) Anyway, if you see “Powered by Yetus” in the Hadoop >> QA posts, you’ve got Yetus. If you don’t see it, it ran on trunk’s >> test-patch. > > +1, > > Report looks very clean, and multiple JDK runs helps as well. Also parallel > run is enabled for HDFS precommit as well. > > One issue, Looks like ASF licence check is done on files in build directory > also, which generates too many errors. Just need to skip this directory. > > Regards, > Vinay > >
Yetus should not be running ASF license checks inside of build directories. If you can point to a specific job where this happens please either file a jira against Yetus or let Allen or I know so we can file it. At a quick glance, I see ASF license failures on HADOOP-9613, but looking at the flagged files: https://builds.apache.org/job/PreCommit-HADOOP-Build/7966/artifact/patchprocess/patch-asflicense-problems.txt It is dumping test files outside of the target/ directory, so those files are legitimately in the source tree. -- Sean