VM smoke test for static-server image disabled: no KVM in CI runner #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
checks.x86_64-linux.smokeindeploy-static-site/images/flake.nixwas written as a NixOS VM test that loads the built Docker image, starts the container, and verifies that/fooroutes tofoo.html.It was replaced with a
runCommandtest that only tests thestatic-web-serverbinary directly — not the actual image packaging.Root cause: The CI runner has the
nixos-testfeature but notkvm. NixOS VM tests requirekvm.Fix options:
Original VM test that should be restored: