-
Notifications
You must be signed in to change notification settings - Fork 243
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
Temporarily downgrade Podman on GitHub to fix CI failures for Podman tests #6928
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
There seems to be an issue with Podman (libpod specifically) on Ubuntu 22.04, which might affect networking. See [1] and [2] [1] actions/runner-images#7753 [2] https://bugs.launchpad.net/ubuntu/+source/libpod/+bug/2024394
Kudos, SonarCloud Quality Gate passed! |
/override Kubernetes-Integration-Tests/Kubernetes-Docs-Integration-Tests Unrelated. |
@rm3l: Overrode contexts on behalf of rm3l: Kubernetes-Integration-Tests/Kubernetes-Docs-Integration-Tests In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
thanks @rm3l for this fix |
What type of PR is this:
/kind bug
/area testing
/area infra
/area odo-on-podman
What does this PR do / why we need it:
As reported in #6927, the tests on Podman have been consistently failing since a few days, due to an error:
Error: k8s.gcr.io/pause:3.5: image not known
A regression in
libpod
has been identified in Ubuntu 22.04.1 LTS and reported [1][2]. Though not strictly the same error as the one we observed, I think this regression might affect networking.As suggested in [3], I'm trying to downgrade Podman to see if it helps. 🤞🏿
[1] actions/runner-images#7753
[2] https://bugs.launchpad.net/ubuntu/+source/libpod/+bug/2024394
[2] actions/runner-images#7753 (comment)
EDIT: the Podman tests are now passing with the changes here. Let's merge this as it is. I'm still keeping an eye out on [1] and will revert the changes here once it is fixed and made available in the runner images.
Which issue(s) this PR fixes:
Fixes #6927
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: