From 1207a201d29dbf73aef3029682b6f25e68647d29 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 4 Jan 2024 13:26:45 +0100 Subject: [PATCH] copr-be: boost the s390x builders (from max 12 to max 18) Nourhane @ IBM confirmed this should be OK, considering we spend about the same cloud budget as before (more machines means we still process the same amount of tasks, but faster). --- inventory/group_vars/copr_aws | 2 +- roles/copr/backend/templates/copr-be.conf.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/copr_aws b/inventory/group_vars/copr_aws index 810982382a..7660552aa6 100644 --- a/inventory/group_vars/copr_aws +++ b/inventory/group_vars/copr_aws @@ -41,7 +41,7 @@ builders: x86_64: [20, 4, 20] ibm_cloud_us_east: # s390x is on-demand - s390x: [12, 6, 6] + s390x: [18, 6, 6] ibm_cloud_tokyo: # tokyo is evacuated s390x: [0, 6, 6] diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index 68c13788b7..b230cfb467 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -55,7 +55,7 @@ builds_max_workers_arch= ppc64le={{ max_ppc64le_workers }} # Do not let one user waste the whole architecture capacity -build_max_workers_arch_per_owner=s390x=8 +build_max_workers_arch_per_owner=s390x=12 # Maximum number of concurrently running tasks per project owner. {% if env == 'production' %}