37 lines
975 B
YAML
37 lines
975 B
YAML
log:
|
|
level: info
|
|
|
|
runner:
|
|
file: /data/.runner
|
|
capacity: 1
|
|
envs:
|
|
GOPROXY: "https://goproxy.cn,direct"
|
|
GOSUMDB: "sum.golang.google.cn"
|
|
PATH: "/opt/easyai-gateway-ci/bin:/opt/easyai-gateway-ci/toolchains/go/bin:/opt/easyai-gateway-ci/toolchains/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|
timeout: 3h
|
|
shutdown_timeout: 5m
|
|
insecure: false
|
|
fetch_timeout: 5s
|
|
fetch_interval: 2s
|
|
labels:
|
|
- "easyai-gateway-ci-unprivileged-v2:docker://docker.io/library/node:24.16.0-bookworm@sha256:40ad9f3064e67d6860b4bc3fe1880b2953934fd6320ada990e45fe0efa6badd7"
|
|
|
|
cache:
|
|
enabled: false
|
|
|
|
container:
|
|
docker_host: "-"
|
|
privileged: false
|
|
force_pull: false
|
|
force_rebuild: false
|
|
require_docker: true
|
|
docker_timeout: 1m
|
|
bind_workdir: false
|
|
workdir_parent: workspace
|
|
options: "--volume /opt/easyai-gateway-ci:/opt/easyai-gateway-ci:ro"
|
|
valid_volumes:
|
|
- "/opt/easyai-gateway-ci"
|
|
|
|
host:
|
|
workdir_parent: /data/host-work
|