-
Notifications
You must be signed in to change notification settings - Fork 50
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
Run unit tests on Fedora 40 #632
Conversation
b862839
to
d783be9
Compare
Fedora 40 has been released and the fedora:latest container changed to F40, breaking our unit tests because the 'setup-osbuild-repo' wasn't setting up a pinned repository for osbuild on F40. Let's run unit tests on both F39 and F40.
Pin the osbuild commit ID for Fedora 40 unit tests. We don't use F40 in gitlab CI so we don't need to worry about rpm repos for now.
d783be9
to
0dacaec
Compare
I'll keep the Fedora 40 unit tests as non-required for now until I have time to look into the failure, but I think we should merge this to unblock other PRs that are running on F40 now because of the |
|
This wasn't an issue until now. Dnf5 however validates the string and would return an error.
e529508
to
7fa52cf
Compare
Merging this to unblock other PRs and we can make F40 required as soon as we fix all the unit tests. |
Fedora 40 has been released and the fedora:latest container changed to
F40, breaking our unit tests because the 'setup-osbuild-repo' wasn't
setting up a pinned repository for osbuild on F40.
Let's run unit tests on both F39 and F40.