Compare commits

...

1 Commits

Author SHA1 Message Date
Bastian de Byl
b4ebc4bad7 feat: increase act_runner capacity for parallel job execution
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:51:24 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ gitea_runner_user: gitea-runner
gitea_runner_home: /home/gitea-runner
gitea_runner_version: "0.2.13"
gitea_runner_arch: linux-amd64
gitea_runner_capacity: 4
# Multiple Gitea instances to run actions runners for
gitea_runners:

View File

@@ -3,7 +3,7 @@ log:
runner:
file: {{ act_runner_work_dir }}/{{ runner_name }}/.runner
capacity: 1
capacity: {{ gitea_runner_capacity | default(4) }}
timeout: 3h
insecure: false
fetch_timeout: 5s