Skip to content

Onceover fixes #157

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

Open
wants to merge 1 commit into
base: puppet8
Choose a base branch
from
Open

Onceover fixes #157

wants to merge 1 commit into from

Conversation

albatrossflavour
Copy link

  • Added the PowerShell binary to allow onceover tests on windows nodes to work.
  • Update the hiera eyaml gem to fix onceover runs
  • Pin the big decimal gem to fix onceover parallel runs
  • Include the rexml gem to fix onceover windows testing in general

@albatrossflavour albatrossflavour requested a review from a team as a code owner June 6, 2025 04:16
@@ -25,3 +25,5 @@ gem 'rspec-puppet', '~> 5.0'
gem 'rubocop', '~> 1.75'
gem 'unf_ext', '~> 0.0.9'
gem 'yamllint', '~> 0.0.9'
gem 'rexml'
Copy link
Contributor

Choose a reason for hiding this comment

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

Might be a good idea to at least pin the major version here, like we've done with the others: ~> 3.2

@@ -25,3 +25,5 @@ gem 'rspec-puppet', '~> 5.0'
gem 'rubocop', '~> 1.75'
gem 'unf_ext', '~> 0.0.9'
gem 'yamllint', '~> 0.0.9'
gem 'rexml'
gem 'bigdecimal', '= 3.2.1'
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you add a comment here about why this is pinned so precisely, so we can see it and know what to check to repro the issue if we want to see if things have been fixed upstream down the line?

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.

2 participants