Files
runner-scaffold/config.yaml

35 lines
608 B
YAML
Raw Normal View History

2025-05-18 03:17:15 +00:00
log:
# The level of logging, can be trace, debug, info, warn, error, fatal
2026-03-26 16:55:14 -04:00
level: error
2025-05-18 03:17:15 +00:00
runner:
file: .runner
# Execute how many tasks concurrently at the same time.
2026-03-26 16:55:14 -04:00
capacity: 5
2025-05-18 03:17:15 +00:00
timeout: 1h
shutdown_timeout: 0s
insecure: false
fetch_timeout: 5s
fetch_interval: 2s
labels:
2026-03-26 16:55:14 -04:00
- "water:docker://gitea/runner-images:ubuntu-22.04"
2025-05-18 03:17:15 +00:00
cache:
enabled: true
dir: ""
host: ""
port: 0
external_server: ""
container:
network: ""
privileged: false
options:
workdir_parent:
valid_volumes: []
docker_host: ""
force_pull: false
force_rebuild: false
host:
workdir_parent: