I’d like to set my runner to run 4 pipelines per event simultaneously. Currently the limitation seems to be 1 event per repo & 2 pipelines per event.
I’ve set DRONE_RUNNER_CAPACITY=4
, it had no effect.
EDIT: fixed with
DRONE_AGENTS_ENABLED=true
I’d like to set my runner to run 4 pipelines per event simultaneously. Currently the limitation seems to be 1 event per repo & 2 pipelines per event.
I’ve set DRONE_RUNNER_CAPACITY=4
, it had no effect.
EDIT: fixed with
DRONE_AGENTS_ENABLED=true