From 8ff63fa14bdffb079ade21cdd17515920ce85214 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 3 Dec 2019 17:06:38 +0100 Subject: [PATCH] copr: be: try to configure aarch64 in AWS in staging --- roles/copr/backend/templates/copr-be.conf.j2 | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index 482d52de0c..fa29ebf14c 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -26,7 +26,7 @@ frontend_auth={{ copr_backend_password }} # vm_max_check_fails=2 - when machine is consequently X times marked as failed then it is terminated # vm_terminating_timeout=600 - when machine was terminated and terminate PB did not finish within this number of second, we will run the PB once again. -build_groups=4 +build_groups={% if devel %}5{% else %}4{% endif %} group0_name=PC group0_archs=i386,x86_64,i586,armhfp @@ -100,6 +100,24 @@ group3_max_vm_per_user=2 group3_max_spawn_processes=2 {% endif %} +group4_name=aarch64_AWS +group4_archs=aarch64 +group4_spawn_playbook=/home/copr/provision/builderpb-aws-aarch64.yml +group4_terminate_playbook=/home/copr/provision/terminatepb-aws.yml +group4_vm_health_check_period=30 +group4_vm_health_check_max_time=80 +group4_vm_spawn_min_interval=5 + +{% if not devel %} +group4_max_vm_total=10 +group4_max_vm_per_user=3 +group4_max_spawn_processes=5 +{% else %} +group4_max_vm_total=2 +group4_max_vm_per_user=2 +group4_max_spawn_processes=2 +{% endif %} + # directory where results are stored # should be accessible from web using 'results_baseurl' URL # no default