-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
(PUP-9050) Beaker 4.0 Compatibility #6984
Conversation
Beaker 4.0 compatibility.
Beaker 4.0 drops implicit inclusion of hypervisors, so dependent projects need to specify their hypervisor dependencies manually.
Beaker-vcloud dropped support for silently upgrading vcloud-pooled type hosts to vmpooler, so these host configurations have been upgraded to use vmpooler.
I believe we're going to want this in the oldest supported branch, which I believe at this point is 5.5.x? I think 4.10.x and 5.3.x are both in deep maintenance mode atm cc/ @joshcooper @jhelwig |
acceptance/Gemfile
Outdated
gem "beaker-hostgenerator", *location_for(ENV['BEAKER_HOSTGENERATOR_VERSION'] || "~> 1.1") | ||
gem "beaker-abs", *location_for(ENV['BEAKER_ABS_VERSION'] || "~> 0.4") | ||
gem "beaker-vmpooler", *location_for(ENV['BEAKER_VMPOOLER_VERSION']) |
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.
I feel like we should pin this to a particular version
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.
Done.
Closing in favor of #6988, due to changed maintenance branch target. |
Assorted minor changes for Beaker 4.0 compatibility.