kata-containers / tests

Kata Containers tests, CI, and metrics
https://katacontainers.io/
Apache License 2.0
139 stars 196 forks source link

Align CI installation & configuration paths with `kata-deploy` ones #3432

Open fidencio opened 3 years ago

fidencio commented 3 years ago

Aligning CI installation & configuration paths with kata-deploy ones could help tremendously on debugging issues, mainly when running the CI locally.

I can see a huge value on this mainly when testing kernel & qemu bumps, where locally I'd only build those, using the CI scripts, but I'd get all the other bits from kata-deploy, without having to change the configuration files to point to the VMM / kernel / initrd in different locations than the ones deployed using kata-deploy.

/cc @jcvenegas

GabyCT commented 2 years ago

@fidencio is this still a problem? or it has been solved?