Project

General

Profile

action #135413

Updated by JRivrain 8 months 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 some issues and inconstistencies, for ofr example: 

 - 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. 

 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.

Back