mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr: change pools numbers for resalloc
Adding new aws_powerful variable to group_var. And do not prealloc too much spot and normal machines because we have lots of reserved instances.
This commit is contained in:
@@ -25,8 +25,11 @@ builders:
|
||||
aarch64: [2, 0, 0]
|
||||
x86_64: [4, 0, 0]
|
||||
aws_spot:
|
||||
aarch64: [5, 1, 1]
|
||||
x86_64: [5, 1, 1]
|
||||
aarch64: [0, 0, 1]
|
||||
x86_64: [0, 0, 1]
|
||||
aws_powerful:
|
||||
aarch64: [10, 1, 0]
|
||||
x86_64: [10, 1, 0]
|
||||
ppc64le_hypervisor_01:
|
||||
ppc64le: [2, 1, 1]
|
||||
ppc64le_hypervisor_02:
|
||||
|
||||
Reference in New Issue
Block a user