Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit powerful builders use per-user #2967

Open
praiskup opened this issue Oct 24, 2023 · 0 comments
Open

Limit powerful builders use per-user #2967

praiskup opened this issue Oct 24, 2023 · 0 comments
Labels
RFE Enhancement, feature requests

Comments

@praiskup
Copy link
Member

We have these two:

# Maximum number of concurrent build workers per architecture and owner.  For
# example, give at most 15 ppc64le and 10 s390x machines to one copr owner:
#build_max_workers_arch_per_owner=ppc64le=15,s390x=10

# Maximum number of concurrently running tasks per a build tag.
#builds_max_workers_tag=Power9=5,Power8=10

But neither of them allows us to limit the number of powerful builders allocated to
a single project. We should have something like:

# Maximum number of concurrent build workers tag-set and owner.
#build_max_workers_tag_per_owner=on_demand_powerful+aarch64=2

While on it, I think we could enhance the build_max_workers_tag to accept + sign as well.

@github-project-automation github-project-automation bot moved this to Needs triage in CPT Kanban Oct 24, 2023
@praiskup praiskup changed the title Limits per-user per powerful builder Limits powerful builders use per-user Oct 24, 2023
@praiskup praiskup changed the title Limits powerful builders use per-user Limit powerful builders use per-user Oct 25, 2023
@praiskup praiskup added the RFE Enhancement, feature requests label Oct 26, 2023
@praiskup praiskup moved this from Needs triage to In 2 years in CPT Kanban Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFE Enhancement, feature requests
Projects
Status: In 2 years
Development

No branches or pull requests

1 participant