From 65abed3426ffe8705cd2f8f853ce65a7930a40a9 Mon Sep 17 00:00:00 2001 From: Julia McGhee Date: Sat, 21 Mar 2026 16:43:50 +0000 Subject: [PATCH] Fix runner config: timeout needs duration string not int --- infra/kubernetes/platform/gitea-runner/runner-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/kubernetes/platform/gitea-runner/runner-config.yaml b/infra/kubernetes/platform/gitea-runner/runner-config.yaml index 07dd671..51f7076 100644 --- a/infra/kubernetes/platform/gitea-runner/runner-config.yaml +++ b/infra/kubernetes/platform/gitea-runner/runner-config.yaml @@ -9,7 +9,7 @@ data: level: info runner: capacity: 1 - timeout: 3600 + timeout: 1h container: options: "-v pnpm-store:/root/.local/share/pnpm/store" valid_volumes: