copr-be: fix some pool descriptions
This commit is contained in:
parent
497674fa44
commit
3f739e1c28
1 changed files with 8 additions and 4 deletions
|
@ -86,6 +86,10 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot
|
||||||
reuse_opportunity_time: 90
|
reuse_opportunity_time: 90
|
||||||
reuse_max_count: 8
|
reuse_max_count: 8
|
||||||
reuse_max_time: 1800
|
reuse_max_time: 1800
|
||||||
|
description: >
|
||||||
|
A pool of {{ arch }} instances in the Amazon AWS Fedora organization.
|
||||||
|
They are located in us-east-1 (N. Virginia).
|
||||||
|
Thank you Amazon Web Services, Inc. for sponsoring these builders.
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
# x86_64 hypervisors
|
# x86_64 hypervisors
|
||||||
|
@ -121,9 +125,9 @@ copr_hv_x86_64_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
|
||||||
reuse_max_count: 8
|
reuse_max_count: 8
|
||||||
reuse_max_time: 1800
|
reuse_max_time: 1800
|
||||||
description: >
|
description: >
|
||||||
A pool of x86_64 instances in the Amazon AWS Fedora organization.
|
A pool of x86_64 instances in the Fedora Community Cage.
|
||||||
They are located in us-east-1 (N. Virginia).
|
They are located in RDU (N Carolina).
|
||||||
Thank you Amazon Web Services, Inc. for sponsoring these builders.
|
Thank you Fedora Infrastructure team for maintaining the hypervisors.
|
||||||
{% else %}
|
{% else %}
|
||||||
#
|
#
|
||||||
# x86_hypervisor_{{ hv }} not configured in group_vars
|
# x86_hypervisor_{{ hv }} not configured in group_vars
|
||||||
|
@ -159,7 +163,7 @@ copr_hv_ppc64le_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}:
|
||||||
reuse_max_count: 8
|
reuse_max_count: 8
|
||||||
reuse_max_time: 1800
|
reuse_max_time: 1800
|
||||||
description: >
|
description: >
|
||||||
A pool of ppc64le instances in Fedora Community Cage.
|
A pool of ppc64le instances in the Fedora Community Cage.
|
||||||
These machines have POWER8 processors and are located in RDU (N Carolina).
|
These machines have POWER8 processors and are located in RDU (N Carolina).
|
||||||
Thank you Fedora Infrastructure team for maintaining the hypervisors.
|
Thank you Fedora Infrastructure team for maintaining the hypervisors.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue