copr-be: drop useless pools
These were added to implement automatic cleanup. But all the resources inside have already been cleaned up.
This commit is contained in:
parent
4df602f3ac
commit
3238a79677
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ copr_osuosl_p09_{% if devel %}dev{% else %}prod{% endif %}:
|
||||||
|
|
||||||
#### Evacuate machines in older pools
|
#### Evacuate machines in older pools
|
||||||
|
|
||||||
{% for poolname in ['aws_aarch64_reserved', 'aws_x86_64_spotreserved', 'aws_aarch64_spotreserved'] %}
|
{% for poolname in [] %}
|
||||||
{{ poolname }}_{% if devel %}dev{% else %}prod{% endif %}:
|
{{ poolname }}_{% if devel %}dev{% else %}prod{% endif %}:
|
||||||
max: 0
|
max: 0
|
||||||
cmd_new: /bin/true
|
cmd_new: /bin/true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue