-
Notifications
You must be signed in to change notification settings - Fork 5k
build: address all lint issues by v2 #20804
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
Conversation
…erred from the right-hand side
Hi @LJTian. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions 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. |
Can one of the admins verify this patch? |
/hold |
Thank you @LJTian for starting this PR, I renamed it to WIP, you can rename the PR title (remove the WIP once you feel ready to be reviewed) |
… (gocritic)
Should I consider splitting this PR into multiple PRs? Create a PR for something simple and unambiguous and submit it first. Create a separate PR for larger changes? |
…after the statement
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 53.5s 53.2s 51.3s 52.0s 51.6s Times for minikube ingress: 15.6s 15.0s 15.0s 15.0s 15.5s docker driver with docker runtime
Times for minikube start: 22.8s 21.9s 25.6s 26.1s 22.4s Times for minikube ingress: 12.8s 12.8s 12.8s 13.3s 13.3s docker driver with containerd runtime
Times for minikube (PR 20804) start: 23.3s 24.4s 21.1s 20.7s 21.5s Times for minikube ingress: 30.3s 39.3s 23.8s 38.8s 38.8s |
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.
excellent work @LJTian thank you for fixing this up ! I look forward to see more contributions from you! one thing that I noiced the docker-env and podman-env files share a lot of code, that is opportunity for more refactor to make them reuse the code instead of duplocation...
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: LJTian, medyagh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
All fixes have been preliminarily completed. Since this PR modifies too many files, it is recommended to review it through Commit records.
fix #20740