buildbot workers: 8 -> 14

This commit is contained in:
Julien Malka 2023-05-13 21:46:30 +02:00
parent 86ae3b7af8
commit fad9387795
Signed by: Luj
GPG key ID: 6FC74C847011FD83

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)