From 402823ce7d6c42f4a2caae9a264d5baa99544c3e Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 1 Jul 2024 13:43:45 +0200 Subject: atlas: Update CI runner --- host/atlas.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'host/atlas.nix') 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" ]; -- cgit v1.2.3