Skip to content

Force install packages on test on MR

Walter Lozano requested to merge wip/wlozano/test-linux into apertis/v2025dev3

When running test on MR it can happen that some packages are held back and cannot be easily upgraded with apt-get update. To overcome this situation, force the upgrade using apt-get full-upgrade.

A common example of this situation is testing the linux kernel which can produce warnings like:

Install packages | The following packages have been kept back: Install packages | linux-headers-amd64

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Merge request reports