action #150941
closedRemove softfail for bsc#1202416,bsc#1204611 and bsc#1204612
Description
Motivation :
Related test job https://openqa.nue.suse.com/tests/12823125#step/verify_module_registration/1
bsc#1204612 is 'VERIFIED FIXED', So we need remove the softfail. and other 2 bugs mentioned in this test module are not resolved for sle15sp5 as well. remove them at the same time.
Acceptance criteria
AC1 : Remove softfail for bsc#1202416,bsc#1204611 and bsc#1204612
AC2 : Add new softfail for sle15sp6 if any
AC3 : Add python3 to registered module list since it will be selected by default
Updated by rfan1 about 1 year ago
- Status changed from Workable to In Progress
- Assignee set to rfan1
Updated by rfan1 about 1 year ago
my %softfail_modules_data = (
PackageHub => "bsc#1202416 - packagehub cannot work at sles15sp5",
"sle-module-NVIDIA-compute" => "bsc#1204611 - no sle-module-NVIDIA-compute in 15sp5",
"sle-module-certifications" => "bsc#1204612 - no sle-module-certifications in 15sp5",
);
There are 3 softfailures there, can we remove them all together? if we have new bug found on sle15sp6, do we need to add new bug here?
Updated by leli about 1 year ago
rfan1 wrote in #note-3:
my %softfail_modules_data = ( PackageHub => "bsc#1202416 - packagehub cannot work at sles15sp5", "sle-module-NVIDIA-compute" => "bsc#1204611 - no sle-module-NVIDIA-compute in 15sp5", "sle-module-certifications" => "bsc#1204612 - no sle-module-certifications in 15sp5", );
There are 3 softfailures there, can we remove them all together?
These all marked as fixed, you can try to remove them together.
if we have new bug found on sle15sp6, do we need to add new bug here?
Yes.
Updated by rfan1 about 1 year ago
Thanks @leli, Let me replace the bug with sle15sp6 one -> now https://bugzilla.suse.com/show_bug.cgi?id=1214197
Updated by rfan1 about 1 year ago
At the same time, I will try to fix the issue for failure https://openqa.nue.suse.com/tests/12798570#step/verify_module_registration/3 as well.
Pending issue:
Need to double check with developer to check if python3
is default registered module during the installation.
Updated by rfan1 about 1 year ago
- Subject changed from Remove softfail for bsc#1204612 to Remove softfail for bsc#1202416,bsc#1204611 and bsc#1204612
- Description updated (diff)
Updated by rfan1 about 1 year ago
Updated by rfan1 about 1 year ago
- Status changed from In Progress to Feedback
PR is merged, I just re-run all related tests to see