fix workername formatting
This commit is contained in:
parent
22b4caf6fc
commit
645c7fd0cc
|
@ -39,7 +39,7 @@ def setup_worker(
|
||||||
basedir.mkdir(parents=True, exist_ok=True, mode=0o700)
|
basedir.mkdir(parents=True, exist_ok=True, mode=0o700)
|
||||||
|
|
||||||
hostname = socket.gethostname()
|
hostname = socket.gethostname()
|
||||||
workername = f"{hostname}-{id:03}"
|
workername = f"{hostname}-{builder_id:03}"
|
||||||
keepalive = 600
|
keepalive = 600
|
||||||
umask = None
|
umask = None
|
||||||
maxdelay = 300
|
maxdelay = 300
|
||||||
|
|
Loading…
Reference in a new issue