From 2b3d70d4b5c0c949b90f058296b44b24c0700820 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 9 Oct 2023 10:56:33 +0200 Subject: [PATCH] copr-be-dev: pools.yaml tag name typo --- roles/copr/backend/templates/resalloc/pools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index 8b1317e487..ba5ecf9ff9 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -10,7 +10,7 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot max_starting: 5 {% endif %} tags: - - copr_builder + - name: copr_builder {% if arch == 'x86_64' %} priority: {% if spot %}-5{% else %}-10{% endif +%} {% endif %}