feat(hakurei): new ct

This commit is contained in:
arcnmx 2024-01-19 11:09:44 -08:00
parent 3e277a645f
commit aaa372bced
18 changed files with 491 additions and 286 deletions

View file

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