Docker CI parallelism #14488

Open
opened 2025-11-02 11:14:19 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @dev1way on GitHub (May 14, 2025).

Feature Description

Hello!

Is there any availability to configure parallelism inside CI solution using docker?
When launching CI with act_runner I can configure capacity.
But when a job launched using docker container, the second job will wait and will not run even the first one is finished.

Screenshots

No response

Originally created by @dev1way on GitHub (May 14, 2025). ### Feature Description Hello! Is there any availability to configure parallelism inside CI solution using docker? When launching CI with `act_runner` I can configure `capacity`. But when a job launched using docker container, the second job will wait and will not run even the first one is finished. ### Screenshots _No response_
GiteaMirror added the type/proposal label 2025-11-02 11:14:19 -06:00
Author
Owner

@silverwind commented on GitHub (May 19, 2025):

Could be a bug. From what I gather, by default jobs should run concurrently up to the sum of all active runner capacity values. One can control this concurrency via concurrency.group setting, but default behaviour should be to saturate the runners with jobs.

@silverwind commented on GitHub (May 19, 2025): Could be a bug. From what I gather, by default jobs should run concurrently up to the sum of all active runner `capacity` values. One can control this concurrency via `concurrency.group` setting, but default behaviour should be to saturate the runners with jobs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#14488