-
Notifications
You must be signed in to change notification settings - Fork 79
Drop support for el7toel8 #905
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
Conversation
Removing support for el7toel8 since since the upgrade path is no longer supported. Changes: * Makefile adjusted * Reflect changes in documentation * Remove rhel7 build and test containers Jira: RHELMISC-11005
Thank you for contributing to the Leapp project!Please note that every PR needs to comply with the Leapp Guidelines and must pass all tests in order to be mergeable.
To launch regression testing public members of oamg organization can leave the following comment:
Please open ticket in case you experience technical problem with the CI. (RH internal only) Note: In case there are problems with tests not being triggered automatically on new PR/commit or pending for a long time, please consider rerunning the CI by commenting leapp-ci build (might require several comments). If the problem persists, contact leapp-infra. |
pirat89
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! good catch in the documentation!
|
The failed test seems to be caused by bug in pytest plugin. Let's investigate it in a separate PR. The change in this PR is not related to the failed test.
|
## Packaging - Bump leapp-framework to 6.1 (oamg#894) ## Framework ### Fixes - Create the /var/lib/leapp directory automatically if missing (oamg#893) ### Enhancements - Recognize configuration files with the .yaml suffix only (oamg#892) ## Leapp (tool) ### Fixes - Fix CLI: allow to set falsy values as default for leapp's command options (oamg#894) ## Modifications - Updated Makefile and drop of rhel7 related artifacts (oamg#905)
## Packaging - Bump leapp-framework to 6.1 (oamg#894) ## Framework ### Fixes - Create the /var/lib/leapp directory automatically if missing (oamg#893) ### Enhancements - Recognize configuration files with the .yaml suffix only (oamg#892) ## Leapp (tool) ### Fixes - Fix CLI: allow to set falsy values as default for leapp's command options (oamg#894) ## Modifications - Updated Makefile and drop of rhel7 related artifacts (oamg#905)
## Packaging - Bump leapp-framework to 6.1 (oamg#894) ## Framework ### Fixes - Create the /var/lib/leapp directory automatically if missing (oamg#893) ### Enhancements - Recognize configuration files with the .yaml suffix only (oamg#892) ## Leapp (tool) ### Fixes - Fix CLI: allow to set falsy values as default for leapp's command options (oamg#894) ## Modifications - Updated Makefile and drop of rhel7 related artifacts (oamg#905)
## Packaging - Bump leapp-framework to 6.1 (#894) ## Framework ### Fixes - Create the /var/lib/leapp directory automatically if missing (#893) ### Enhancements - Recognize configuration files with the .yaml suffix only (#892) ## Leapp (tool) ### Fixes - Fix CLI: allow to set falsy values as default for leapp's command options (#894) ## Modifications - Updated Makefile and drop of rhel7 related artifacts (#905)
Removing support for el7toel8 since since the upgrade path is no longer supported.
Changes:
Jira: RHELMISC-11005