Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-10 | make the multi-node vm tests a bit more reliable | eldritch horrors | |
without these changes the tests will very repeatably (although not very reliably) wedge in our runs. the ssh command starts, opens a sessions, does something, the session closes again, but the test does not move on. adding *just* the redirect and not the unit waits is not sufficient either, it needs both. this feels like a bug in the nixos testing framework somewhere, but digging that far is not in the cards right now. Change-Id: Idab577b83a36cc4899bb5ffbb3d9adc04e83e51c | |||
2024-03-06 | tests/nixos/remote-builds*: Inline module + format | eldritch horrors | |
(cherry picked from commit 5167351efbee5c5a7390510eb720c31c6976f4d9) Change-Id: I0caba23b589ed428d08895d7b8f0c22532bd259e | |||
2024-03-06 | tests/nixos: Test remote build against older versions | eldritch horrors | |
(cherry picked from commit e502d1cf945fb3cdd0ca1e1c16ec330ccab51c7b) Change-Id: If6a1758b6457c5dae9305829c4d71d1905cfca22 | |||
2023-02-10 | Add regression test | Eelco Dolstra | |
2023-01-20 | Use the official, documented NixOS runTest interface | Robert Hensing | |
2023-01-20 | tests: Move NixOS tests to tests/nixos | Robert Hensing | |
This will allow contributors to find them more easily. |