8573527cfd
try and use deployment
2025-09-03 14:08:08 +02:00
46bd194d6b
spacing
2025-09-03 14:08:08 +02:00
a07f0f7747
simplify imputDerivations
2025-09-03 14:08:08 +02:00
5bcfd66d92
unimport qemu-guest
2025-09-03 14:08:08 +02:00
8c46f5d727
simplify inputDerivations
2025-09-03 14:08:08 +02:00
c560b6f769
simplify deployment
2025-09-03 14:08:08 +02:00
1b5f2d0c65
skip is-active sshd
2025-09-03 14:08:08 +02:00
3e87942575
- auto
2025-09-03 14:08:08 +02:00
130eee3049
move fail in
2025-09-03 14:08:08 +02:00
64a360b556
- BatchMode
2025-09-03 14:08:08 +02:00
91c17683a0
rm unused ssh settings
2025-09-03 14:08:08 +02:00
0d56adf453
dedupe inputDerivations
2025-09-03 14:08:08 +02:00
dc51d7131d
rm cowsay
2025-09-03 14:08:08 +02:00
ce889c14be
remove unused JSON-serialized args (sources)
2025-09-03 14:08:08 +02:00
7c5a93ce82
factor out to nixos.nix
2025-09-03 14:08:08 +02:00
e801416cba
rm users
2025-09-03 14:08:08 +02:00
f9593df32d
simplify grub
2025-09-03 14:08:08 +02:00
2bfcca81c5
rm users
2025-09-03 14:08:08 +02:00
38d6be1910
reenable ipv6
2025-09-03 14:08:08 +02:00
bb71aa4fec
reenable firewall
2025-09-03 14:08:08 +02:00
123de7dbff
rm comments
2025-09-03 14:08:08 +02:00
6183ea018d
rm getty
2025-09-03 14:08:08 +02:00
650c8db34e
mv attempts
2025-09-03 14:08:08 +02:00
b2f63a4d10
download-attempts: settle for just targetNode
2025-09-03 14:08:08 +02:00
cbd5406397
rm comment
2025-09-03 14:08:08 +02:00
dca28033b6
restore imports
2025-09-03 14:08:08 +02:00
f279cbe96c
dedupe nixosTest.nix
2025-09-03 14:08:08 +02:00
3ce345923c
qemu guest
2025-09-03 14:08:08 +02:00
416da3eed9
grub
2025-09-03 14:08:08 +02:00
afa22cad40
auto login
2025-09-03 14:08:08 +02:00
f582b6f1eb
networking
2025-09-03 14:08:08 +02:00
154dea8ff1
users
2025-09-03 14:08:08 +02:00
f233b3c4a5
handle test outcome
2025-09-03 14:08:08 +02:00
c8d3b850d0
specialArgs: sources
2025-09-03 14:08:08 +02:00
348c343955
nix in tests: download-attempts = 1
2025-09-03 14:08:08 +02:00
9c86f7c88d
ensure inputs
2025-09-03 14:08:08 +02:00
826dc89978
move stuff not needed in test out
2025-09-03 14:08:08 +02:00
2be84db412
ensure availability of needed inputs
2025-09-03 14:08:08 +02:00
7293456f14
reduce download attempts in test
2025-09-03 14:08:08 +02:00
56c89ae5fe
settle for hello, ditching cowsay
2025-09-03 14:08:08 +02:00
316c3d88fc
move imports from paste to targetNode to increase parity between paste and nixosTest
2025-09-03 14:08:08 +02:00
61e222e216
ditch superfluous substituters
2025-09-03 14:08:08 +02:00
84099f9ccf
add keys
2025-09-03 14:08:08 +02:00
c603ef795b
wip: use ssh in test
2025-09-03 14:08:08 +02:00
8ede619a48
add deployment method: ssh
2025-09-03 14:08:08 +02:00
f3be813c1f
un-nixops
2025-09-03 14:08:08 +02:00
a6c83161ba
scaffold deployment/check/data-model from ./basic
...
modelify
2025-09-03 14:08:08 +02:00
f954ed5389
add proxmox repro test ( #345 )
...
closes #325
Reviewed-on: Fediversity/Fediversity#345
Reviewed-by: Nicolas Jeannerod <nicolas.jeannerod@moduscreate.com>
Co-authored-by: Kiara Grouwstra <kiara@procolix.eu>
Co-committed-by: Kiara Grouwstra <kiara@procolix.eu>
2025-09-01 14:31:50 +02:00
be72b82875
Link to upstreaming PR for lib.types.fileset
( #487 )
...
Reviewed-on: Fediversity/Fediversity#487
Reviewed-by: kiara Grouwstra <kiara@procolix.eu>
Co-authored-by: Nicolas “Niols” Jeannerod <nicolas.jeannerod@moduscreate.com>
Co-committed-by: Nicolas “Niols” Jeannerod <nicolas.jeannerod@moduscreate.com>
2025-07-30 13:25:22 +02:00
b4e1c5b5b3
Restrict fileset necessary for deployment tests ( #450 )
...
Now that we won't depend on the flake.nix anymore, we won't depend on all the flake-part.nix files (necessary to evaluate flake.nix) and all the files they depend on etc., so the Nix dependencies of the tests will be drastically reduced, and I will be able to leverage that by introducing a more subtle src. This will make the test not need to re-run if only things outside that reduced src changed (and the previous run is in the Nix store).
Reviewed-on: Fediversity/Fediversity#450
Reviewed-by: kiara Grouwstra <kiara@procolix.eu>
Reviewed-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: Nicolas “Niols” Jeannerod <nicolas.jeannerod@moduscreate.com>
Co-committed-by: Nicolas “Niols” Jeannerod <nicolas.jeannerod@moduscreate.com>
2025-07-09 22:57:52 +02:00