action #132653
closedcoordination #130216: [epic] Adapt migration test coverage and its migration matrix for SLE 15 SP6
Create support image via autoyast with all patterns on SLE 12 SP5
Description
Motivation¶
Following the updated test matrix (see draft redesign matrix), we need to create support image via autoyast with all patterns on for SLES 12 SP5.
The steps:
- Follow the test matrix to get the needed qcow list (for this ticket the row with for all patterns with note: no module selection)
- Create the default module(preselected modules) qcow with all patterns.
Acceptance criteria¶
AC1: Create support image via autoyast with all patterns on SLE 12 SP5.
AC2: Create/modify configuration for running corresponding migrations
Additional info¶
About the test name and qcow name please follow the name document
test matrix
Updated by JERiveraMoya over 1 year ago
- Subject changed from Create support images via autoyast with all patterns on SLES12SP5 to Create support images via autoyast with all patterns on SLE 12 SP5
- Description updated (diff)
- Status changed from New to Workable
- Target version set to Current
- Parent task set to #130216
Updated by leli over 1 year ago
- Subject changed from Create support images via autoyast with all patterns on SLE 12 SP5 to Create support image via autoyast with all patterns on SLE 12 SP5
- Description updated (diff)
Updated by leli about 1 year ago
- Related to action #132650: Create support image via autoyast with default patterns on SLE 12 SP5 added
Updated by leli about 1 year ago
- Related to action #132707: Create support images with module combinations and all patterns on SLE 12 SP5 added
Updated by rfan1 about 1 year ago
- Status changed from Workable to In Progress
My fake test to create qcow2 image which is used for generating the autoyast file.
openqa-clone-job --from http://openqa.suse.de --host http://openqa.suse.de 11959127 --skip-download --skip-chained-deps \
GROUP=0 \
TEST=create_hdd_gnome_12SP5 \
BETA=0 \
PATTERNS=all \
VERSION=12-SP5 \
SCC_URL=https://scc.suse.com \
ISO=SLE-12-SP5-Server-DVD-x86_64-GM-DVD1.iso \
PUBLISH_HDD_1=SLES-12-SP5-x86_64-allpatterns-updated.qcow2 \
PUBLISH_PFLASH_VARS=SLES-12-SP5-x86_64-allpatterns-updated-uefi-vars.qcow2 \
ISO_MAXSIZE=4098883584
Created job #11977005: sle-15-SP6-Online-x86_64-Build16.1-create_hdd_gnome@64bit -> http://openqa.suse.de/t11977005
Updated by rfan1 about 1 year ago
VR with my own branch:
Create_hdd
VRs with new qcow2 images
Updated by rfan1 about 1 year ago
Some tips:
1. we need to use big hdd size, like 60gb, to make sure we can have enough free space for migration tests
2. we don't set separate /home directory
Updated by rfan1 about 1 year ago
- Status changed from In Progress to Feedback
PR is merged, Added the tests to below job group:
[Jobgroup-520](https://openqa.suse.de/admin/job_templates/520)
Updated by rfan1 about 1 year ago
- Status changed from In Progress to Feedback
Once the tests pass in prod job group, will try to update the test matrix via gitlab later.