feat(gitea): allow 12-hour runner builds #79

Merged
Richie merged 1 commits from feature/gitea-runner-12h-timeout into main 2026-09-12 09:11:04 -04:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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 = {