test(e2e): add rootless podman nix vm lane - #2982
Open
elezar wants to merge 3 commits into
Open
Conversation
elezar
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
August 27, 2026 10:10
elezar
force-pushed
the
codex/2980-rootless-podman-nix-vms
branch
from
August 27, 2026 10:16
1f162b0 to
0557f19
Compare
|
🌿 Preview your docs: https://nvidia-preview-pr-2982.docs.buildwithfern.com/openshell |
elezar
force-pushed
the
codex/2980-rootless-podman-nix-vms
branch
2 times, most recently
from
August 27, 2026 10:21
071a1fb to
fc9dbab
Compare
|
Label |
elezar
force-pushed
the
codex/2980-rootless-podman-nix-vms
branch
2 times, most recently
from
August 27, 2026 11:28
b75ac63 to
5f76756
Compare
4 tasks
The probe was added with the original rootless Podman CI lane in #2119 while investigating #2075. The reported failure was later traced to mismatched gateway and sandbox versions rather than rootless Podman capability-set handling. Since #2981 removed the direct rootless Podman job, this probe no longer has a caller and does not represent active coverage. Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
elezar
force-pushed
the
codex/2980-rootless-podman-nix-vms
branch
from
August 27, 2026 12:58
5f76756 to
ae04160
Compare
8 tasks
elezar
enabled auto-merge
August 27, 2026 13:17
7 tasks
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.
Summary
Add a Nix test-guest based rootless Podman E2E lane for Ubuntu 26.04 so rootless Podman with pasta is validated in a disposable VM instead of directly on the CI runner.
Related Issue
Closes #2980
Changes
Testing
Local VM validation was started through dev-openshell and progressed through VM/gateway setup into the Rust smoke sandbox lifecycle before cleanup; final CI validation is expected to prove the runner-specific VM path.
Checklist