🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 13s

rootfs/tmp/etc/act_runner/cache_server.yaml
rootfs/tmp/etc/act_runner/default_config.yaml
rootfs/usr/local/etc/docker/init.d/zz-act_runner.sh
This commit is contained in:
casjay
2024-09-04 07:16:25 -04:00
parent d9640b7e4e
commit 26a5cc313c
3 changed files with 17 additions and 133 deletions

View File

@@ -1,9 +1,8 @@
log:
# The level of logging, can be trace, debug, info, warn, error, fatal
level: info
level: warn
cache:
enabled: true
dir: '/data/act_runner/cache'
# host: '0.0.0.0'
# port: REPLACE_RUNNER_CACHE_PORT
dir: 'REPLACE_RUNNER_CACHE_DIR'
host: '0.0.0.0'
port: REPLACE_RUNNER_CACHE_PORT

View File

@@ -1,7 +1,7 @@
# Config for act_runner daemon
log:
# The level of logging, can be trace, debug, info, warn, error, fatal
level: info
level: warn
host:
# The parent directory of a job's working directory.
@@ -11,7 +11,7 @@ runner:
# Where to store the registration result.
file: REPLACE_RUNNER_HOME/runners
# Execute how many tasks concurrently at the same time.
capacity: 1
capacity: 4
# Extra environment variables to run jobs.
envs:
A_TEST_ENV_NAME_1: a_test_env_value_1
@@ -67,6 +67,4 @@ container:
cache:
enabled: true
#host: ''
#port: ''
external_server: 'http://REPLACE_RUNNER_CACHE_HOST:REPLACE_RUNNER_CACHE_PORT/'