From e0f9b863d1529f6f389e395416f5179e5b03d4bd Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 11 Dec 2025 08:37:11 +0100 Subject: [PATCH] copr-be: boost the x86 power a bit more in AWS (we still don't have x86 hypervisors re-reacked) --- inventory/group_vars/copr_aws | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/copr_aws b/inventory/group_vars/copr_aws index 13616091eb..8efd081ca7 100644 --- a/inventory/group_vars/copr_aws +++ b/inventory/group_vars/copr_aws @@ -20,7 +20,7 @@ builders: # max|spawn_concurrently|prealloc aws: aarch64: [8, 2, 1] - x86_64: [30, 10, 20] + x86_64: [50, 10, 20] # put here the number -1 of the actuall reserved instances aws_reserved: aarch64: [50, 20, 33]