Reenable cache for Python/Xlang/Yaml templates#3077
Reenable cache for Python/Xlang/Yaml templates#3077Abacn merged 1 commit intoGoogleCloudPlatform:mainfrom
Conversation
Summary of ChangesHello @Abacn, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on optimizing the build process for Python, Xlang, and Yaml templates by re-enabling and refining the Kaniko caching strategy. The core change involves activating the build cache and implementing a weekly rotating cache directory. This approach is designed to enhance build speed by reusing image layers while proactively addressing potential cache staleness, thereby improving the overall reliability and performance of template staging. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3077 +/- ##
============================================
+ Coverage 50.26% 50.40% +0.14%
+ Complexity 5024 5019 -5
============================================
Files 967 970 +3
Lines 59271 59585 +314
Branches 6459 6499 +40
============================================
+ Hits 29794 30036 +242
- Misses 27376 27425 +49
- Partials 2101 2124 +23
🚀 New features to boost your workflow:
|
|
R: @derrickaw |
attempt to mitigate #2984 (comment) while avoid issues of stale cache in https://github.com/GoogleCloudPlatform/DataflowTemplates/pull/2962/files#r2495990868