copr: backend: add new x86_64 builder group from aws
This commit is contained in:
parent
4c70928da1
commit
c339fac5be
1 changed files with 19 additions and 0 deletions
|
@ -81,6 +81,25 @@ group2_max_vm_total=4
|
|||
group2_max_spawn_processes=4
|
||||
{% endif %}
|
||||
|
||||
{% if devel %}
|
||||
group3_name=X86_64_AWS
|
||||
group3_archs=i386,x86_64,i586,armhfp
|
||||
group3_spawn_playbook=/home/copr/provision/builderpb-aws-x86_64.yml
|
||||
group3_terminate_playbook=/home/copr/provision/terminatepb-aws.yml
|
||||
group3_vm_health_check_period=30
|
||||
group3_vm_health_check_max_time=80
|
||||
|
||||
{% if not devel %}
|
||||
group3_max_vm_total=24
|
||||
group3_max_vm_per_user=4
|
||||
group3_max_spawn_processes=6
|
||||
{% else %}
|
||||
group3_max_vm_total=24
|
||||
group3_max_vm_per_user=4
|
||||
group3_max_spawn_processes=6
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
# directory where results are stored
|
||||
# should be accessible from web using 'results_baseurl' URL
|
||||
# no default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue