Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate python2 as workaround on SLE15-SP1+ #14790

Merged

Conversation

lemon-suse
Copy link
Contributor

@lemon-suse lemon-suse commented Apr 27, 2022

Update condition for workaround for bsc#1189543 to make sure on SLE15-SP1+.

@github-actions
Copy link

Great PR! Please pay attention to the following items before merging:

Files matching lib/**.pm:

  • Consider adding or extending unit tests in t/

This is an automatically generated QA checklist based on modified files

@@ -867,7 +867,7 @@ sub scc_deregistration {
quit_packagekit;
wait_for_purge_kernels;
assert_script_run('SUSEConnect --version');
if (get_var('UPGRADE_TARGET_VERSION') == '15-SP3') {
if ((check_var('UPGRADE_TARGET_VERSION', '15-SP3')) && (is_sle('15+'))) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chcao
Copy link
Contributor

chcao commented Apr 27, 2022

Please run a case from SLES15GA in continuous group. On SLES15GA, python2 module is not available too. So maybe need to change (is_sle('15+') -> (is_sle('15.1+')?

Update condition for workaround for bsc#1189543 to make sure on
SLE15-SP1+.
@lemon-suse lemon-suse changed the title Activate python2 as workaround on SLE15+ Activate python2 as workaround on SLE15-SP1+ Apr 27, 2022
@lemon-suse
Copy link
Contributor Author

Please run a case from SLES15GA in continuous group. On SLES15GA, python2 module is not available too. So maybe need to change (is_sle('15+') -> (is_sle('15.1+')?

Yes, I think so. I have updated the code and VRs.

Copy link
Contributor

@tinawang123 tinawang123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lemon-suse lemon-suse merged commit 0bfc9df into os-autoinst:master Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants