modules/nixos/buildbot: drop buildRetries, set jobReportLimit to 0

This commit is contained in:
zowoq 2024-09-13 10:30:58 +10:00
parent c57428b84e
commit aaf6e2c9f5

View file

@ -34,11 +34,10 @@
"x86_64-darwin"
"aarch64-darwin"
];
buildRetries = 0;
domain = "buildbot.nix-community.org";
evalMaxMemorySize = 4096;
evalWorkerCount = 32;
jobReportLimit = 100;
jobReportLimit = 0;
workersFile = config.sops.secrets.buildbot-nix-workers.path;
cachix = {
enable = true;