fix(ci): test all systems

This commit is contained in:
arcnmx 2024-01-14 11:32:03 -08:00
parent 2cc89e56da
commit 0b4d0a77ab
3 changed files with 191 additions and 3 deletions

View file

@ -10,7 +10,10 @@ let
done
'';
nf-actions-test = pkgs.writeShellScriptBin "nf-actions-test" ''
exec nix run --argstr config "$NF_CONFIG_ROOT/ci/nodes.nix" -f '${inputs.ci}' job.tewi.test
set -eu
for host in tewi tei mediabox reisen-ct; do
nix run --argstr config "$NF_CONFIG_ROOT/ci/nodes.nix" -f '${inputs.ci}' job.$host.test
done
'';
nf-update = pkgs.writeShellScriptBin "nf-update" ''
exec nix flake update "$@"