Project

General

Profile

coordination #42494

Updated by riafarov over 4 years ago

See motivation in the parent ticket. 

 Use same, approach as we used in #42230 for default 

 Valuable outcomes of discussions: 
 We decided that it makes sense to keep test suites which people from a single team can fix should stay by that team. E.g. zVM tests. 
 +VAR_NAME format can be used in the machines definition to override settings in the test suite. E.g. for the env which do not support booting into images, we can override HDD_1 and BOOT_TO_SNAPSHOT and BOOT_HDD_IMAGE, so it first of all doesn't fail as incomplete due to missing expected image and secondly conducts prerequisite steps to get to the same point as in case of booting to the image. 

 Proposed naming convention is %current_test_suite_name%_installation for the installation part, other test scenario keeps it's current name. 


 ## Acceptance criteria 
 1. All the scenarios from the list are either divided into parts or decision made to keep them in one job group or another. 
 2. All performed changes are documented 
 3. Setup is backed up before the changes 

 #### List of scenarios to be split into installation part and other 
 *<del>USBinstall</del> 
 * allmodules+allpatterns 
 * <del>cryptlvm</del> 
 * default (Please see the solution in [poo#42230](https://progress.opensuse.org/issues/42230#note-7)); 
 * <del>iscsi_ibft</del> 
 * <del>lvm</del> 
 * <del>lvm+resize_root</del> 
 * <del>lvm-full-encrypt</del> 
 * <del>lvm_thin_provisioning</del> 
 * minimalx 
 * minimal_x+uefi (nonsense to run on aarch64, covered by minimalx, fix when changing schedule) 
 * registered+gnome+dev_tools_all_packages_dvd (has to be adjusted for sp2) 
 * skip_registration+all-packages-iso (has to be adjusted <del>skip_registration+all-packages-iso</del> (irrelevant for sp2) 
 * textmode 
 * textmode+role_textmode 
 * videomode_text+textmode+role_kvm 
 * videomode_text+textmode+role_xen

Back