From 2057831d3695f9ae27023224590bd51059c51002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Tue, 12 Aug 2025 09:51:56 -0300 Subject: [PATCH] monolith: reduce parallel ci jobs --- system/monolith-gitlab-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/monolith-gitlab-runner.nix b/system/monolith-gitlab-runner.nix index 85a5ffe..dc50068 100644 --- a/system/monolith-gitlab-runner.nix +++ b/system/monolith-gitlab-runner.nix @@ -11,7 +11,7 @@ in virtualisation.docker.enable = true; services.gitlab-runner = { enable = true; - settings.concurrent = 12; + settings.concurrent = 4; services = { # runner for building in docker via host's nix-daemon # nix store will be readable in runner, might be insecure