PC LTP: Cleanup LTP module installation#25188
PC LTP: Cleanup LTP module installation#25188pevik wants to merge 2 commits intoos-autoinst:masterfrom
Conversation
POC had 2 ways to build LTP kernel modules. 3d8fe39 introduced make install to the old way, therefore there were 2 functions doing basically the same. Removing one which called only 'sudo make modules-install' added in 671fb59, because that triggered 'make modules' compilation (only "brave" man compiles as root :)). Fixes: 3d8fe39 ("LTP: Build modules via make modules") Fixes: 671fb59 ("Adapt PC to new LTP module building") Signed-off-by: Petr Vorel <pvorel@suse.cz>
PUBLIC_CLOUD_LTP_GIT_BUILD is not used in gravity-cannon, metadata nor qac-openqa-yaml. Suggested-by: Volodymyr Katkalov <volodymyr.katkalov@suse.com> Signed-off-by: Petr Vorel <pvorel@suse.cz>
volodymyrkatkalov
left a comment
There was a problem hiding this comment.
LGTM, let's see VRs
|
Thank you for running jobs, obviously installation works and it's safe to merge. BTW aou run all of them with |
|
POC had 2 ways to build LTP kernel modules. 3d8fe39 introduced make install to the old way, therefore there ere 2 functions doing basically the same. Removing one which called only 'sudo make modules-install' added in 671fb59, because that triggered 'make modules' compilation (only "brave" man compiles as root :)).
TODO PC team: For now keeping both variables
PUBLIC_CLOUD_LTP_GIT_BUILDandPUBLIC_CLOUD_LTP_BUILD_MODULES, obviously just one of them is needed. PC team should pick one, adapt test setup (including removing the function which checks the unused one).Fixes: 3d8fe39 ("LTP: Build modules via make modules")
Fixes: 671fb59 ("Adapt PC to new LTP module building")
@volodymyrkatkalov could you please verify?