tejaswini-imply opened a new pull request, #13347: URL: https://github.com/apache/druid/pull/13347
We are moving away from the Travis CI/CD pipeline to GitHub Actions. As the first step, this PR adds static-checks GitHub action (triggered on any pull request activity) to run all the below steps: ``` animal sniffer checks checkstyle enforcer checks forbidden api checks pmd checks spotbugs checks license checks license checks for hadoop 3 script checks analyze dependencies analyze hadoop 3 dependencies (openjdk11) strict compilation ``` Optimizations implemented: 1. Caching maven dependencies. 2. Running checks parallelly. 3. Concurrency - single job per PR at a time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
