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),