jamesfredley commented on code in PR #15335:
URL: https://github.com/apache/grails-core/pull/15335#discussion_r2733530939
##########
gradle/test-config.gradle:
##########
@@ -47,10 +61,9 @@ tasks.withType(Test).configureEach {
useJUnitPlatform()
jvmArgs += java17moduleReflectionCompatibilityArguments
develocity {
- testRetry {
- maxRetries = configuredTestParallel == 1 ? 1 : 2
- maxFailures = 20
- failOnPassedAfterRetry = true
+ testDistribution {
+ enabled = isCiBuild
+ maxLocalExecutors = configuredTestParallel
Review Comment:
I am going to carve this off into a research issue since they are not
configured, but are supported. I'll add it to the issue for migrating to
Apache's instance.
--
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]