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 further ethtool dependency mentions #3295

Merged
merged 1 commit into from
Jul 12, 2023
Merged

Conversation

m-horky
Copy link
Contributor

@m-horky m-horky commented Jul 12, 2023

  • Card ID: ENT-5099

This is a follow-up to 4c81d7c and #3284.

While the ethtool dependency was dropped from the .spec file, it was not completely removed from the rest of the build files. This commit fixes that.

@cnsnyder cnsnyder requested review from a team and jirihnidek and removed request for a team July 12, 2023 05:57
@github-actions
Copy link

github-actions bot commented Jul 12, 2023

Coverage

Coverage (computed on Fedora latest) •
FileStmtsMissCoverMissing
TOTAL18048437875% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
2633 9 💤 0 ❌ 0 🔥 56.785s ⏱️

@ptoscano
Copy link
Contributor

generally LGTM; there is another occurrence of ethtool in scripts/build_updates_img.sh (line 97, currently)

@m-horky m-horky force-pushed the mhorky/ethtool-removal branch from b4fb2c3 to 0d5e2a0 Compare July 12, 2023 06:22
@m-horky
Copy link
Contributor Author

m-horky commented Jul 12, 2023

generally LGTM; there is another occurrence of ethtool in scripts/build_updates_img.sh (line 97, currently)

I wish our build/setup tooling wasn't duplicating nearly everything that could be duplicated :)

@ptoscano
Copy link
Contributor

oh and it seems rawhide got python 3.12 already (still in beta), and one test fails because it still uses imp (removed in 3.12); let's get it unblocked with #3296

Copy link
Contributor

@jirihnidek jirihnidek left a comment

Choose a reason for hiding this comment

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

LGTM

@ptoscano
Copy link
Contributor

after #3296 and #3297, this should be fine now :) can you please rebase it, so we can check it's all right?

* Card ID: ENT-5099

This is a follow-up to 4c81d7c
> 2215974: Collect network facts using 'ip'

While the ethtool dependency was dropped from the .spec file, it was not
completely removed from the rest of the build files. This commit fixes
that.
@m-horky m-horky force-pushed the mhorky/ethtool-removal branch from 0d5e2a0 to 7493dac Compare July 12, 2023 11:16
Copy link
Contributor

@ptoscano ptoscano left a comment

Choose a reason for hiding this comment

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

thanks!

@ptoscano ptoscano merged commit 13431bb into main Jul 12, 2023
@ptoscano ptoscano deleted the mhorky/ethtool-removal branch July 12, 2023 11:33
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.

3 participants