This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 3e4fa5c897 Merge pull request #16112 from
apache/revert-15824-fix/14915-beanbuilder-spring7
add 8a3a79ffb6 Add deterministic test task sharding
add 57a387c032 Parallelize critical CI test workloads
add cd4490aea5 Parallelize remaining critical CI workloads
add 7ebf2fb3e1 Shard critical selector test legs
add 7bb015970e Separate rerun build work from its test shards
add 8804f208a9 Shard remaining critical CI test legs
new fcc8f257b9 Merge pull request #16116 from
apache/perf/8.0.x-ci-wall-clock-regression
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.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(-)
create mode 100644
build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/TestTaskShardingPlugin.groovy
create mode 100644
build-logic/plugins/src/test/groovy/org/apache/grails/buildsrc/TestTaskShardingPluginSpec.groovy