diff options
author | Adrian Kummerlaender | 2024-07-01 13:43:45 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2025-04-16 14:22:34 +0200 |
commit | 402823ce7d6c42f4a2caae9a264d5baa99544c3e (patch) | |
tree | 34264d09f96a579a16426189b0f36f6f6e5de28e /host/atlas.nix | |
parent | 0882056d13e6ef11b390f6617e49ea644c0a6cad (diff) | |
download | nixos_system-402823ce7d6c42f4a2caae9a264d5baa99544c3e.tar nixos_system-402823ce7d6c42f4a2caae9a264d5baa99544c3e.tar.gz nixos_system-402823ce7d6c42f4a2caae9a264d5baa99544c3e.tar.bz2 nixos_system-402823ce7d6c42f4a2caae9a264d5baa99544c3e.tar.lz nixos_system-402823ce7d6c42f4a2caae9a264d5baa99544c3e.tar.xz nixos_system-402823ce7d6c42f4a2caae9a264d5baa99544c3e.tar.zst nixos_system-402823ce7d6c42f4a2caae9a264d5baa99544c3e.zip |
atlas: Update CI runner
Diffstat (limited to 'host/atlas.nix')
-rw-r--r-- | host/atlas.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/host/atlas.nix b/host/atlas.nix index 4611ed7..42dc14c 100644 --- a/host/atlas.nix +++ b/host/atlas.nix @@ -65,23 +65,16 @@ openlb-ci = { executor = "shell"; registrationConfigFile = "/etc/gitlab-runner.conf"; - tagList = [ "nix" "has-gpu" ]; limit = 1; }; openlb-ci-extra = { executor = "shell"; registrationConfigFile = "/etc/gitlab-runner.conf"; - tagList = [ "nix" "gcc" "clang" "mpi" "cuda" "has-flake" ]; limit = 4; }; }; }; - systemd.services.gitlab-runner.serviceConfig = { - CPUQuota = "400%"; - MemoryHigh = "8G"; - }; - users.users.gitlab-runner.isNormalUser = true; nix.settings.allowed-users = [ "gitlab-runner" ]; |