copr-be: turn on spot instances in production
This commit is contained in:
parent
a1b9ee23a3
commit
c112053767
1 changed files with 8 additions and 8 deletions
|
@ -28,22 +28,22 @@ nm_controlled_resolv: True
|
|||
builders:
|
||||
# max|max_spawn|max_prealloc
|
||||
aws:
|
||||
x86_64: [100,15,15]
|
||||
aarch64: [20,6,6]
|
||||
x86_64: [30, 5, 5]
|
||||
aarch64: [8, 2, 2]
|
||||
aws_spot:
|
||||
x86_64: [0,1,1]
|
||||
aarch64: [0,2,2]
|
||||
x86_64: [60, 10, 20]
|
||||
aarch64: [30, 4, 6]
|
||||
|
||||
#x86_hypervisor_01:
|
||||
# x86_64: [2,1,1]
|
||||
# x86_64: [20, 4, 20]
|
||||
|
||||
x86_hypervisor_02:
|
||||
x86_64: [20,3,20]
|
||||
x86_64: [20, 4, 20]
|
||||
|
||||
x86_hypervisor_03:
|
||||
x86_64: [20,3,20]
|
||||
x86_64: [20, 4, 20]
|
||||
|
||||
x86_hypervisor_04:
|
||||
x86_64: [20,3,20]
|
||||
x86_64: [20, 4, 20]
|
||||
|
||||
rpm_vendor_copr_name: Fedora Copr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue