modules/nixos/buildbot: drop buildRetries, set jobReportLimit to 0
This commit is contained in:
parent
c57428b84e
commit
aaf6e2c9f5
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue