The value was defined 3 years ago, in March 2017 when there were much
fewer modules in Fedora. Our Koji has capacity to run many more builds. Currently we have 158 Koji builders in default channel that are able to run RPM builds. Their total capacity is 566. Therefore it should be safe to increase MBS NUM_CONCURRENT_BUILDS to at least 100. Especially since Koji builds submitted by MBS have lower priority than default for non-modular component builds submitted by packagers, so packager-submitted builds will tak precedence over builds submitted by MBS. Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
77a94772f2
commit
b291b11c34
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ class ProdConfiguration(BaseConfiguration):
|
|||
DEFAULT_DIST_TAG_PREFIX = 'module_'
|
||||
|
||||
# New name
|
||||
NUM_CONCURRENT_BUILDS = 20
|
||||
NUM_CONCURRENT_BUILDS = 100
|
||||
|
||||
# Delete module-* targets one hour after build
|
||||
KOJI_TARGET_DELETE_TIME = 3600
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue