Project

General

Profile

action #135413

Updated by JRivrain 8 months ago

Currently, all tests are using the variables LIVECD, LIVETEST, LIVECD_LOADER and *not* UEFI, however those livecds are made for uefi. This causes some issues and inconstistencies: 
 - aarch64 jobs use UEFI and not LIVECD 
 - 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 variables like BOOTFROM 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 https://openqa.opensuse.org/tests/overview?version=agama-3.0-staging&build=JRivrain%2Fos-autoinst-distri-opensuse%23master&distri=alp 

 AC1: remove LIVECD* variables and use MACHINE=uefi from Agama job groups.

Back