mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-26 05:40:52 +01:00
buildbot workers: 8 -> 14
This commit is contained in:
parent
86ae3b7af8
commit
fad9387795
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue