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.
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 usingkata-deploy
./cc @jcvenegas