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

pyanaconda: remove code paths around module command parsing as this was deprecated #5845

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

KKoukiou
Copy link
Contributor

Remove also the related tests as these are no longer relevant.

…as deprecated

Remove also the related tests as these are no longer relevant.

Also bump the pykickstart required version which marks 'module' as
Deprecated.
Copy link
Contributor

@M4rtinK M4rtinK left a comment

Choose a reason for hiding this comment

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

Looks good to me. :)

@@ -302,6 +267,7 @@ class PayloadKickstartSpecification(KickstartSpecification):
commands_data = {
"ModuleData": COMMANDS.ModuleData,
"RepoData": COMMANDS.RepoData,

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 this might be a typo/leftover ? :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we can also remove these once it pykickstart it gets to RemovedCommand.
I tried removing it and I got ~50 tests failures.

@KKoukiou
Copy link
Contributor Author

/kickstart-tests --testtype smoke

@KKoukiou
Copy link
Contributor Author

/kickstart-tests --testtype smoke

@KKoukiou
Copy link
Contributor Author

/kickstart-tests --testtype smoke

@KKoukiou
Copy link
Contributor Author

/kickstart-tests --testtype smoke

@KKoukiou
Copy link
Contributor Author

The builds where successful - click links to see. There was some hickups with github events, therefore status was not updated.

@KKoukiou KKoukiou merged commit 9ef1a54 into rhinstaller:master Aug 21, 2024
10 of 14 checks passed
@KKoukiou KKoukiou deleted the module-deprecation branch August 21, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants