-
Notifications
You must be signed in to change notification settings - Fork 35
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
Fix virt-v2v image build #1214
Conversation
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]>
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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]>
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]>
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]>
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]>
Fix virt-v2v image build
Issue: When running
make build-virt-v2v-image
the build failed due tosome 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
asthe 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]