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

Ipxe hot fix #450

Merged
merged 3 commits into from
May 13, 2024
Merged

Ipxe hot fix #450

merged 3 commits into from
May 13, 2024

Conversation

jacobweinstock
Copy link
Member

Description

The iPXE kernel and initrd retries didnt work. This fixes them and adds a configurable retry delay.

Why is this needed

Fixes: #

How Has This Been Tested?

Tested via manual deployment and network booted a machine.

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

The iPXE kernel and initrd retries didnt work.
This fixes them and adds a configurable retry
delay.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
@jacobweinstock jacobweinstock added kind/bug Categorizes issue or PR as related to a bug. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. labels May 13, 2024
Copy link

codecov bot commented May 13, 2024

Codecov Report

Attention: Patch coverage is 18.18182% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 69%. Comparing base (1284266) to head (fa6d879).

Files Patch % Lines
cmd/smee/main.go 0% 9 Missing ⚠️
Additional details and impacted files
@@         Coverage Diff         @@
##           main   #450   +/-   ##
===================================
- Coverage    69%    69%   -1%     
===================================
  Files        16     16           
  Lines      1389   1392    +3     
===================================
+ Hits        960    962    +2     
- Misses      402    403    +1     
  Partials     27     27           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jacobweinstock
Copy link
Member Author

hmm....looks like GitHub Actions are having issues. https://www.githubstatus.com/

@jacobweinstock jacobweinstock added the ready-to-merge Signal to Mergify to merge the PR. label May 13, 2024
@mergify mergify bot merged commit a1600d1 into tinkerbell:main May 13, 2024
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/critical-urgent Highest priority. Must be actively worked on as someone's top priority right now. ready-to-merge Signal to Mergify to merge the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants