From 76ff36ff13f545335abaeaece08ff3f8c931f008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 12 Oct 2022 18:33:08 -0300 Subject: [PATCH] lower max concurrent gitlab-runner jobs --- system/gitlab-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/gitlab-runner.nix b/system/gitlab-runner.nix index 0ad1c10..dd65432 100644 --- a/system/gitlab-runner.nix +++ b/system/gitlab-runner.nix @@ -3,7 +3,7 @@ virtualisation.docker.enable = true; services.gitlab-runner = with lib; { enable = true; - concurrent = 4; + concurrent = 1; services = { ci_test = { registrationConfigFile = "/srv/gitlab-runner/env/ci_test";