Skip to content

Commit

Permalink
Disable aarch-bbw[1-4] for galera
Browse files Browse the repository at this point in the history
Only use aarch-bbw[5-7] for galera builders since the other machines
do not use Wireguard.
  • Loading branch information
vladbogo committed Oct 24, 2023
1 parent 79f62bd commit a3629a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master-galera/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ for platform in all_platforms:
jobs = 7
elif platform == "aarch64":
machines = ["aarch64-bbw"]
worker_ids = range(1, 6)
# Only use bbw[5-7] for aarch64 since the others don't use wireguard
worker_ids = range(5, 8)
jobs = 4
elif platform == "ppc64le":
machines = ["ppc64le-db-bbw"]
Expand Down

0 comments on commit a3629a4

Please sign in to comment.