Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
systems
studiopolis
Commits
60b461f8
Commit
60b461f8
authored
2 years ago
by
Daniel Firth
Browse files
Options
Download
Email Patches
Plain Diff
modules/gitlab-runner.nix: add homotopic runners configs
parent
0799d1b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
modules/gitlab-runner.nix
modules/gitlab-runner.nix
+43
-0
No files found.
modules/gitlab-runner.nix
View file @
60b461f8
...
...
@@ -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
;
};
};
};
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment