action #112763
closedcoordination #103323: [epic] BCI testing
Add SLE 15-SP4 as part of the container test matrix
0%
Description
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 and image_updates
Updated by jlausuch over 2 years ago
- Subject changed from Add 15-SP4 as part of the container test matrix to Add SLE 15-SP4 as part of the container test matrix
Updated by jlausuch over 2 years ago
- Status changed from Workable to In Progress
- Assignee set to jlausuch
Updated by jlausuch over 2 years ago
https://gitlab.suse.de/qac/qac-openqa-yaml/-/merge_requests/865
I am reusing the needed assets from the fixed directories. Only thin I had to do is
sudo -u geekotest bsdtar xf /var/lib/openqa/factory/iso/fixed/SLE-15-SP4-Full-s390x-GM-Media1.iso -C /var/lib/openqa/factory/repo/fixed/SLE-15-SP4-Online-s390x-GM-Media1
Updated by jlausuch over 2 years ago
HDDs are created https://openqa.suse.de/tests/overview?distri=sle&version=15-SP4&build=GM&groupid=377
SLES-15-SP4-x86_64-containers.qcow2
SLES-15-SP4-s390x-containers.qcow2
SLES-15-SP4-ppc64le-containers.qcow2
SLES-15-SP4-aarch64-containers.qcow2
Updated by jlausuch over 2 years ago
Change for BCI images: https://gitlab.suse.de/qac/qac-openqa-yaml/-/merge_requests/867
Updated by jlausuch over 2 years ago
And this MR for the Base images: https://gitlab.suse.de/qac/qac-openqa-yaml/-/merge_requests/868/
Updated by jlausuch over 2 years ago
- Status changed from In Progress to Resolved