Skip to content

Commit a039851

Browse files
committed
modules/nixos/buildbot: enable cacheFailedBuilds, drop jobReportLimit
1 parent 90fb25d commit a039851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nixos/buildbot.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ in
7575
showTrace = true;
7676
evalMaxMemorySize = 4096;
7777
evalWorkerCount = 32;
78-
jobReportLimit = 0;
78+
cacheFailedBuilds = true;
7979
workersFile = config.sops.templates.buildbot-nix-workers.path;
8080
cachix = {
8181
enable = true;

0 commit comments

Comments
 (0)