[copr] cleanup
This commit is contained in:
parent
5dab6be5f0
commit
61ecc3d212
2 changed files with 0 additions and 151 deletions
|
@ -1,73 +0,0 @@
|
||||||
[backend]
|
|
||||||
|
|
||||||
# URL where are results visible
|
|
||||||
# default is http://copr
|
|
||||||
results_baseurl=https://copr-be.cloud.fedoraproject.org/results
|
|
||||||
|
|
||||||
frontend_url=http://copr-fe.cloud.fedoraproject.org/backend
|
|
||||||
frontend_base_url=http://copr-fe.cloud.fedoraproject.org
|
|
||||||
|
|
||||||
# must have same value as BACKEND_PASSWORD from have frontend in /etc/copr/copr.conf
|
|
||||||
# default is PASSWORDHERE but you really should change it. really.
|
|
||||||
frontend_auth={{ copr_backend_password }}
|
|
||||||
|
|
||||||
group0_name=PC
|
|
||||||
group0_archs=i386,x86_64
|
|
||||||
group0_spawn_playbook=/home/copr/provision/builderpb_nova.yml
|
|
||||||
group0_terminate_playbook=/home/copr/provision/terminatepb.yml
|
|
||||||
group0_max_workers=7
|
|
||||||
# please don't set more, 12 builders leads to frequent OpenStack denial of service
|
|
||||||
|
|
||||||
# directory where jobs are stored
|
|
||||||
# no defaults
|
|
||||||
jobsdir=/var/lib/copr/jobs
|
|
||||||
|
|
||||||
# directory where results are stored
|
|
||||||
# should be accessible from web using 'results_baseurl' URL
|
|
||||||
# no default
|
|
||||||
destdir=/var/lib/copr/public_html/results
|
|
||||||
|
|
||||||
# default is 10
|
|
||||||
sleeptime=30
|
|
||||||
|
|
||||||
# default is 8
|
|
||||||
num_workers=8
|
|
||||||
|
|
||||||
# path to log file
|
|
||||||
# default is /var/log/copr/backend.log
|
|
||||||
logfile=/var/log/copr/backend.log
|
|
||||||
|
|
||||||
# default is /var/log/copr/workers/
|
|
||||||
worker_logdir=/var/log/copr/workers/
|
|
||||||
|
|
||||||
# exit on worker failure
|
|
||||||
# default is false
|
|
||||||
#exit_on_worker=false
|
|
||||||
|
|
||||||
# publish fedmsg notifications from workers if true
|
|
||||||
# default is false
|
|
||||||
#fedmsg_enabled=false
|
|
||||||
fedmsg_enabled=true
|
|
||||||
|
|
||||||
# enable package signing, require configured
|
|
||||||
# signer host and correct /etc/sign.conf
|
|
||||||
do_sign={{ do_sign }}
|
|
||||||
|
|
||||||
# host or ip of machine with copr-keygen
|
|
||||||
# usually the same as in /etc/sign.conf
|
|
||||||
keygen_host={{ keygen_host }}
|
|
||||||
|
|
||||||
# minimum age for builds to be pruned
|
|
||||||
prune_days=14
|
|
||||||
# path to executable script to clean old build
|
|
||||||
prune_script=/usr/share/copr/copr_prune_old_builds.sh
|
|
||||||
|
|
||||||
# Spawn builder in advance, before we get task?
|
|
||||||
# It save time, but consume resources even when
|
|
||||||
# nothing is in queue
|
|
||||||
|
|
||||||
spawn_in_advance={{ spawn_in_advance }}
|
|
||||||
|
|
||||||
[builder]
|
|
||||||
# default is 1800
|
|
||||||
timeout=21600
|
|
|
@ -1,78 +0,0 @@
|
||||||
[backend]
|
|
||||||
|
|
||||||
# URL where are results visible
|
|
||||||
# default is http://copr
|
|
||||||
results_baseurl=http://copr-be-dev.cloud.fedoraproject.org/results
|
|
||||||
|
|
||||||
frontend_url=http://copr-fe-dev.cloud.fedoraproject.org/backend
|
|
||||||
frontend_base_url=http://copr-fe-dev.cloud.fedoraproject.org
|
|
||||||
|
|
||||||
# must have same value as BACKEND_PASSWORD from have frontend in /etc/copr/copr.conf
|
|
||||||
# default is PASSWORDHERE but you really should change it. really.
|
|
||||||
frontend_auth={{ copr_backend_password }}
|
|
||||||
|
|
||||||
group0_name=PC
|
|
||||||
group0_archs=i386,x86_64
|
|
||||||
|
|
||||||
# path to ansible playbook which spawns builder
|
|
||||||
# see /usr/share/copr*/playbooks/ for examples
|
|
||||||
# default is /etc/copr/builder_playbook.yml
|
|
||||||
group0_spawn_playbook=/home/copr/provision/builderpb_nova.yml
|
|
||||||
# path to ansible playbook which terminate builder
|
|
||||||
# default is /etc/copr/terminate_playbook.yml
|
|
||||||
group0_terminate_playbook=/home/copr/provision/terminatepb.yml
|
|
||||||
group0_max_workers=2
|
|
||||||
|
|
||||||
|
|
||||||
# directory where jobs are stored
|
|
||||||
# no defaults
|
|
||||||
jobsdir=/var/lib/copr/jobs
|
|
||||||
|
|
||||||
# directory where results are stored
|
|
||||||
# should be accessible from web using 'results_baseurl' URL
|
|
||||||
# no default
|
|
||||||
destdir=/var/lib/copr/public_html/results
|
|
||||||
|
|
||||||
# default is 10
|
|
||||||
sleeptime=30
|
|
||||||
|
|
||||||
# default is 8
|
|
||||||
num_workers=5
|
|
||||||
|
|
||||||
# path to log file
|
|
||||||
# default is /var/log/copr/backend.log
|
|
||||||
logfile=/var/log/copr/backend.log
|
|
||||||
|
|
||||||
# default is /var/log/copr/workers/
|
|
||||||
worker_logdir=/var/log/copr/workers/
|
|
||||||
|
|
||||||
# exit on worker failure
|
|
||||||
# default is false
|
|
||||||
#exit_on_worker=false
|
|
||||||
|
|
||||||
# publish fedmsg notifications from workers if true
|
|
||||||
# default is false
|
|
||||||
#fedmsg_enabled=false
|
|
||||||
|
|
||||||
# enable package signing, require configured
|
|
||||||
# signer host and correct /etc/sign.conf
|
|
||||||
do_sign={{ do_sign }}
|
|
||||||
|
|
||||||
# host or ip of machine with copr-keygen
|
|
||||||
# usually the same as in /etc/sign.conf
|
|
||||||
keygen_host={{ keygen_host }}
|
|
||||||
|
|
||||||
# minimum age for builds to be pruned
|
|
||||||
prune_days=14
|
|
||||||
# path to executable script to clean old build
|
|
||||||
prune_script=/usr/share/copr/copr_prune_old_builds.sh
|
|
||||||
|
|
||||||
# Spawn builder in advance, before we get task?
|
|
||||||
# It save time, but consume resources even when
|
|
||||||
# nothing is in queue
|
|
||||||
|
|
||||||
spawn_in_advance={{ spawn_in_advance }}
|
|
||||||
|
|
||||||
[builder]
|
|
||||||
# default is 1800
|
|
||||||
timeout=3600
|
|
Loading…
Add table
Add a link
Reference in a new issue