-
Notifications
You must be signed in to change notification settings - Fork 5.1k
license: don't fail if output dir doesn't exist & download from github assets first #21206
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
|
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
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.
couple of nits with suggestions for your consideration
This comment has been minimized.
This comment has been minimized.
|
kvm2 driver with docker runtime Times for minikube start: 53.3s 53.0s 49.8s 52.2s 48.7s Times for minikube ingress: 14.5s 14.5s 15.0s 14.5s 14.5s docker driver with docker runtime Times for minikube start: 23.3s 24.2s 27.1s 21.9s 23.6s Times for minikube (PR 21206) ingress: 10.3s 12.8s 13.8s 13.3s 13.8s docker driver with containerd runtime Times for minikube start: 24.2s 24.1s 25.8s 21.7s 20.9s Times for minikube ingress: 22.8s 22.8s 22.8s 22.3s 22.8s |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, prezha 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 |
…b assets first (kubernetes#21206) * copy licenses to gh assests as well * download licneses from github * try head first to make code more simple * remove debug * fix extra dash * create license directory if doesnt exist * Apply suggestion from prezha * Apply suggestion from prezha * Apply suggestion from prezha * Apply suggestion from prezha
…b assets first (kubernetes#21206) * copy licenses to gh assests as well * download licneses from github * try head first to make code more simple * remove debug * fix extra dash * create license directory if doesnt exist * Apply suggestion from prezha * Apply suggestion from prezha * Apply suggestion from prezha * Apply suggestion from prezha
…b assets first (kubernetes#21206) * copy licenses to gh assests as well * download licneses from github * try head first to make code more simple * remove debug * fix extra dash * create license directory if doesnt exist * Apply suggestion from prezha * Apply suggestion from prezha * Apply suggestion from prezha * Apply suggestion from prezha
…b assets first (kubernetes#21206) * copy licenses to gh assests as well * download licneses from github * try head first to make code more simple * remove debug * fix extra dash * create license directory if doesnt exist * Apply suggestion from prezha * Apply suggestion from prezha * Apply suggestion from prezha * Apply suggestion from prezha
Before (with a dir that doesnt exists)
After (trying with a directory that doesnt exist)
closes #21205
closes #21207