diff --git a/buildbot/osuosl/master/config/workers.py b/buildbot/osuosl/master/config/workers.py index 67d75f12b..0f02b8c1e 100644 --- a/buildbot/osuosl/master/config/workers.py +++ b/buildbot/osuosl/master/config/workers.py @@ -116,7 +116,7 @@ def get_all(): # 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("ppc64-flang-aix-test", properties={'jobs': 10}, max_builds=1), # IBM z13 (s390x), Ubuntu 16.04.2 create_worker("systemz-1", properties={'jobs': 4, 'vcs_protocol': 'https'}, max_builds=4),