uros-b commented on code in PR #57233: URL: https://github.com/apache/spark/pull/57233#discussion_r3614058803
########## .github/workflows/build_infra_images_cache.yml: ########## Review Comment: After this PR, pyproject.toml is the real source of CI dependencies, but the cache-rebuild trigger still lists only Dockerfiles + the workflow file. A pyproject.toml-only dependency bump will no longer re-warm the layer cache, causing cache-miss slowdowns until a Dockerfile is also touched. Correctness unaffected (PR test builds always COPY a fresh pyproject.toml); add pyproject.toml to the `paths:` list. -- 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]
