-
Notifications
You must be signed in to change notification settings - Fork 30
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
Support Pulp 3.13, drop earlier versions #202
Conversation
Pulp 3.13 moves to a new wrapper for the worker. This isn't present in older releases so support for them is dropped.
Needs 3.13 to show up on the mirrors. I'm sure @evgeni is working on this now. |
Which just happened. I re-triggered the jobs. |
To be clear, we should do a minor release before we bump to a major. |
ah, and there is no compatoble 2to3 migration for 3.13 yet. given it's not used by katello anymore, shall we drop it? |
Won't that break upgrades for users? Recently we had a chat with Tanya on IRC and she said it's being worked on. |
Does 3.13 drop the RQ worker? Or are both provided as options? |
I think the worker script is a wrapper that can call both, depending on the settings. Technically we can introduce a simple shell wrappper in pulpcore 3.11 RPM to remain compatible, but I'm not sure we should take that route. |
Yeah, I think RQ is still the default, but you can make it use something else. |
Do these new workers require any updates to Pulp's selinux policy? |
I don't think they do since this covers both the old and new wrapper. |
That's my understanding as well. I've opened theforeman/pulpcore-packaging#180 to get in the new 2to3 migration plugin, which is compatible with 3.13 in, which should make the tests happy. |
This is now green. |
Pulp 3.13 moves to a new wrapper for the worker. This isn't present in older releases so support for them is dropped.