Commit 60b461f8 authored by Daniel Firth's avatar Daniel Firth
Browse files

modules/gitlab-runner.nix: add homotopic runners configs

parent 0799d1b1
......@@ -2,11 +2,14 @@
age.secrets."net.horizon-haskell.gitlab.outland.runner.registrationConfigFile".file = ../secrets/net.horizon-haskell.gitlab.outland.runner.registrationConfigFile.age;
age.secrets."tech.homotopic.gitlab.outland.runner.registrationConfigFile".file = ../secrets/tech.homotopic.gitlab.outland.runner.registrationConfigFile.age;
services.gitlab-runner = {
enable = true;
settings.concurrent = 8;
services = {
"net.horizon-haskell.gitlab.outland-1" = {
......@@ -49,6 +52,46 @@
registrationConfigFile = config.age.secrets."net.horizon-haskell.gitlab.outland.runner.registrationConfigFile".path;
};
"tech.homotopic.gitlab.outland-1" = {
executor = "shell";
registrationConfigFile = config.age.secrets."tech.homotopic.gitlab.outland.runner.registrationConfigFile".path;
};
"tech.homotopic.gitlab.outland-2" = {
executor = "shell";
registrationConfigFile = config.age.secrets."tech.homotopic.gitlab.outland.runner.registrationConfigFile".path;
};
"tech.homotopic.gitlab.outland-3" = {
executor = "shell";
registrationConfigFile = config.age.secrets."tech.homotopic.gitlab.outland.runner.registrationConfigFile".path;
};
"tech.homotopic.gitlab.outland-4" = {
executor = "shell";
registrationConfigFile = config.age.secrets."tech.homotopic.gitlab.outland.runner.registrationConfigFile".path;
};
"tech.homotopic.gitlab.outland-5" = {
executor = "shell";
registrationConfigFile = config.age.secrets."tech.homotopic.gitlab.outland.runner.registrationConfigFile".path;
};
"tech.homotopic.gitlab.outland-6" = {
executor = "shell";
registrationConfigFile = config.age.secrets."tech.homotopic.gitlab.outland.runner.registrationConfigFile".path;
};
"tech.homotopic.gitlab.outland-7" = {
executor = "shell";
registrationConfigFile = config.age.secrets."tech.homotopic.gitlab.outland.runner.registrationConfigFile".path;
};
"tech.homotopic.gitlab.outland-8" = {
executor = "shell";
registrationConfigFile = config.age.secrets."tech.homotopic.gitlab.outland.runner.registrationConfigFile".path;
};
};
};
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment