mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(ci): litterbox
This commit is contained in:
parent
d66ab782d4
commit
49c31c1508
6 changed files with 64 additions and 4 deletions
|
|
@ -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
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue