Project

General

Profile

action #112763

Updated by jlausuch about 2 years ago

As 15-SP4 is FCS, we should add it for the validation of our tests. 

 The Container Image tests are using a set pre-installed HDD_1 (qcow2). The 3rd party hosts are created manually, but all the SLE hosts are done via Autoyast in this group: 
 https://openqa.suse.de/group_overview/377 
 

 using the same autoyast profile: 
 https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/data/containers/autoyast_containers.xml.ep 

 The way to trigger those HDD creation jobs is also done manually and I do it from time to time (need to improve this part). This is the script I use to do so: 
 https://gitlab.suse.de/qac/qac-openqa-yaml/-/blob/master/containers/create_hdd_isos_post.sh 

 ## Acceptance criteria 
 - Add 15-SP4 to the job group https://gitlab.suse.de/qac/qac-openqa-yaml/-/blob/master/containers/create_stable_hosts.yaml -> https://openqa.suse.de/group_overview/377 
 - Make sure the job installs properly 15-SP4 host and creates the corresponding qcow2 
 - Add this host to all Container Image tests [bci](https://gitlab.suse.de/qac/qac-openqa-yaml/-/tree/master/containers/bci) and [image_updates](https://gitlab.suse.de/qac/qac-openqa-yaml/-/tree/master/containers/image_updates) 

Back