copr-be-dev: pools.yaml tag name typo

This commit is contained in:
Pavel Raiskup 2023-10-09 10:56:33 +02:00
parent d9d54a61ab
commit 2b3d70d4b5

View file

@ -10,7 +10,7 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot
max_starting: 5 max_starting: 5
{% endif %} {% endif %}
tags: tags:
- copr_builder - name: copr_builder
{% if arch == 'x86_64' %} {% if arch == 'x86_64' %}
priority: {% if spot %}-5{% else %}-10{% endif +%} priority: {% if spot %}-5{% else %}-10{% endif +%}
{% endif %} {% endif %}