mingyen066 commented on code in PR #19753: URL: https://github.com/apache/kafka/pull/19753#discussion_r2094814279
########## committer-tools/README.md: ########## @@ -103,3 +103,14 @@ Found tests that were started, but not finished: 2024-09-10T20:31:26.6830206Z Gradle Test Run :streams:test > Gradle Test Executor 47 > StreamThreadTest > shouldReturnErrorIfProducerInstanceIdNotInitialized(boolean, boolean) > "shouldReturnErrorIfProducerInstanceIdNotInitialized(boolean, boolean).stateUpdaterEnabled=true, processingThreadsEnabled=true" STARTED ``` + + +## Speed up the CI +`update-cache.sh` allows developers to retrieve the latest commit SHA that contains the Gradle build cache and create a local branch called `trunk-cached`. +Developers can then checkout a new branch based on `trunk-cached` to speed up CI. + +```bash +./update-cache.sh + +Local branch 'trunk-cached' successfully updated to f26974b16d (from 19 hours ago). +``` Review Comment: Oh! I didn't notice there's already a description written in the workflow README. I removed the changes I made to the `committer-tools/README.md` -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org