nicktelford opened a new pull request, #15109:
URL: https://github.com/apache/kafka/pull/15109

   We enable the remote build cache, hosted by the ASF Gradle Enterprise 
instance.
   
   We only cache tasks during builds on `trunk`, to ensure that pushes to PRs 
always re-run all Tasks needed by that PR.
   
   PRs will read from the build cache, enabling tasks for modules that haven't 
been changed in the PR to be read from the cache.
   
   This should ensure that changes "leaf" modules (e.g. connect, streams, etc.) 
don't run the entire test suite from dependent modules (i.e. core, clients, 
storage, etc.), which can be very costly.
   


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to