-
Notifications
You must be signed in to change notification settings - Fork 229
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
Fixes #29735 - support el8 #742
Conversation
This may fail since it uses |
I thought that may be the case when I saw no el7 in travis config. I'm running the puppetserver_latest_spec.rb on an el8 VM and getting errors in puppet apply:
|
Looks like I just forgot to run spec prep, will try that again |
spec/acceptance/puppetserver_{config,latest}_spec.rb are passing for me on a vagrant libvirt VM with no additional changes. I'm assuming spec/acceptance/puppetserver_upgrade*.rb is not important for el8 support since users shouldn't have an older version installed on the newly supported OS. @ekohl therefore I removed everything except marking the OS supported in metadata. could you take a look and let me know if there is anything else that should be touched before we move forward? |
EL8 has been out for a while now. However, the specific versions we're testing might not be available. It does happen that you need to update from one minor version to the next and it should handle that. Sadly there can be incompatible changes to the files and that is what it's intended to cover. |
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.
Looks like the tests are failing.
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.
Acceptance test looks like an intermittent failure. Thanks!
No description provided.