-
Notifications
You must be signed in to change notification settings - Fork 14
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
GHA: Replace BEAKER_setfile->BEAKER_SETFILE env var #36
Conversation
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.
In Foreman we haven't updated voxpupuli-acceptance yet, so I fear this would break our pipelines.
would this be a good point to create a V2 branch maybe? |
Maybe, but I'm hesitant. What's the value of doing this now? beaker-rspec hasn't stopped reading both. Having a longer transition window means we don't need to maintain two branches. |
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.
This, together with raising the Ruby version for acceptance tests to 3.2 and depending on voxpupuli/puppet_metadata#35 would make a good v2 for gha-puppet. If you agree, I think we should create that branch and change the base branch on this PR.
@ekohl yes that sounds awesome. Feel free to do it if you like, otherwise I can zake a look on monday or tuesday. |
@ekohl this now merges into the the new v2 branch. |
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 would like to merge #40 and then in this PR update the example to make beaker-rspec
require >= 8.0
, since that version introduced support for uppercase variables.
@ekohl updated it. |
No description provided.