From a95edba8414336514c4f4e7c75d1cb4e2d3d7274 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 17 Jan 2022 10:29:20 +0100 Subject: [PATCH] copr-be: fixup the s390x quota finally --- roles/copr/backend/templates/resalloc/pools.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index 5cd3150acd..8aac199e6d 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -129,9 +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 %}: - max: 2 - max_prealloc: 1 - max_starting: 1 + max: {{ builders.ibm_cloud_tokyo.s390x[0] }} + max_prealloc: {{ builders.ibm_cloud_tokyo.s390x[1] }} + max_starting: {{ builders.ibm_cloud_tokyo.s390x[2] }} tags: - copr_builder - name: arch_noarch