action #135413
Updated by JRivrain about 1 year ago
Currently, all tests on x86_64 are using the variables LIVECD, LIVETEST, LIVECD_LOADER and *not* UEFI, however those livecds are made for uefi. These variables are problematic, should not be used, and don't serve any purpose. They cause This causes some issues and inconstistencies, ofr example: inconstistencies: - aarch64 jobs use UEFI - for x86_64 the installation medium is not ejected after install, unlike for other arches - and need to scroll down to get to "boot from hdd". - some other variables like BOOTFROM do not work as expected. produce unexpected behavior. example of vrs showing we don't need these variables: https://openqa.opensuse.org/tests/overview?version=agama-3.0-staging&distri=alp&build=JRivrain%2Fos-autoinst-distri-opensuse%23master AC1: remove LIVECD* variables and use MACHINE=uefi in Agama job groups.