Conversation
There was a problem hiding this comment.
Hey @parametalol - I've reviewed your changes - here's some feedback:
- To improve clarity, please add a brief note to the PR description explaining the reason or trigger for this
proto.lockupdate.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
dashrews78
left a comment
There was a problem hiding this comment.
What is this for and why is it needed? Need some context here.
|
Images are ready for the commit at 543e5d0. To use with deploy scripts, first |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #15214 +/- ##
==========================================
- Coverage 49.13% 49.13% -0.01%
==========================================
Files 2557 2557
Lines 187809 187809
==========================================
- Hits 92280 92274 -6
- Misses 88254 88261 +7
+ Partials 7275 7274 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@parametalol: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
proto.lock updateproto.lock update
Whenever we do a proto change, Style check would complain about proto lock not being up-to-date: I found that the |
Yeah I'm aware of the style check. I'm the one that made it flag like this. Which is why I find these changes odd. I also updated the It is supposed to fail on your PR because you changed a storage proto and thus MUST update
I would say #1 is certain and you should only update it there. If we need #2 we should probably save that for 4.9A. |
Description
Changes made by
protolock commit.User-facing documentation
Testing and quality
Automated testing
How I validated my change
CI