parent
7b848fd051
commit
4752f4092a
2 changed files with 4 additions and 1 deletions
|
@ -83,7 +83,7 @@ prune_days=7
|
||||||
# log_format=[%(asctime)s][%(levelname)6s][PID:%(process)d][%(name)10s][%(filename)s:%(funcName)s:%(lineno)d] %(message)s
|
# log_format=[%(asctime)s][%(levelname)6s][PID:%(process)d][%(name)10s][%(filename)s:%(funcName)s:%(lineno)d] %(message)s
|
||||||
|
|
||||||
[builder]
|
[builder]
|
||||||
# default is 1800
|
# default is 1800, this probably has no effect!
|
||||||
timeout=108000
|
timeout=108000
|
||||||
|
|
||||||
# utilized by /usr/bin/check_consecutive_build_fails.py
|
# utilized by /usr/bin/check_consecutive_build_fails.py
|
||||||
|
|
|
@ -99,6 +99,9 @@ BLACKLISTED_GROUPS = ['fedorabugs', 'packager', 'provenpackager']
|
||||||
|
|
||||||
DEFER_BUILD_SECONDS = 300
|
DEFER_BUILD_SECONDS = 300
|
||||||
|
|
||||||
|
DEFAULT_BUILD_TIMEOUT = 108000
|
||||||
|
MAX_BUILD_TIMEOUT = 108000
|
||||||
|
|
||||||
ENABLE_DISCUSSION = True
|
ENABLE_DISCUSSION = True
|
||||||
DISCOURSE_URL = "https://discussion.fedoraproject.org/"
|
DISCOURSE_URL = "https://discussion.fedoraproject.org/"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue