fix workername formatting

This commit is contained in:
Jörg Thalheim 2023-12-27 00:56:40 +01:00 committed by mergify[bot]
parent 22b4caf6fc
commit 645c7fd0cc

View file

@ -39,7 +39,7 @@ def setup_worker(
basedir.mkdir(parents=True, exist_ok=True, mode=0o700)
hostname = socket.gethostname()
workername = f"{hostname}-{id:03}"
workername = f"{hostname}-{builder_id:03}"
keepalive = 600
umask = None
maxdelay = 300