[[runners]]
name = "RUNNER-NAME"
url = "https://GITLAB.EXAMPLE.COM"
token = "YOUR-TOKEN-HERE"
executor = "custom"
# These are required but not used
builds_dir = "/var/empty"
cache_dir = "/var/empty"
shell = "sh"
# Build log size in KiB, e.g. 25 MiB is:
output_limit = 25600
[runners.custom_build_dir]
enabled = true
[runners.custom]
config_exec = "/usr/libexec/apkfoundry/gl-config"
run_exec = "/usr/libexec/apkfoundry/gl-run"
cleanup_exec = "/usr/libexec/apkfoundry/gl-cleanup"
# Always destroy container
#cleanup_args = [ "always" ]
# Destroy container on successful build only
#cleanup_args = [ "on-success" ]
# Otherwise, never destroy container