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

Drop Beaker 4.x specific code #216

Closed
wants to merge 1 commit into from

Conversation

bastelfreak
Copy link
Contributor

No description provided.

@bastelfreak bastelfreak self-assigned this Mar 28, 2023
@bastelfreak bastelfreak changed the title Drop Ruby 2.4/2.5/2.6 Drop Ruby 2.4/2.5/2.6 and rubocop fixes Mar 28, 2023
@codecov
Copy link

codecov bot commented Mar 28, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -1.19 ⚠️

Comparison is base (86d2b3c) 78.19% compared to head (8ead969) 77.00%.

❗ Current head 8ead969 differs from pull request most recent head 4b5e144. Consider uploading reports for the commit 4b5e144 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #216      +/-   ##
==========================================
- Coverage   78.19%   77.00%   -1.19%     
==========================================
  Files          15       15              
  Lines        1605     1522      -83     
==========================================
- Hits         1255     1172      -83     
  Misses        350      350              
Impacted Files Coverage Δ
lib/beaker-puppet/install_utils/foss_utils.rb 66.54% <ø> (-3.59%) ⬇️
lib/beaker-puppet/helpers/puppet_helpers.rb 86.00% <100.00%> (-0.50%) ⬇️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bastelfreak bastelfreak changed the title Drop Ruby 2.4/2.5/2.6 and rubocop fixes Drop Ruby 2.4/2.5/2.6 Mar 28, 2023
@bastelfreak bastelfreak changed the title Drop Ruby 2.4/2.5/2.6 Drop Beaker 4.x specific code May 5, 2023
# install_puppet_agent_pe_promoted_repo_on(host, { :puppet_agent_version => '1.1.0.227', :pe_ver => '4.0.0-rc1'})
#
# @return nil
def install_puppet_agent_pe_promoted_repo_on( hosts, opts )
Copy link
Contributor

Choose a reason for hiding this comment

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

@joshcooper
Copy link
Contributor

Going to close and reopen to trigger CI checks

@joshcooper joshcooper closed this Jan 31, 2024
@joshcooper joshcooper reopened this Jan 31, 2024
@joshcooper joshcooper requested a review from a team as a code owner January 31, 2024 19:28
@joshcooper
Copy link
Contributor

@bastelfreak could you rebase? If you busy, would it be ok if we rebased for you and opened a new PR with your commits?

@bastelfreak
Copy link
Contributor Author

I doubt that I have time to continue this. We started with it to be able to switch to beaker 5. But vox pupuli doesn't use beaker-puppet anymore.

@bastelfreak
Copy link
Contributor Author

@joshcooper oh sure, please rebase!

else
puppet_master_started = start_puppet_from_source_on!( host, cmdline_args )
end
puppet_master_started = start_puppet_from_source_on!( host, cmdline_args )
Copy link
Contributor

@mhashizume mhashizume Feb 2, 2024

Choose a reason for hiding this comment

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

I think we need to keep the bounce_service call instead of using start_puppet_from_source_on!, as the latter runs $ puppet master which doesn't work on Puppet >= 6:

host.exec(puppet('master', args))

We presumably don't need the start_puppet_from_source_on! method at all going forward since it primarily just runs $ puppet master

@mhashizume mhashizume mentioned this pull request Feb 7, 2024
@mhashizume
Copy link
Contributor

Closing this in favor of #240

@mhashizume mhashizume closed this Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants