jamesfredley opened a new pull request, #15335: URL: https://github.com/apache/grails-core/pull/15335
Replace --rerun-tasks with cleanTest to leverage Develocity cache while still ensuring tests always run. Changes: - Replace --rerun-tasks with cleanTest pattern (enables compilation caching) - Add --configuration-cache-problems=warn for faster Gradle startup - Increase maxParallelForks from 3 to 4 (matches GitHub runner cores) - Increase forkEvery from 10-25 to 50 (reduces JVM restart overhead) - Enable Develocity test distribution for CI builds Ref: https://github.com/apache/grails-core/commit/a78c0225059468f4d66bb13b72f813be2e78a66c -- 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]
