-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use cached license files during pulling licenses. #33787
Conversation
cc: @ahmedabu98 @Amar3tto |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment |
9ffeb5b
to
c7fbe68
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks this looks good to me.
Note that we already did the same approach of caching license in #16692 , this expand it to all license entries
merge for now to unblock dev container release |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #33787 +/- ##
=========================================
Coverage 57.47% 57.47%
Complexity 1474 1474
=========================================
Files 984 984
Lines 155731 155731
Branches 1076 1076
=========================================
Hits 89499 89499
Misses 64023 64023
Partials 2209 2209 ☔ View full report in Codecov by Sentry. |
The Java ones are all green now! https://github.com/apache/beam/actions/runs/13039436766 |
* Use cached license files during pulling licenses. * Minor fix on logging.
addresses ##32161