limit yath cores #146

Merged
ahuston-0 merged 1 commits from feature/hydra_yath_core_limit into main 2025-12-07 18:50:46 -05:00

View File

@@ -42,7 +42,12 @@ in
services = { services = {
hydra = { hydra = {
enable = true; enable = true;
package = inputs.hydra.packages.x86_64-linux.hydra; package = inputs.hydra.packages.x86_64-linux.hydra.overrideAttrs (old: {
checkPhase = ''
export YATH_JOB_COUNT=8
${old.checkPhase or "yath test"}
'';
});
hydraURL = "https://hydra.alicehuston.xyz"; hydraURL = "https://hydra.alicehuston.xyz";
smtpHost = "alicehuston.xyz"; smtpHost = "alicehuston.xyz";
notificationSender = "hydra@alicehuston.xyz"; notificationSender = "hydra@alicehuston.xyz";