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

add GHA based tests #939

Merged
merged 1 commit into from
May 8, 2024
Merged

add GHA based tests #939

merged 1 commit into from
May 8, 2024

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented May 8, 2024

No description provided.

Comment on lines +27 to +33
- ruby: '2.7'
puppet: '7.0'
- ruby: '3.0'
puppet: '7.0'
- ruby: '3.2'
puppet: '8.0'
Copy link
Member Author

Choose a reason for hiding this comment

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

I copied this from kafo and do not remember why we had added 3/7 here, but I am sure there was a reason :D

Copy link
Member

Choose a reason for hiding this comment

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

On EL9 we run Ruby 3, but often with Puppet 7. It would be even better if we installed actual AIO Puppet packages and avoided installing Puppet via bundler altogether. Our current Gemfile doesn't support that, but we could special case it with PUPPET_VERSION=system. But let's only do that in develop and cherry pick this PR just to our stable branches.

Copy link
Member

Choose a reason for hiding this comment

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

#942 would be an attempt at that.

@evgeni evgeni force-pushed the gha branch 2 times, most recently from 5f7e8e0 to 530fda2 Compare May 8, 2024 11:37
@evgeni evgeni merged commit 6b40ca7 into develop May 8, 2024
9 checks passed
@evgeni evgeni deleted the gha branch May 8, 2024 13:36
@evgeni
Copy link
Member Author

evgeni commented May 8, 2024

picks in #944 and #943

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