ajantha-bhat commented on PR #16566: URL: https://github.com/apache/iceberg/pull/16566#issuecomment-4551654535
Thanks @kevinjqliu, good catch. I updated the PR to preserve #16356's cache model. The selective PR matrix planner now stands on its own, and this PR no longer adds custom cache artifact merge/store actions or additional Gradle cache writers. Behavior after the update: - PRs: Gradle cache restore only, no writes - main: only `java-ci.yml` `build-checks (17)` writes, same as #16356 - release branches/tags: read-only cache, full coverage - ordinary PRs: selected matrices with Java 17 - `full-ci`/global changes: full matrices with Java 17 and 21 So the runner reduction now comes from selective matrices, while the shared Gradle cache writer remains unchanged. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
