[copr] actualised config for backend
This commit is contained in:
parent
c233c88b9b
commit
524e7c19fa
2 changed files with 13 additions and 0 deletions
|
@ -13,6 +13,12 @@ frontend_url=https://172.16.5.31/backend
|
|||
# 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.yml
|
||||
group0_terminate_playbook=/home/copr/provision/terminatepb.yml
|
||||
group0_max_workers=12
|
||||
|
||||
# path to ansible playbook which spawns builder
|
||||
# see /usr/share/copr*/playbooks/ for examples
|
||||
# default is /etc/copr/builder_playbook.yml
|
||||
|
|
|
@ -12,6 +12,13 @@ frontend_url=http://copr-fe-dev.cloud.fedoraproject.org/backend
|
|||
# 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.yml
|
||||
group0_terminate_playbook=/home/copr/provision/terminatepb.yml
|
||||
group0_max_workers=2
|
||||
|
||||
|
||||
# path to ansible playbook which spawns builder
|
||||
# see /usr/share/copr*/playbooks/ for examples
|
||||
# default is /etc/copr/builder_playbook.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue