Skip to content

Avoid set proxy SCC for registration on Full medium#25003

Open
lemon-suse wants to merge 1 commit intoos-autoinst:masterfrom
lemon-suse:avoid-set-proxy-for-full-medium
Open

Avoid set proxy SCC for registration on Full medium#25003
lemon-suse wants to merge 1 commit intoos-autoinst:masterfrom
lemon-suse:avoid-set-proxy-for-full-medium

Conversation

@lemon-suse
Copy link
Contributor

@lemon-suse lemon-suse commented Mar 18, 2026

@lemon-suse lemon-suse requested a review from jknphy March 18, 2026 06:42
@lemon-suse lemon-suse force-pushed the avoid-set-proxy-for-full-medium branch from 82d46c1 to 4cda6d5 Compare March 18, 2026 10:14
@lemon-suse lemon-suse added the WIP Work in progress label Mar 18, 2026
@lemon-suse lemon-suse force-pushed the avoid-set-proxy-for-full-medium branch 2 times, most recently from c835c56 to 6bb737e Compare March 18, 2026 11:21
@lemon-suse lemon-suse removed the WIP Work in progress label Mar 19, 2026
}

if (check_var('SCC_REGISTER', 'installation') && !(check_var('VIRT_AUTOTEST', 1) && check_var('INSTALL_TO_OTHERS', 1))) {
if (check_var('SCC_REGISTER', 'installation') && !(check_var('VIRT_AUTOTEST', 1) && check_var('INSTALL_TO_OTHERS', 1)) && (!(is_agama && check_var('FLAVOR', 'Full')))) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we are the only ones testing Full medium, you can skip this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated.

$cmdline .= get_var('EXTRABOOTPARAMS') . ' ' if get_var('EXTRABOOTPARAMS');
$cmdline .= ' ' . join(' ', autoyast_boot_params) if (get_var('AUTOYAST'));
$cmdline .= registration_bootloader_cmdline . ' ' if check_var('SCC_REGISTER', 'installation');
if (!(is_agama && check_var('FLAVOR', 'Full'))) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we are the only ones testing Full medium, you can skip this change too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated.

@lemon-suse lemon-suse force-pushed the avoid-set-proxy-for-full-medium branch from 6bb737e to aec44ed Compare March 19, 2026 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants