-
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
Rework kci docker
with new framework
#2134
Conversation
7aeee4f
to
ab548a8
Compare
365c8fd
to
55ef9e2
Compare
55ef9e2
to
71f034e
Compare
Still not tested on staging,
|
Yeah obviously, all the other PRs need to be rebased now that the TOML one got merged. |
a8f7410
to
02940b0
Compare
@nuclearcat @hardboprobot @JenySadadia This is ready to be reviewed, if one of you is available. Also maybe assign it to yourself so it doesn't get reviewed by more than one person? |
02940b0
to
13728ec
Compare
Add kernelci.docker as a module to manage KernelCI Docker images. This will provide the actual implementation behind the new 'kci docker' command based on Click. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Add kernelci.cli.docker subcommand for the new `kci docker` implementation based on kernelci.docker and Click. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Remove the old `kci docker` implementation based on argparse as there's now the new one based on Click and the kernelci.docker module. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
13728ec
to
a8d1743
Compare
tested on staging |
Rework the
kci docker
command with the newkernelci.cli
module based on Click.