Hydra to Hercules CI migration
This commit is contained in:
parent
85ae94bf5c
commit
25e19ec538
19 changed files with 155 additions and 225 deletions
16
modules/hercules-ci/default.nix
Normal file
16
modules/hercules-ci/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.hercules-ci-agent = {
|
||||
enable = true;
|
||||
settings = {
|
||||
concurrentTasks = 8;
|
||||
clusterJoinTokenPath = config.age.secrets.hercules-ci-join-token.path;
|
||||
# Don't need using private caches, if I would ever need remember to use agenix!
|
||||
binaryCachesPath = pkgs.writeText "binary-caches-path" (builtins.toJSON {});
|
||||
# secretsJsonPath = config.hci-secrets.hci-mlabs-haskell.target;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue