diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index 2914a43ab0..02ed559025 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -267,7 +267,7 @@ copr_osuosl_p09_{% if devel %}dev{% else %}prod{% endif %}: # AWS should have priority < 0 unless it is reserved instance for which we pay anyway # reserved instances -{{ aws('x86_64', 1, 1, 1, priority=20 }} +{{ aws('x86_64', 1, 1, 1, priority=20) }} {{ aws('x86_64', builders.aws_spot.x86_64[0], builders.aws_spot.x86_64[1], builders.aws_spot.x86_64[2], True, priority=-2) }} @@ -278,7 +278,7 @@ copr_osuosl_p09_{% if devel %}dev{% else %}prod{% endif %}: ### AARCH 64 builders # reserved instance -{{ aws('aarch64', 3, 2, 3, priority=20 }} +{{ aws('aarch64', 3, 2, 3, priority=20) }} {{ aws('aarch64', builders.aws_spot.aarch64[0], builders.aws_spot.aarch64[1], builders.aws_spot.aarch64[2], spot=True, priority=-1) }}