dc07eb68c3
try and use deployment
2025-09-01 15:20:06 +02:00
871384d51f
spacing
2025-09-01 15:20:06 +02:00
d37a90723f
simplify imputDerivations
2025-09-01 15:20:06 +02:00
ebfe19ab5c
unimport qemu-guest
2025-09-01 15:20:06 +02:00
95a450023a
simplify inputDerivations
2025-09-01 15:20:06 +02:00
f75fb5eec0
simplify deployment
2025-09-01 15:20:06 +02:00
1f35ca5fe8
skip is-active sshd
2025-09-01 15:20:06 +02:00
a76b3cc4a3
- auto
2025-09-01 15:20:06 +02:00
871b6bd906
move fail in
2025-09-01 15:20:06 +02:00
eec987af06
- BatchMode
2025-09-01 15:20:06 +02:00
240d68617e
rm unused ssh settings
2025-09-01 15:20:06 +02:00
c9dc6ee392
dedupe inputDerivations
2025-09-01 15:20:06 +02:00
98599cebf4
rm cowsay
2025-09-01 15:20:06 +02:00
9746ad0e92
remove unused JSON-serialized args (sources)
2025-09-01 15:20:06 +02:00
bcb0fd5318
factor out to nixos.nix
2025-09-01 15:20:06 +02:00
41b4fa6476
rm users
2025-09-01 15:20:06 +02:00
13a97eadaf
simplify grub
2025-09-01 15:20:06 +02:00
a0e330eb85
rm users
2025-09-01 15:20:06 +02:00
fe4916c854
reenable ipv6
2025-09-01 15:20:06 +02:00
1c362d83b9
reenable firewall
2025-09-01 15:20:06 +02:00
4c360d2cd9
rm comments
2025-09-01 15:20:06 +02:00
4db88cf8df
rm getty
2025-09-01 15:20:06 +02:00
e6c590b4d7
mv attempts
2025-09-01 15:20:06 +02:00
03ea2730b0
download-attempts: settle for just targetNode
2025-09-01 15:20:06 +02:00
f8b508fa43
rm comment
2025-09-01 15:20:06 +02:00
2b66f15e7c
restore imports
2025-09-01 15:20:06 +02:00
cac911a16b
dedupe nixosTest.nix
2025-09-01 15:20:06 +02:00
4249a64c10
qemu guest
2025-09-01 15:20:06 +02:00
c1897a3684
grub
2025-09-01 15:20:06 +02:00
562e511ed8
auto login
2025-09-01 15:20:06 +02:00
c7f2e2b7aa
networking
2025-09-01 15:20:06 +02:00
d363957e37
users
2025-09-01 15:20:06 +02:00
9e3c3b9ee0
handle test outcome
2025-09-01 15:20:06 +02:00
d5bd886757
specialArgs: sources
2025-09-01 15:20:06 +02:00
67484b70ee
nix in tests: download-attempts = 1
2025-09-01 15:20:06 +02:00
767ffd9f87
ensure inputs
2025-09-01 15:20:06 +02:00
8d5c9781d5
move stuff not needed in test out
2025-09-01 15:20:06 +02:00
ea78e850af
ensure availability of needed inputs
2025-09-01 15:20:06 +02:00
2a550e6963
reduce download attempts in test
2025-09-01 15:20:06 +02:00
34a5a62ba3
settle for hello, ditching cowsay
2025-09-01 15:20:06 +02:00
c0a5f28adf
move imports from paste to targetNode to increase parity between paste and nixosTest
2025-09-01 15:20:06 +02:00
9adfb3eae9
ditch superfluous substituters
2025-09-01 15:20:06 +02:00
ff5fd5047f
add keys
2025-09-01 15:20:06 +02:00
d2b5d7e607
wip: use ssh in test
2025-09-01 15:20:06 +02:00
382bcda9d2
add deployment method: ssh
2025-09-01 15:20:06 +02:00
35e49c04f4
un-nixops
2025-09-01 15:20:06 +02:00
bb79f366e9
scaffold deployment/check/data-model from ./basic
...
modelify
2025-09-01 15:20:06 +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