Closed jbrockopp closed 2 years ago
This issue has been automatically marked as stale due to no recent activity for the last 60 days. It will be closed if no further activity occurs in the next 30 days. Thank you for your contributions!
Would this be strictly a user feature? Or could a separate admin focused functionality be considered?
In a shared environment there is the risk of noisy neighbors hogging job slots with many/slow builds. It could be valuable if workers avoided grabbing builds for orgs or repos that have too many active builds going (unless there is nothing else queued up).
Our team likes to shotgun several builds in parallel to run our tests (with each build running a few test suites in parallel), would be nice to be able to do this without a guilty conscience ;)
@dan-kirberger I think this would be focused on the admin perspective to ensure the users can't abuse the platform by pumping high amounts of builds. There definitely use cases for X org/repo to need more a higher throughput than others to account for variance in repository activity
Overal Goals
Going to pick back up on this effort where @matt-fevold left off
A PR has been opened for this:
A PR has been opened for this:
A PR has been opened for this:
A PR has been opened for this:
A PR has been opened for this:
Description
Original story: https://github.com/go-vela/server/issues/123
Enable the ability to limit the concurrent running vela pipelines for a given repository and/or given branches within the repository.
Some extra thoughts needed for considerations:
Value
This is primarily helpful for repositories that are implementing deployments, and having multiple run at the same time can cause unintended behavior.
Definition of Done
Users are able to define the concurrency of running vela pipelines within the API.
Effort (Optional)
1 week
Impacted Personas (Optional)
users