Actions
action #153619
closedcoordination #151822: [epic] Soft-fails mitigation
Revisit soft-failure bsc#1195060
Start date:
2023-12-01
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Motivation¶
See parent epic.
https://openqa.suse.de/tests/13259389#step/journal_check/10 -> bsc#1195060
Acceptance criteria¶
AC1: Revisit soft-failure bsc#1195060
Updated by lmanfredi about 1 year ago
- Status changed from Workable to In Progress
- Assignee set to lmanfredi
Updated by lmanfredi about 1 year ago · Edited
Trying to remove the bug_ref:
"bsc#1195060": {
"description": "Failed to start Load kdump kernel early on startup",
"products": {
"sle-micro": ["5.1", "5.2", "5.3"]
},
"type": "bug"
},
inside the json file data/journal_check/bug_refs.json
, the issue happens again.
See VRS
This for VERSION 5.1
and 5.2
. Instead the 5.3
is commented out in file JobGroups/SLE_Micro_MU/s390x.yaml
repo openqa-job-groups
:
# https://bugzilla.suse.com/show_bug.cgi?id=1195060
# Making it soft-failure in journal doesn't help:
# https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/14148
# - slem_installation_autoyast:
# settings:
# <<: *dvd_autoyast_settings
# EXTRABOOTPARAMS: 'quiet'
Updated by lmanfredi about 1 year ago · Edited
Changed type
to ignore
for:
"bsc#1195060": {
"description": "Failed to start Load kdump kernel early on startup",
"products": {
"sle-micro": ["5.1", "5.2", "5.3"]
},
"type": "ignore"
},
and added check for type
inside tests/console/journal_check.pm
In this way works fine and no more soft failure happens.
See VRs
Updated by lmanfredi about 1 year ago · Edited
Asked for feedback on bsc#1195060
Updated by lmanfredi about 1 year ago · Edited
Created PR#18707 to replace the type
with bug
Updated by JERiveraMoya about 1 year ago
- Status changed from In Progress to Resolved
Actions