Increase the evaluation periodicity from 30s to 5m

This has been asked by the Nix community for debugging and maintenance
purposes.
This commit is contained in:
Antoine Eiche 2025-02-09 18:05:08 +01:00
parent 6b425d13f5
commit 8c1c4640b8

View file

@ -8,7 +8,7 @@ let
{ enabled = 1;
hidden = false;
description = "PR ${num}: ${info.title}";
checkinterval = 30;
checkinterval = 300;
schedulingshares = 20;
enableemail = false;
emailoverride = "";
@ -19,7 +19,7 @@ let
) prs;
mkFlakeJobset = branch: {
description = "Build ${branch} branch of Simple NixOS MailServer";
checkinterval = "60";
checkinterval = 300;
enabled = "1";
schedulingshares = 100;
enableemail = false;