forked from infra/ansible
copr: bump up number of reserved instances
This commit is contained in:
parent
615af75669
commit
d830f9ae6e
1 changed files with 4 additions and 4 deletions
|
|
@ -19,12 +19,12 @@ backend_base_url: "https://download.copr.fedorainfracloud.org"
|
|||
builders:
|
||||
# max|spawn_concurrently|prealloc
|
||||
aws:
|
||||
aarch64: [8, 2, 1]
|
||||
x86_64: [50, 10, 20]
|
||||
aarch64: [50, 10, 1]
|
||||
x86_64: [50, 10, 1]
|
||||
# put here the number -1 of the actuall reserved instances
|
||||
aws_reserved:
|
||||
aarch64: [50, 20, 33]
|
||||
x86_64: [70, 20, 52]
|
||||
aarch64: [55, 20, 55]
|
||||
x86_64: [70, 20, 70]
|
||||
aws_reserved_powerful:
|
||||
x86_64: [2, 2, 2]
|
||||
aws_powerful:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue