-
-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow more than one job per instance (#1184)
## Description We want to make the runners_capacity_per_instance variable since we want to be able to run more than 1 job on 1 EC2 instance. ## Migrations required No. ## Verification Using docker_autoscaler, set the capacity_per_instance from 1 to 4 in /etc/gitlab-runner/config.toml, exec gitlab-runner restart <runner>, and verify that only 1 instance is created when running a pipeline with 4 concurrent jobs. Also verified the reported instance in the 4 jobs is the same. --------- Co-authored-by: Depauw Natan <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.