Skip to content

Commit

Permalink
Add Linaro Graviton 4 workers (#311)
Browse files Browse the repository at this point in the history
Aside from the new CPU and different core/RAM amounts, these will be the
same as our existing Gravition 3 ("g3") workers.

Builders to use these coming in a separate PR.
  • Loading branch information
DavidSpickett authored Nov 29, 2024
1 parent 990bdae commit 6ee9b98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildbot/osuosl/master/config/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@ def get_all():
create_worker("linaro-flang-aarch64-release", max_builds=1),
create_worker("linaro-flang-aarch64-rel-assert", max_builds=1),
create_worker("linaro-flang-aarch64-latest-gcc", max_builds=1),
# Graviton 3
create_worker("linaro-g3-01", max_builds=1),
create_worker("linaro-g3-02", max_builds=1),
create_worker("linaro-g3-03", max_builds=1),
create_worker("linaro-g3-04", max_builds=1),
# Graviton 4
create_worker("linaro-g4-01", max_builds=1),
create_worker("linaro-g4-02", max_builds=1),

# AArch64 Windows Microsoft Surface X Pro
create_worker("linaro-armv8-windows-msvc-02", max_builds=1),
Expand Down

0 comments on commit 6ee9b98

Please sign in to comment.