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

Fix virt-v2v image build #1214

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Fix virt-v2v image build #1214

merged 2 commits into from
Nov 26, 2024

Conversation

mnecas
Copy link
Member

@mnecas mnecas commented Nov 26, 2024

Fix virt-v2v image build

Issue: When running make build-virt-v2v-image the build failed due to
some packages throwing 404.

Fix: I needed to change the rpm url from AppStream to BaseOs for perl
packages. It was not detected by the ./hack/virt-v2v-rpm-deps.sh as
the packages did not change (did not got updated) but only their
location changed. Might be issue in the bazeldnf rpmtree.

Fixes: #1205

Signed-off-by: Martin Necas [email protected]

Signed-off-by: Martin Necas <[email protected]>
Issue: When running `make build-virt-v2v-image` the build failed due to
some packages throwing 404.

Fix: I needed to change the rpm url from AppStream to BaseOs for perl
packages. It was not detected by the `./hack/virt-v2v-rpm-deps.sh` as
the packages did not change (did not got updated) but only their
location changed. Might be issue in the bazeldnf rpmtree.

Fixes: kubev2v#1205

Signed-off-by: Martin Necas <[email protected]>
@mnecas mnecas requested a review from yaacov as a code owner November 26, 2024 20:51
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.65%. Comparing base (b75f9ab) to head (338e13e).
Report is 7 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1214   +/-   ##
=======================================
  Coverage   15.65%   15.65%           
=======================================
  Files         112      112           
  Lines       23075    23071    -4     
=======================================
  Hits         3612     3612           
+ Misses      19178    19174    -4     
  Partials      285      285           
Flag Coverage Δ
unittests 15.65% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@mnecas mnecas merged commit 40a806e into kubev2v:main Nov 26, 2024
14 of 15 checks passed
mnecas added a commit to mnecas/forklift that referenced this pull request Nov 26, 2024
Regression introduced by: kubev2v#1214
When running the `./hack/virt-v2v-rpm-deps.sh` it will automatically
replace the newer driver with the older available drivers.

Signed-off-by: Martin Necas <[email protected]>
mnecas added a commit to mnecas/forklift that referenced this pull request Nov 26, 2024
Regression introduced by: kubev2v#1214
When running the `./hack/virt-v2v-rpm-deps.sh` it will automatically
replace the newer driver with the older available drivers.

Signed-off-by: Martin Necas <[email protected]>
mnecas added a commit that referenced this pull request Nov 26, 2024
Regression introduced by: #1214
When running the `./hack/virt-v2v-rpm-deps.sh` it will automatically
replace the newer driver with the older available drivers.

Signed-off-by: Martin Necas <[email protected]>
mnecas added a commit that referenced this pull request Nov 26, 2024
Regression introduced by: #1214
When running the `./hack/virt-v2v-rpm-deps.sh` it will automatically
replace the newer driver with the older available drivers.

Signed-off-by: Martin Necas <[email protected]>
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