From 8c1c4640b878c692dd3d8055e8cdea0a2bbd8cf3 Mon Sep 17 00:00:00 2001 From: Antoine Eiche Date: Sun, 9 Feb 2025 18:05:08 +0100 Subject: [PATCH] Increase the evaluation periodicity from 30s to 5m This has been asked by the Nix community for debugging and maintenance purposes. --- .hydra/declarative-jobsets.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix index 0a158cf..0e68a86 100644 --- a/.hydra/declarative-jobsets.nix +++ b/.hydra/declarative-jobsets.nix @@ -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;