feat(gitea): allow 12-hour runner builds #79
@@ -87,6 +87,7 @@ let
|
|||||||
url = "http://192.168.99.14:6443/";
|
url = "http://192.168.99.14:6443/";
|
||||||
labels = runnerLabels;
|
labels = runnerLabels;
|
||||||
tokenFile = "/run/secrets/gitea-runners/registration-token";
|
tokenFile = "/run/secrets/gitea-runners/registration-token";
|
||||||
|
settings.runner.timeout = "12h";
|
||||||
hostPackages = with pkgs; [
|
hostPackages = with pkgs; [
|
||||||
bash
|
bash
|
||||||
coreutils
|
coreutils
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ in
|
|||||||
actions = {
|
actions = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
DEFAULT_ACTIONS_URL = "github";
|
DEFAULT_ACTIONS_URL = "github";
|
||||||
|
ENDLESS_TASK_TIMEOUT = "12h";
|
||||||
};
|
};
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
server = {
|
server = {
|
||||||
|
|||||||
Reference in New Issue
Block a user