From ulrich.teichert at kumkeo.de Tue Jun 21 14:12:59 2022 From: ulrich.teichert at kumkeo.de (Ulrich Teichert) Date: Tue, 21 Jun 2022 14:12:59 +0000 Subject: [users@bb.net] oauth2 Azure authentification? Message-ID: <4b7ff62ca643424193947c611367e154@kumkeo.de> Hi, after looking at the oauth2.py script in buildbot/www I was wondering if anyone has tried to make that work for the Azure oauth2 dialect already? Or would that be a pipe dream because M$ has implemented it so differently from all others (again)? TIA, Uli Mit freundlichen Gr??en / Kind regards Dipl.-Inform. Ulrich Teichert Senior Software Developer kumkeo GmbH Heidenkampsweg 82a 20097 Hamburg Germany T: +49 40 2846761-0 F: +49 40 2846761-99 ulrich.teichert at kumkeo.de www.kumkeo.de Amtsgericht Hamburg / Hamburg District Court, HRB 108558 Gesch?ftsf?hrer / Managing Director: Dipl.-Ing. Bernd Sager From vlad at mariadb.org Tue Jun 28 09:44:16 2022 From: vlad at mariadb.org (Vlad Bogolin) Date: Tue, 28 Jun 2022 12:44:16 +0300 Subject: [users@bb.net] Limit amount of DockerLatentWorkers running on a particular physical machine Message-ID: Hello, We are using buildbot with primary DockerLatentWorkers for our CI. So, given a physical machine, we have several DockerLatentWorkers that may run on it. While this works well, in some cases buildbot starts too many latent workers on the same machine. Is there a way to limit starting builds for a particular DockerLatentWorker if others are already running on the same machine? I feel like this should be achievable using the canStartBuild, but I am unsure how. Is it possible to access the full list of defined latent workers and see if one is on or not in the canStartBuild function? Thank you! Vlad Bogolin -------------- next part -------------- An HTML attachment was scrubbed... URL: