Merge pull request 'limit yath cores' (#146) from feature/hydra_yath_core_limit into main
Reviewed-on: #146
This commit was merged in pull request #146.
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user