Eric Haag
Eric Haag
It is sometimes the case that a user will want to customize the validation done by the scripts when running in an automated environment to something other than `executed_cacheable_tasks ==...
Currently, experiment receipt files are named `--.receipt`. I see little value in having such an elaborate naming scheme and it makes automation scenarios slightly more challenging. Instead, the receipt files...
For each experiment, there exists a `latest` symlink that always points to the most recent experiment's artifact directory. For example: ``` .data/ ├─ 01-validate-incremental-building/ │ ├─ 20231030T095641-653fc429/ │ ├─ 20240311T121101-65ef3b25/...
This PR adds a working sample of a single build containing both a Convention Develocity Gradle plugin & Convention Develocity Maven extension, where common Develocity configuration is shared between the...
Currently, when more than one Wrapper upgrade is performed for the same repository, there will be an equal number of PRs created for that repository. For example: https://github.com/gradle/develocity-build-config-samples/pulls?q=is%3Apr+is%3Aclosed+%22Bump+Gradle+Wrapper+from+8.6+to+8.7%22 It would...
This PR re-enables the Maven build caching workflow and also adds unhandled parameters that have appeared since the workflow had been disabled. I've also modernized the workflow to use the...
See the following run that states that the build's outcome was successful, but the build scan to which it links shows that it failed: ✅ GitHub Actions: https://github.com/spring-projects/spring-boot/actions/runs/11251305654#summary-31282046104 ❌ Build...