test(e2e): run rootless podman tests in guest - #3004
Merged
elezar merged 7 commits intoAug 28, 2026
Merged
Conversation
Signed-off-by: Evan Lezar <elezar@nvidia.com>
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Member
Author
|
/ok-to-test 478484b |
|
Label |
4 tasks
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Member
Author
|
/ok-to-test 1e0f8e6 |
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Member
Author
|
/ok-to-test 03c5039 |
5 tasks
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Member
Author
|
/ok-to-test cd189f4 |
elezar
merged commit Aug 28, 2026
cd189f4
into
codex/2980-rootless-podman-nix-vms
50 of 51 checks passed
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
Demonstrates running the Rust Podman E2E tests inside the Ubuntu 26.04 Nix test guest using prebuilt Linux test artifacts. This avoids host-local dynamic fixtures being unreachable from gateway/sandbox processes running inside the VM.
Related Issue
Related to #2980.
Follow-up hardening tracked in #3005.
Changes
--tests-in-vmsupport toe2e/run.shfor cross-building Linux E2E test binaries, copying artifacts into the Nix guest, and executing the tests there.--features e2e_podman.e2e_podmanCargo feature alias for the existinge2e-podmanfeature.Testing
mise run pre-commitpassesbash -n e2e/run.shbash -n nix/test-guest/run.shnix-instantiate --parse nix/test-guest/distros/ubuntu-26-04.nixgit diff --check codex/2980-rootless-podman-nix-vms..HEADe2e/run.sh --vm ubuntu-26-04 --with podman-rootless --tests-in-vm --gateway-config e2e/configs/gateway/podman.toml --features e2e-podman --suite credential_gatingpassese2e/run.sh --vm ubuntu-26-04 --with podman-rootless --tests-in-vm --cli-bin <linux-musl-openshell> --gateway-config e2e/configs/gateway/podman.toml --features e2e-podman --suite credential_gatingpassesChecklist