vvysotskyi opened a new pull request #1632: DRILL-6780: Caching dependencies for CircleCI URL: https://github.com/apache/drill/pull/1632 Cache `~/.m2` folder to avoid downloading project dependencies for every build. The same cache instance is used for every build, so used pom.xml checksum to handle the case of updating dependencies versions or introducing new dependencies since by default cache is stored for 30 days. The average time of run is reduced by 6-8 minutes for every build. Link to the successful CircleCI build (first run): https://circleci.com/workflow-run/f26e0bef-9e1c-4f20-8375-77b59774a143. Second run (with cache usage): https://circleci.com/workflow-run/b9ec2974-85c9-4b30-a499-4e95a1152278 For details please see [DRILL-6780](https://issues.apache.org/jira/browse/DRILL-6780).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
