copr: typo
This commit is contained in:
parent
99d73b13d3
commit
ed7e88a0aa
1 changed files with 2 additions and 2 deletions
|
@ -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) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue