-
Notifications
You must be signed in to change notification settings - Fork 18
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
chore(ci): update podman to version 5 for e2e test workflows #479
Conversation
…es to update ubuntu runner to 24.04 beta Signed-off-by: Ondrej Dockal <[email protected]>
I have managed to run in on my fork: https://github.com/odockal/podman-desktop-extension-bootc/actions/runs/9111334438/job/25048230595 |
So it seems that Podman Desktop electron app cannot be started on Ubuntu 24.04. We need to investigate that. Alternative approach is to use testing farm and packit to run tests on more supported linux distro's from podman package installation options. |
@odockal do you know why it's not starting ? (like some errors being reported ?) |
@benoitf Nope, there is not particular error or stack trace showing a problem. We are debugging it right now. |
Looks like there are some packages missing: microsoft/playwright#30368. |
@benoitf We have created an issue in podman-desktop. Seems like we have problem on ubuntu 24.04 as a whole. podman-desktop/podman-desktop#7256. |
Gonna test workaround mentioned in the pd issue: podman-desktop/podman-desktop#7256 (comment). |
Signed-off-by: Ondrej Dockal <[email protected]>
Problem and solution: https://discourse.ubuntu.com/t/ubuntu-24-04-lts-noble-numbat-release-notes/39890 |
What does this PR do?
Installs podman v5 on ubuntu 2404 beta runner in workflows that runs e2e tests.
Screenshot / video of UI
What issues does this PR fix or reference?
#478
How to test this PR?
you can run the changes in your fork (main branch).