[copr][backend] copr-be.conf: higher threshold for consecutive failure check.
This commit is contained in:
parent
3d7603cbe2
commit
c52859ea44
1 changed files with 2 additions and 13 deletions
|
@ -47,13 +47,6 @@ group1_max_vm_total=4
|
||||||
#group0_max_workers=4
|
#group0_max_workers=4
|
||||||
|
|
||||||
|
|
||||||
# soon this will be obsoleted
|
|
||||||
terminate_vars=vm_name
|
|
||||||
|
|
||||||
# directory where jobs are stored
|
|
||||||
# no defaults
|
|
||||||
jobsdir=/var/lib/copr/jobs
|
|
||||||
|
|
||||||
# directory where results are stored
|
# directory where results are stored
|
||||||
# should be accessible from web using 'results_baseurl' URL
|
# should be accessible from web using 'results_baseurl' URL
|
||||||
# no default
|
# no default
|
||||||
|
@ -62,7 +55,6 @@ destdir=/var/lib/copr/public_html/results
|
||||||
# default is 10
|
# default is 10
|
||||||
sleeptime=30
|
sleeptime=30
|
||||||
|
|
||||||
|
|
||||||
# path to log file
|
# path to log file
|
||||||
# default is /var/log/copr/backend.log
|
# default is /var/log/copr/backend.log
|
||||||
logfile=/var/log/copr/backend.log
|
logfile=/var/log/copr/backend.log
|
||||||
|
@ -89,11 +81,8 @@ keygen_host={{ keygen_host }}
|
||||||
# minimum age for builds to be pruned
|
# minimum age for builds to be pruned
|
||||||
prune_days=14
|
prune_days=14
|
||||||
|
|
||||||
# Spawn builder in advance, before we get task?
|
# utilized by /usr/bin/check_consecutive_build_fails.py
|
||||||
# It save time, but consume resources even when
|
consecutive_failure_threshold=30
|
||||||
# nothing is in queue
|
|
||||||
|
|
||||||
spawn_in_advance={{ spawn_in_advance }}
|
|
||||||
|
|
||||||
[builder]
|
[builder]
|
||||||
# default is 1800
|
# default is 1800
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue