-
Notifications
You must be signed in to change notification settings - Fork 62
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
The Custom method should have fedora-stable-x86_64
option
#3409
Comments
Wait, are we using s390x for source RPM builds? :-/ s390x is the most scarce resource. |
Nah, this is probably breaking all custom builds (including packit): This is the issue for the broken mirrormanager: https://pagure.io/fedora-infrastructure/issue/12183 It is acceptable to have problems like that in Fedora in the early stages of the branched version, but it is not acceptable for Copr (we should use the stable default). |
copr/frontend/coprs_frontend/coprs/models.py Lines 1027 to 1030 in cbb058f
|
Just FTR we want to use fedora-distro-aliases for this and we discussed caching. Fedora-distro-aliases currently implements caching to have a fallback when Bodhi is down but the cache doesn't provide any performance benefits. Even if a cache exists, we try to get fresh results from Bodhi. I don't think we should change this behavior and always use cache if cache is available but instead try something like this on Copr side: from coprs import cache
@cache.memoize(timeout=666) # Maybe an hour? Maybe a day? but we should first do some testing if |
The
fedora-latest-x86_64
isn't optimal, the failure probability is relatively high, e.g., here:The text was updated successfully, but these errors were encountered: