mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix(ci): test all systems
This commit is contained in:
parent
2cc89e56da
commit
0b4d0a77ab
3 changed files with 191 additions and 3 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue