-
Notifications
You must be signed in to change notification settings - Fork 198
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
CI: bump VMs to 2024-03-20 #1928
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@edsantiago my quick guess would be |
Yes, agreed. And it's going to be tricky to fix, but this is entirely on me. Thanks. (The conmon and netavark PRs, those are beyond me) |
The errors look weird, but I think all these tests depend on dnsname in some way. I am fine skipping/removing the dnsname requirement from these test if we no longer have it in newer fedora versions |
History: CI VMs used to download I think the long-term solution is to remove CNI testing but I'm not comfortable doing that here. I will find a way to install plugins. |
...and remove the "dnf install podman-plugins", that package no longer exists. Signed-off-by: Ed Santiago <santiago@redhat.com>
Agreed and I explicitly wanted to keep the cni tests alive here since the main code for that is here and we still support it for a while in RHEL 9. Given we regularly get dependency updates to the cni code I like to ensure the code at least still functions on basic level. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/lgtm |
...and remove the "dnf install podman-plugins", that package no longer exists.
[takeover of #1927 because manual intervention is needed]