From a6911593469c9ed980c55deb0ac8ca9e0c001707 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 17 Jan 2022 10:10:57 +0100 Subject: [PATCH] copr-be: drop one useless condition in s390x quota --- roles/copr/backend/templates/resalloc/pools.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index 9768b2a339..0fd70a9676 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -129,15 +129,9 @@ copr_hv_ppc64le_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}: # Z Cloud instances copr_ibm_cloud_s390x_tokyo_{% if devel %}dev{% else %}prod{% endif %}: -{% if devel %} max: {{ builders["ibm_cloud_tokyo"][0] }} max_prealloc: {{ builders["ibm_cloud_tokyo"][1] }} max_starting: {{ builders["ibm_cloud_tokyo"][2] }} -{% else %} - max: 2 - max_prealloc: 1 - max_starting: 1 -{% endif %} tags: - copr_builder - name: arch_noarch