From b56a7da8c913c28ee27e6c1bf08fcd3a59a48448 Mon Sep 17 00:00:00 2001 From: madanial Date: Thu, 13 Nov 2025 20:15:05 -0500 Subject: [PATCH] [AIX] increase the number of jobs used for building AIX builds --- buildbot/osuosl/master/config/workers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildbot/osuosl/master/config/workers.py b/buildbot/osuosl/master/config/workers.py index 0529a165d..12412e9cc 100644 --- a/buildbot/osuosl/master/config/workers.py +++ b/buildbot/osuosl/master/config/workers.py @@ -116,8 +116,8 @@ def get_all(): create_worker("sanitizer-buildbot12", properties={'jobs': 48}, max_builds=2), # POWER 8 PowerPC AIX 7.2 - create_worker("aix-ppc64", properties={'jobs': 10}, max_builds=1), - create_worker("ppc64-flang-aix-test", properties={'jobs': 10}, max_builds=1), + create_worker("aix-ppc64", properties={'jobs': 20}, max_builds=1), + create_worker("ppc64-flang-aix-test", properties={'jobs': 20}, max_builds=1), # IBM z13 (s390x), Ubuntu 16.04.2 create_worker("systemz-1", properties={'jobs': 4, 'vcs_protocol': 'https'}, max_builds=4),