-
Notifications
You must be signed in to change notification settings - Fork 98
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
kernelci.cli: add storage subcommand #2161
Conversation
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.
Untested, but changes look pretty straightforward. If the author has tested them, then it LGTM besides the comments.
Feel free to test it, the new Azure Files tokens have been sent to everyone so you should be able to follow the Early Access steps if you want to give it a try (the version on staging with the update page of course). |
It's true I don't think we have unit tests for |
I'm taking the time to review and understand the code but I can't test every PR I review because testing them is not trivial and it'll take a considerable amount of time, and I can't afford that right now. If you tested it and it works, that's enough proof for me given the current situation. |
OK I'm not asking you to test it. Please approve it when / if you're happy with it. |
There's still this #2161 (comment) if you're ok with it. |
Add implementation for `kci storage upload` subcommand using the new framework with Click. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Add implementation for
kci storage upload
subcommand using the new framework with Click.Fixes #2158