Compare commits

..

10 Commits

Author SHA1 Message Date
0f2be6251e yo 2026-03-14 12:06:18 +01:00
5bf7754865 Revert "maybe change config"
This reverts commit e7c84aa4ee.
2026-03-14 11:55:22 +01:00
e7c84aa4ee maybe change config 2026-03-14 11:44:01 +01:00
69043687cf Fuck me dude this can't be that difficult... 2026-03-13 18:34:52 +01:00
872ab0d944 test 1323 2026-03-13 18:19:55 +01:00
79b6b56246 2 2026-03-13 18:14:19 +01:00
0a8e7bf271 FASTER 2026-03-13 18:12:53 +01:00
caa7dbadb3 Try this one maybe 2026-03-13 17:42:21 +01:00
8c797e4269 Actually fix status this time 2026-03-13 17:20:27 +01:00
e73516fbe7 Document the gitea-translator module 2026-03-13 16:29:49 +01:00

View File

@@ -8,7 +8,7 @@ let
enabled = 1;
hidden = false;
description = "PR ${num}: ${info.title}";
checkinterval = 300;
checkinterval = 60;
schedulingshares = 20;
enableemail = false;
emailoverride = "";
@@ -33,14 +33,14 @@ let
};
gitea_status_repo = {
type = "string";
value = "${info.head.ref}";
value = "${info.head.sha}";
emailresponsible = false;
};
};
}) prs;
mkFlakeJobset = branch: {
description = "Build ${branch} branch of the Malobeo Infrastructure repo";
checkinterval = 300;
checkinterval = 60;
enabled = "1";
schedulingshares = 100;
enableemail = false;
@@ -48,7 +48,7 @@ let
keepnr = 3;
hidden = false;
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 // {