action #157831
closedcoordination #151816: [epic] Handle openQA fixes and job group setup
After migration, check system info should not check ltss addon
0%
Description
Motivation¶
Failed job: https://openqa.suse.de/tests/13848812#step/check_system_info/22
After migration, it did research 'SLES-LTSS' addon
Acceptance criteria¶
AC1: After migration, should remove ltss check from check_system_info module.
Updated by JERiveraMoya 7 months ago
- Tags set to qe-yam-mar-sprint
- Description updated (diff)
- Status changed from New to Workable
- Parent task set to #151816
Updated by syrianidou_sofia 7 months ago
- Status changed from Workable to In Progress
- Assignee set to syrianidou_sofia
Updated by JERiveraMoya 6 months ago
- Tags changed from qe-yam-mar-sprint to qe-yam-apr-sprint
Updated by syrianidou_sofia 6 months ago
- Status changed from In Progress to Resolved
Closing as resolved after change of settings by @tinawang123
Updated by openqa_review 6 months ago
- Status changed from Resolved to Feedback
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: migr_sles15sp4
https://openqa.suse.de/tests/14048922#step/check_system_info/1
To prevent further reminder comments one of the following options should be followed:
- The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted
- The openQA job group is moved to "Released" or "EOL" (End-of-Life)
- The bugref in the openQA scenario is removed or replaced, e.g.
label:wontfix:boo1234
Expect the next reminder at the earliest in 28 days if nothing changes in this ticket.
Updated by syrianidou_sofia 6 months ago
- Status changed from Feedback to In Progress
Updated by syrianidou_sofia 6 months ago
Reopened https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/18992/files as the ltss is now re-added to 15SP4 migration tests and two ppc tests fail again:
https://openqa.suse.de/tests/14048928
https://openqa.suse.de/tests/14048922
Updated by tinawang123 6 months ago ยท Edited
This failed job because the MR: https://gitlab.suse.de/qe-yam/openqa-job-groups/-/merge_requests/125
It changed with incorrect setting:
offline_sles15sp4_pscc_base-srv_all_full_spvm: &offline_sles15sp4_pscc_base-srv_all_full_spvm
<<: *spvm
HDDVERSION: '15-SP4'
HDD_SCC_REGISTERED: '1'
MIRROR_HTTP: 'http://openqa.suse.de/assets/repo/SLE-%VERSION%-Online-%ARCH%-Build%BUILD%-Media1'
ORIGIN_SYSTEM_VERSION: '15-SP4'
PATTERNS: 'default'
REPO_0: 'SLE-%VERSION%-Online-%ARCH%-Build%BUILD%-Media1'
SCC_ADDONS: 'ltss'
YAML_SCHEDULE: 'schedule/migration/offline_regression_upgrade@pvm.yaml'
At the second job offline migration. It should not add SCC_ADDONS: 'ltss'
You can just add patch to this MR. Remove this incorrect setting.
Updated by syrianidou_sofia 6 months ago
- Status changed from In Progress to Resolved
Resolving after lemo's MR fixed the issue: https://gitlab.suse.de/qe-yam/openqa-job-groups/-/merge_requests/157