Commit graph

3 commits

Author SHA1 Message Date
Rene Groeschke
ba52a225dd
[Build] Make checkPart4 configuration cache compatible (#117250)
This makes checkPart4 tasks in general configuration cache compliant. 

We do not enable it by default in our pipelines yet. That will
eventually be done in separate PRs. To track any regressions we cover
the checkPart4 task in the weekly gradle cache validation build job
2024-12-15 20:49:25 +11:00
Rene Groeschke
e93eeacdf2
[Gradle] Minor cleanup on cache validation script (#116893)
Some minor cleanup in ci build for configuration cache validation
2024-11-17 08:33:41 +11:00
Rene Groeschke
fcc5d37dcf
[Gradle] Add buildkite ci validation script for configuration cache (#110269)
We see gradle cache incompatibilities sneaking into our code base. Until
we can enable this feature by default we should regular run checks
existing configuration cache achievements are not degrading.

This change includes: - updating spotless gradle plugin to configuration
cache compatible version (its still BETA but imo good enough for our
needs)
2024-08-08 03:33:29 +10:00