action #134201
closedcoordination #130072: [epic] Handle openQA adaptions in Yam squad - SLE 15 SP6
Fix problems with prepare_profile in Migration Daily job group
0%
Description
Motivation¶
With the first builds of SLE15 SP6 we now discover what we made wrong when moving the autoyast profles to data/yam
lateley.
Lots of jobs fail in prepare_profile
Problems:
- autoupgrade_sles12sp5_pscc_base_all_full_auto:
autoyast_sle15/autoyast_sle15/autoyast_scc_up.xml
was moved - autoupgrade_sles12sp5_pscc_lp_def_full:
autoyast_sle15/autoyast_sle15/autoyast_scc_up.xml
was moved - autoupgrade_sles15sp3_scc_basesys-srv_all_full_auto:
autoyast_sle15/yam/autoyast_scc_up.xm
was moved - autoupgrade_sles15sp4_pscc_basesys-srv_all_full_auto:
autoyast_sle15/yam/autoyast_scc_up.xml
was moved - ha_migration_offline_dvd_sle15sp2_ltss_pre:
autoyast_sle15/autoyast_sle15/create_hdd/create_hdd_ha_ppc64le.xml.ep
was moved - ha_migration_offline_dvd_sle15sp3_pre:
autoyast_sle15/autoyast_sle15/create_hdd/create_hdd_ha_ppc64le.xml.ep
was moved - ha_migration_offline_dvd_sle15sp4_pre:
autoyast_sle15/autoyast_sle15/create_hdd/create_hdd_ha_ppc64le.xml.ep
was moved - ha_migration_offline_pscc_sle15sp2_ltss_pre:
autoyast_sle15/autoyast_sle15/create_hdd/create_hdd_ha_ppc64le.xml.ep
was moved - ha_migration_offline_pscc_sle15sp3_pre:
autoyast_sle15/autoyast_sle15/create_hdd/create_hdd_ha_ppc64le.xml.ep
was moved - ha_migration_offline_pscc_sle15sp4_pre:
autoyast_sle15/autoyast_sle15/create_hdd/create_hdd_ha_ppc64le.xml.ep
was moved - sap_migration_offline_dvd_sles4sap15sp2_fullcd_pre: File moved and even worse, no
AUTOYAST
setting defined. - sap_migration_offline_dvd_sles4sap15sp3_fullcd_pre: File moved and even worse, no
AUTOYAST
setting defined. - sap_migration_offline_dvd_sles4sap15sp4_fullcd_pre: File moved and even worse, no
AUTOYAST
setting defined. - sap_migration_offline_scc_sles4sap15sp2_fullcd_pre: File moved and even worse, no
AUTOYAST
setting defined. - sap_migration_offline_scc_sles4sap15sp2_pre: File moved and even worse, no
AUTOYAST
setting defined. - sap_migration_offline_scc_sles4sap15sp3_fullcd_pre: File moved and even worse, no
AUTOYAST
setting defined. - sap_migration_offline_scc_sles4sap15sp3_pre: File moved and even worse, no
AUTOYAST
setting defined. - sap_migration_offline_scc_sles4sap15sp4_fullcd_pre: File moved and even worse, no
AUTOYAST
setting defined. - sap_migration_offline_scc_sles4sap15sp4_pre: File moved and even worse, no
AUTOYAST
setting defined. - sap_migration_online_zypper_sles4sap15sp2_pre: File moved and even worse, no
AUTOYAST
setting defined. - sap_migration_online_zypper_sles4sap15sp3_pre: File moved and even worse, no
AUTOYAST
setting defined. - sap_migration_online_zypper_sles4sap15sp4_pre: File moved and even worse, no
AUTOYAST
setting defined.
ToDo¶
- Set the correct AUTOYAST settings for the affected jobs.
- In case of the SAP related failures I think that the
AUTOYAST
setting was defined in the opneQA testsuite declaration and got lost between SP5 and SP6.
Acceptance criteria¶
AC1: All AUTOYAST
settins for the testsuites above point to a real existing autoyast profile
Updated by JERiveraMoya over 1 year ago
- Priority changed from High to Urgent
- Parent task set to #130072
Updated by syrianidou_sofia over 1 year ago
- Status changed from Workable to In Progress
- Assignee set to syrianidou_sofia
Updated by syrianidou_sofia over 1 year ago
There are three types of resolutions to these failures:
autoupgrade_sles12sp5_pscc_base_all_full_auto: Autoyast setting was in openqa data base
ha_migration* : Autoyast was set with + to overwrite the schedule value, but schedule is processed last so it was overwritting the Jobgroup value.
sap_migration* : Autoyast settings was missing. Older tests were using create_hdd_sap.xml , that now is replaced with the .ep file.
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/17612
MR: https://gitlab.suse.de/coolgw/wegao-test/-/merge_requests/328
Updated by JERiveraMoya over 1 year ago
- Status changed from In Progress to Resolved