David Arthur created KAFKA-18500:
------------------------------------
Summary: Pull Requests not fully leveraging cache
Key: KAFKA-18500
URL: https://issues.apache.org/jira/browse/KAFKA-18500
Project: Kafka
Issue Type: Bug
Components: build
Reporter: David Arthur
I noticed PRs were running for longer than expected, especially ones with no
code changes. A no-op PR based on the "trunk-cached" ref should ideally run in
only a few minutes as all the compilation and tests should be cached in the
Gradle cache.
I made such a PR, and it took quite a while to finish.
[https://github.com/apache/kafka/pull/18449]
Looking through the logs, there is a mixture of FROM-CACHE tasks, and tasks
that fully ran.
[https://github.com/apache/kafka/actions/runs/12677880015/job/35334496897?pr=18449]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)