copr-be: turn on spot instances in production

This commit is contained in:
Pavel Raiskup 2021-05-23 22:59:35 +02:00
parent a1b9ee23a3
commit c112053767

View file

@ -28,22 +28,22 @@ nm_controlled_resolv: True
builders: builders:
# max|max_spawn|max_prealloc # max|max_spawn|max_prealloc
aws: aws:
x86_64: [100,15,15] x86_64: [30, 5, 5]
aarch64: [20,6,6] aarch64: [8, 2, 2]
aws_spot: aws_spot:
x86_64: [0,1,1] x86_64: [60, 10, 20]
aarch64: [0,2,2] aarch64: [30, 4, 6]
#x86_hypervisor_01: #x86_hypervisor_01:
# x86_64: [2,1,1] # x86_64: [20, 4, 20]
x86_hypervisor_02: x86_hypervisor_02:
x86_64: [20,3,20] x86_64: [20, 4, 20]
x86_hypervisor_03: x86_hypervisor_03:
x86_64: [20,3,20] x86_64: [20, 4, 20]
x86_hypervisor_04: x86_hypervisor_04:
x86_64: [20,3,20] x86_64: [20, 4, 20]
rpm_vendor_copr_name: Fedora Copr rpm_vendor_copr_name: Fedora Copr