copr-be: decrease the amount of AWS builders

This commit is contained in:
Pavel Raiskup 2021-08-26 21:00:11 +02:00
parent 288b487bf5
commit 58c451d6ed
2 changed files with 7 additions and 6 deletions

View file

@ -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:

View file

@ -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]