MBS: Remove module-* targets one hour after build
Signed-off-by: Jan Kaluža <jkaluza@batcave01.phx2.fedoraproject.org>
This commit is contained in:
parent
5e2fca7011
commit
042da8f0d7
1 changed files with 3 additions and 0 deletions
|
@ -147,6 +147,9 @@ class ProdConfiguration(BaseConfiguration):
|
|||
|
||||
NUM_CONSECUTIVE_BUILDS = 20
|
||||
|
||||
# Delete module-* targets one hour after build
|
||||
KOJI_TARGET_DELETE_TIME = 3600
|
||||
|
||||
# These aren't really secret.
|
||||
OIDC_CLIENT_SECRETS = path.join(confdir, 'client_secrets.json')
|
||||
OIDC_REQUIRED_SCOPE = 'https://mbs.fedoraproject.org/oidc/submit-build'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue