podman-desktop
podman-desktop copied to clipboard
chore(ci): switch workflows that runs e2e and standard tests to use u…
…buntu-2404 beta runner
What does this PR do?
Switches ubuntu runner from 22.04 to 24.04 for workflows that run tests
Screenshot / video of UI
What issues does this PR fix or reference?
#7234
How to test this PR?
- [ ] Tests are covering the bug fix or the new feature
There is some problem with running an alpine container on ubuntu 24.04. Thus containers-smoke test is failing with:
sd-bus call: Interactive authentication required.: Permission denied.
On my local ubuntu VM all works. so it might be a runner configuration.
Seems to me that crun cannot run containers in this configuration
Yes. I would like to take closer look on the problem with debugging the podman on the machine.
closing as no activity
@jeffmaury @benoitf I have reopened the PR as I got some ideas how to fix the problem. This is all about switching to new beta runner for e2e tests workflows and avoiding the problem with crun. Next step/PR is to install Podman 5.2.5 via kubic repos. I have tested it all together, but I decided to create smaller PRs for each change that will follow.