From: Erik Mackdanz Date: Thu, 14 Aug 2025 13:42:29 +0000 (+0000) Subject: Add first nspawn worker X-Git-Url: https://git.humopery.space/?a=commitdiff_plain;h=3a735111fef618197e6bb44f7f4f9ac3a398d395;p=private%2Fbuildbot-default.git Add first nspawn worker --- diff --git a/master.cfg b/master.cfg index f99890e..e16f2ae 100644 --- a/master.cfg +++ b/master.cfg @@ -80,12 +80,28 @@ c = BuildmasterConfig = { )], 'title': "Humopery CI", 'titleURL': "https://bb.humopery.space/", - 'workers': [worker.Worker( - "carbon-worker", - Secret("worker-carbon.pass"), - notify_on_missing=["erik@humopery.space","erikmack@gmail.com"], - missing_timeout=300 - )], + 'workers': [ + worker.Worker( + "carbon-worker", + Secret("worker-carbon.pass"), + notify_on_missing=["erik@humopery.space","erikmack@gmail.com"], + missing_timeout=300, + properties={'os':util.Interpolate('%(worker:os_id)s'), + 'os_pretty':util.Interpolate('%(worker:os_pretty_name)s'), + 'exec_env':'hardware', + }, + ), + worker.Worker( + "carb-ns-1", + Secret("worker-carb-ns-1.pass"), + notify_on_missing=["erik@humopery.space","erikmack@gmail.com"], + missing_timeout=300, + properties={'os':util.Interpolate('%(worker:os_id)s'), + 'os_pretty':util.Interpolate('%(worker:os_pretty_name)s'), + 'exec_env':'container', + }, + ), + ], 'www': { 'auth': util.RemoteUserAuth( # override default which requires an email address with @