copr-be: pools: config typo for prod
This commit is contained in:
parent
15e44a7303
commit
2de76376c5
1 changed files with 4 additions and 1 deletions
|
@ -228,12 +228,15 @@ copr_ic_s390x_{{ t + '_' if t or '' }}us_east_{% if devel %}dev{% else %}prod{%
|
||||||
priority: -30
|
priority: -30
|
||||||
- ibm_cloud
|
- ibm_cloud
|
||||||
- us_east
|
- us_east
|
||||||
{% if devel or t == 'hp' %}
|
{% if devel %}
|
||||||
tags_on_demand:
|
tags_on_demand:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- arch_s390x
|
- arch_s390x
|
||||||
- arch_s390x_native
|
- arch_s390x_native
|
||||||
{% if t == 'hp' %}
|
{% if t == 'hp' %}
|
||||||
|
{% if not devel %}
|
||||||
|
tags_on_demand:
|
||||||
|
{% endif %}
|
||||||
- on_demand_powerful
|
- on_demand_powerful
|
||||||
{% endif %}
|
{% endif %}
|
||||||
cmd_new: '/var/lib/resallocserver/resalloc_provision/ibm-cloud-vm create "$RESALLOC_NAME"'
|
cmd_new: '/var/lib/resallocserver/resalloc_provision/ibm-cloud-vm create "$RESALLOC_NAME"'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue