forked from malobeo/infrastructure
Compare commits
10 Commits
6dee590206
...
0f2be6251e
| Author | SHA1 | Date | |
|---|---|---|---|
|
0f2be6251e
|
|||
| 5bf7754865 | |||
|
e7c84aa4ee
|
|||
|
69043687cf
|
|||
|
872ab0d944
|
|||
|
79b6b56246
|
|||
|
0a8e7bf271
|
|||
|
caa7dbadb3
|
|||
|
8c797e4269
|
|||
|
e73516fbe7
|
@@ -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 // {
|
||||
|
||||
Reference in New Issue
Block a user