This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch 8.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit fcc8f257b9597b241f91a3c062b6eaaabddad213 Merge: 3e4fa5c897 8804f208a9 Author: James Fredley <[email protected]> AuthorDate: Mon Aug 10 08:39:28 2026 -0400 Merge pull request #16116 from apache/perf/8.0.x-ci-wall-clock-regression Parallelize critical CI test workloads .github/workflows/gradle.yml | 197 ++++++++++- .github/workflows/groovy-joint-workflow.yml | 39 ++- build-logic/plugins/build.gradle | 4 + .../grails/buildsrc/TestTaskShardingPlugin.groovy | 174 +++++++++ .../buildsrc/TestTaskShardingPluginSpec.groovy | 387 +++++++++++++++++++++ build.gradle | 3 +- 6 files changed, 781 insertions(+), 23 deletions(-)
