adjust runner {capacity,logs,labels,dash ui} conf

This commit is contained in:
surtur 2022-03-20 21:59:08 +01:00
parent efb717f4f5
commit 8946441587
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -1,7 +1,14 @@
DRONE_RPC_PROTO=https
DRONE_RPC_HOST=drone.dotya.ml
DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
DRONE_RUNNER_CAPACITY=4
DRONE_RUNNER_NAME=${HOSTNAME}
DRONE_UI_DISABLE=false
DRONE_LOGS_DEBUG=true
# max number of concurrently running pipelines
DRONE_RUNNER_CAPACITY=2
# max number of concurrently running steps (per pipeline)
DRONE_RUNNER_MAX_PROCS=2
DRONE_RUNNER_NAME=${DRONE_RUNNER_NAME}
# labels that identify this runner (see runner routing)
DRONE_RUNNER_LABELS=${DRONE_RUNNER_LABELS}
DRONE_UI_DISABLE=true
DRONE_LOGS_DEBUG=false
DRONE_LOGS_TRACE=false