Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions buildbot/osuosl/master/config/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: if this is the -j value I wonder if it can just be removed and let the build run full width.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both AIX workers are on the same machine not sure how that will behave

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