buildbot workers: 8 -> 14

This commit is contained in:
Luj 2023-05-13 21:46:30 +02:00
parent 9965f3627b
commit cdd2193d4d

View file

@ -53,6 +53,6 @@ def setup_worker(application: service.Application, id: int) -> None:
# directory; do not edit it.
application = service.Application("buildbot-worker")
for i in range(8):
for i in range(14):
setup_worker(application, i)