This commit is contained in:
2026-03-13 18:12:53 +01:00
parent caa7dbadb3
commit 0a8e7bf271

View File

@@ -8,7 +8,7 @@ let
enabled = 1; enabled = 1;
hidden = false; hidden = false;
description = "PR ${num}: ${info.title}"; description = "PR ${num}: ${info.title}";
checkinterval = 300; checkinterval = 60;
schedulingshares = 20; schedulingshares = 20;
enableemail = false; enableemail = false;
emailoverride = ""; emailoverride = "";
@@ -45,7 +45,7 @@ let
}) prs; }) prs;
mkFlakeJobset = branch: { mkFlakeJobset = branch: {
description = "Build ${branch} branch of the Malobeo Infrastructure repo"; description = "Build ${branch} branch of the Malobeo Infrastructure repo";
checkinterval = 300; checkinterval = 60;
enabled = "1"; enabled = "1";
schedulingshares = 100; schedulingshares = 100;
enableemail = false; enableemail = false;
@@ -53,7 +53,7 @@ let
keepnr = 3; keepnr = 3;
hidden = false; hidden = false;
type = 1; type = 1;
flake = "https://git.dynamicdiscord.de/malobeo/infrastructure/archive/${branch}.tar.gz"; flake = "https://git.dynamicdiscord.de/ahtlon/infrastructure/archive/${branch}.tar.gz";
}; };
desc = prJobsets // { desc = prJobsets // {