Without such an example, there is no test that would verify a modification of the ACT LXC backend is working when running a cascading pull request. Trace of the run at: https://code.forgejo.org/forgejo/end-to-end/actions/runs/2433/jobs/2#jobstep-4-28 Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/520 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
31 lines
430 B
YAML
31 lines
430 B
YAML
|
|
log:
|
|
level: debug
|
|
job_level: debug
|
|
|
|
runner:
|
|
file: .runner
|
|
capacity: 1
|
|
env_file: .env
|
|
timeout: 3h
|
|
insecure: false
|
|
fetch_timeout: 5s
|
|
fetch_interval: 2s
|
|
labels: ["lxc:lxc://debian:bookworm:docker"]
|
|
|
|
cache:
|
|
enabled: false
|
|
dir: ""
|
|
host: ""
|
|
port: 0
|
|
|
|
container:
|
|
network: "bridge"
|
|
privileged: false
|
|
options:
|
|
workdir_parent:
|
|
valid_volumes: ["/srv/example"]
|
|
docker_host: ""
|
|
|
|
host:
|
|
workdir_parent:
|