ci: add Linux rootless and rootful Podman to e2e test matrix#278
Conversation
The CI matrix only tested Podman on Windows. Add two new Linux matrix entries (rootless and rootful) that install Podman on ubuntu-latest and run the up-provider-podman e2e tests against real Podman runtimes.
Pass DOCKER_HOST through sudo env passthrough so rootful Podman socket reaches the test process. Add install-podman mode to job name template for distinct CI display names. Replace sleep with socket poll for rootful service readiness.
✅ Deploy Preview for devsydev canceled.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR updates the CI workflow to support Podman installation in both rootless and rootful modes. The integration-tests job matrix is expanded with install-podman entries, job display names conditionally show the mode, and new Linux setup steps install Podman with mode-specific configuration before running tests. ChangesPodman installation modes in integration tests
🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The background `podman system service` process didn't create the socket within the 10-second timeout on GitHub Actions runners (exit code 124). Switch to `systemctl enable --now podman.socket` which is the standard way to activate the Podman API socket on systemd-based runners.
Summary
DOCKER_HOSTand forwards it throughsudoenv passthroughsleepfor rootful service readinessSummary by CodeRabbit