Actions
action #157843
closed[qe-core] addon 'sle-module-python3' is missed in autoyast config file, it is enabled by default on sle15sp6
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2023-03-15
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Description
Description¶
Even no failed job on sle15sp6 functional job group, I can see the autoyast configuration files for sle15sp6 create_hdd tasks miss addon 'sle-module-python3'.
It should be enabled by default on sle15sp6. see one of the jobs like https://openqa.suse.de/tests/13847311
<suse_register t="map">
<addons t="list">
<addon t="map">
<arch>x86_64</arch>
<name>sle-module-server-applications</name>
<reg_code/>
<release_type>nil</release_type>
<version>15.6</version>
</addon>
<addon t="map">
<arch>x86_64</arch>
<name>sle-module-basesystem</name>
<reg_code/>
<release_type>nil</release_type>
<version>15.6</version>
</addon>
</addons>
Action items¶
- Add missed addon 'sle-module-python3' for all autoyast tests
- Run VRs to make sure no regression issues.
Updated by rfan1 8 months ago
- Status changed from New to In Progress
Well, sanity test passed http://openqa.suse.de/tests/13856391
<suse_register t="map">
<addons t="list">
<addon t="map">
<arch>x86_64</arch>
<name>sle-module-python3</name>
<reg_code/>
<release_type>nil</release_type>
<version>15.6</version>
</addon>
<addon t="map">
<arch>x86_64</arch>
<name>sle-module-server-applications</name>
<reg_code/>
<release_type>nil</release_type>
<version>15.6</version>
</addon>
<addon t="map">
<arch>x86_64</arch>
<name>sle-module-basesystem</name>
<reg_code/>
<release_type>nil</release_type>
<version>15.6</version>
</addon>
</addons>
Updated by JERiveraMoya 8 months ago
- Related to action #157849: Add python3 in AutoYaST profiles for > SLE 15 SP5 where not is default added
Actions