Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
madanial committed Dec 9, 2024
1 parent dbc28ba commit 2103acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/osuosl/master/config/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 2103acc

Please sign in to comment.