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

test: disable the fedora iso test for now #766

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mvo5
Copy link
Collaborator

@mvo5 mvo5 commented Dec 19, 2024

This commit disables the fedora ISO test for now. The download of the RPMs tends to be very fragile, often mirrors are outdated or broken and we get many 404 or 500 errors.

The real fix is of couse to switch to a librepo based downloading in osbuild but for now we just disable this test so that we can merge PRs again without having to retry multiple times :(

achilleas-k
achilleas-k previously approved these changes Dec 19, 2024
Copy link
Member

@achilleas-k achilleas-k left a comment

Choose a reason for hiding this comment

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

Good call. Fully agree.

This commit disables the fedora ISO test for now. The download of
the RPMs tends to be very fragile, often mirrors are outdated or
broken and we get many 404 or 500 errors.

The real fix is of couse to switch to a librepo based downloading
in osbuild but for now we just disable this test so that we can
merge PRs again without having to retry multiple times :(
@mvo5
Copy link
Collaborator Author

mvo5 commented Dec 19, 2024

Sorry had to force push for a silly linter error

@mvo5 mvo5 requested a review from achilleas-k December 20, 2024 08:12
@achilleas-k achilleas-k added this pull request to the merge queue Dec 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Dec 20, 2024
@brad-jones
Copy link

I believe I'm running into this issue on my own custom bootc build.
Is there anyway I can influence the mirror(s) that it picks?

image

@brad-jones
Copy link

I just did this in my oci build which seemed to force the issue for the bootc-image-builder.

RUN rm -f /etc/yum.repos.d/fedora-cisco-openh264.repo
RUN FILES=(/etc/yum.repos.d/fedora*.repo); sed --in-place \
    -e 's ^metalink= #metalink= ' \
    -e "s ^#baseurl=http://download.example/ baseurl=https://dl.fedoraproject.org/ " \
    "${FILES[@]}";

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