Skip to content
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

test different NodeJS versions using beaker_facter #490

Merged
merged 3 commits into from
Oct 30, 2023
Merged

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Oct 30, 2023

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@evgeni evgeni added the enhancement New feature or request label Oct 30, 2023
with:
pidfile_workaround: 'false'
beaker_facter: 'nodejs_version:NodeJS:16,18,20'
Copy link
Member Author

Choose a reason for hiding this comment

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

Technically, NodeJS 16 is EOL but it's the only version that is supported on EL7 by nodesource 🤷‍♀️

@evgeni evgeni force-pushed the more-tests branch 5 times, most recently from e1ce42e to e844801 Compare October 30, 2023 10:30
@@ -10,6 +10,8 @@
pkg_cmd = 'dpkg -s nodejs | grep "^Maintainer"'
end

nodejs_version = ENV.fetch('BEAKER_FACTER_nodejs_version', '20')
Copy link
Member Author

Choose a reason for hiding this comment

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

for some reason, I couldn't use fact('nodejs_version') here

@evgeni evgeni marked this pull request as ready for review October 30, 2023 10:45
@bastelfreak bastelfreak merged commit e7acbf3 into master Oct 30, 2023
85 checks passed
@bastelfreak bastelfreak deleted the more-tests branch October 30, 2023 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants