From 58c451d6eddbe5c55e5b7d5f787253acfbc51ac2 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 26 Aug 2021 21:00:11 +0200 Subject: [PATCH] copr-be: decrease the amount of AWS builders --- inventory/group_vars/copr_aws | 7 ++++--- inventory/group_vars/copr_dev_aws | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/inventory/group_vars/copr_aws b/inventory/group_vars/copr_aws index c724f21470..97504542cd 100644 --- a/inventory/group_vars/copr_aws +++ b/inventory/group_vars/copr_aws @@ -26,12 +26,13 @@ services_disabled: false nm_controlled_resolv: True builders: - # max|max_spawn|max_prealloc + # max|spawn_concurrently|prealloc aws: - x86_64: [30, 5, 5] + x86_64: [20, 4, 4] aarch64: [8, 2, 2] + aws_spot: - x86_64: [60, 10, 20] + x86_64: [40, 8, 8] aarch64: [30, 4, 6] x86_hypervisor_01: diff --git a/inventory/group_vars/copr_dev_aws b/inventory/group_vars/copr_dev_aws index 9a146be5d0..5b16b66293 100644 --- a/inventory/group_vars/copr_dev_aws +++ b/inventory/group_vars/copr_dev_aws @@ -27,14 +27,14 @@ services_disabled: false nm_controlled_resolv: True builders: - # max|max_spawn|max_prealloc + # max|spawn_concurrently|prealloc aws: x86_64: [4, 1, 1] aarch64: [2, 1, 1] aws_spot: - x86_64: [5, 2, 3] - aarch64: [5, 2, 2] + x86_64: [5, 2, 2] + aarch64: [5, 2, 1] x86_hypervisor_01: x86_64: [2,1,1]