From bff6dfcb6af1dbfb3a7f418596c24773f8efa53f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 2 Nov 2023 10:50:00 +0100 Subject: [PATCH] copr-be: work-around for https://github.com/praiskup/resalloc/issues/129 --- 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 4605e4b879..652a9b137c 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -7,7 +7,7 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot max_prealloc: {{ max_prealloc }} {% else %} max: 10 - max_starting: 4 + max_starting: 1 {% endif %} tags: - name: copr_builder