copr-be: more adjectives for the AWS builders
This commit is contained in:
parent
3f739e1c28
commit
e7458add05
1 changed files with 8 additions and 1 deletions
|
@ -87,7 +87,14 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot
|
||||||
reuse_max_count: 8
|
reuse_max_count: 8
|
||||||
reuse_max_time: 1800
|
reuse_max_time: 1800
|
||||||
description: >
|
description: >
|
||||||
A pool of {{ arch }} instances in the Amazon AWS Fedora organization.
|
A pool of
|
||||||
|
{% if spot and on_demand == 'powerful' %}powerful spot
|
||||||
|
{% elif spot %}spot
|
||||||
|
{% elif reserved and on_demand == 'powerful' %}reserved powerful
|
||||||
|
{% elif reserved %}reserved
|
||||||
|
{% elif on_demand == 'powerful' %}powerful
|
||||||
|
{% endif %}
|
||||||
|
{{ arch }} instances in the Amazon AWS Fedora organization.
|
||||||
They are located in us-east-1 (N. Virginia).
|
They are located in us-east-1 (N. Virginia).
|
||||||
Thank you Amazon Web Services, Inc. for sponsoring these builders.
|
Thank you Amazon Web Services, Inc. for sponsoring these builders.
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue