feat(ci): litterbox

This commit is contained in:
arcnmx 2024-02-27 13:20:55 -08:00
parent d66ab782d4
commit 49c31c1508
6 changed files with 64 additions and 4 deletions

View file

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