Skip to content

(maint) Upgrade beaker version#1430

Merged
mcdonaldseanp merged 1 commit intomainfrom
fix_beaker_version
Dec 15, 2025
Merged

(maint) Upgrade beaker version#1430
mcdonaldseanp merged 1 commit intomainfrom
fix_beaker_version

Conversation

@mcdonaldseanp
Copy link
Contributor

Update versions of beaker and friends to latest, so that we can take up changes requried to be able to test on el10 (including things like no longer using ntpdate)

Please add all notable changes to the "Unreleased" section of the CHANGELOG in the format:

- (JIRA ticket) Summary of changes. [Issue or PR #](link to issue or PR)

Update versions of beaker and friends to latest, so that we can take up
changes requried to be able to test on el10 (including things like no
longer using `ntpdate`)
@mcdonaldseanp mcdonaldseanp requested review from a team as code owners December 15, 2025 19:58

gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 4.40')
gem 'beaker-pe', '~> 3.0'
gem 'beaker', *location_for(ENV['BEAKER_VERSION'] || '~> 6')
Copy link
Contributor

Choose a reason for hiding this comment

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

is there a reason for going to the old beaker 6, instead of latest 7?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unfortunately for us our CI system doesn't support ruby 3.2 yet 😢 with the ruby requirement in beaker 7 for ruby 3.2 we wouldn't be able to run our test suites on r10k for PE with beaker 7

@mcdonaldseanp mcdonaldseanp merged commit 340f7a8 into main Dec 15, 2025
7 checks passed
@steveax steveax deleted the fix_beaker_version branch December 15, 2025 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants