Temporarily downgrade Podman on GitHub to fix CI failures for Podman tests#6928
Merged
openshift-merge-robot merged 2 commits intoredhat-developer:mainfrom Jun 23, 2023
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! |
feloy
approved these changes
Jun 23, 2023
Member
Author
|
/override Kubernetes-Integration-Tests/Kubernetes-Docs-Integration-Tests Unrelated. |
|
@rm3l: Overrode contexts on behalf of rm3l: Kubernetes-Integration-Tests/Kubernetes-Docs-Integration-Tests DetailsIn 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. |
Contributor
|
thanks @rm3l for this fix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








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 knownA regression in
libpodhas 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: