Increase num_consecutive_builds for MBS.
See https://pagure.io/fm-orchestrator/issue/438
This commit is contained in:
parent
15c18dfc37
commit
b5053e10ab
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
# If this is too long, we could change it to 'fm_' some day.
|
# If this is too long, we could change it to 'fm_' some day.
|
||||||
DEFAULT_DIST_TAG_PREFIX = 'module_'
|
DEFAULT_DIST_TAG_PREFIX = 'module_'
|
||||||
|
|
||||||
NUM_CONSECUTIVE_BUILDS = 10
|
NUM_CONSECUTIVE_BUILDS = 20
|
||||||
|
|
||||||
# These aren't really secret.
|
# These aren't really secret.
|
||||||
OIDC_CLIENT_SECRETS = path.join(confdir, 'client_secrets.json')
|
OIDC_CLIENT_SECRETS = path.join(confdir, 'client_secrets.json')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue