From daa84f4169ce2a4e9a31d5c75aa53e21d9ce8b79 Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Fri, 5 Apr 2024 14:12:15 +0200 Subject: [PATCH] never build on the coordinator for such cases just add the coordinator as a remote builder. --- buildbot_nix/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index 335ece7..da676a1 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -518,6 +518,8 @@ def nix_build_config( "--option", "keep-going", "true", + # do not build directly on the coordinator + "--max-jobs", "0", "--option", # stop stuck builds after 20 minutes "--max-silent-time",