From praveen.ramanujam at rapyuta-robotics.com Mon Jul 4 22:48:25 2016 From: praveen.ramanujam at rapyuta-robotics.com (Praveen Ramanujam) Date: Tue, 5 Jul 2016 11:48:25 +0900 Subject: [Python-buildbots] Understanding of buildbot master Message-ID: Hi All, I am trying to understand the buildbot architecture. I have a remote slave that is connected to the master running in AWS. I have not given any information about the slave to the master. How does the master call the corresponding slave build when instantiated ? Regards Praveen From zachary.ware+pydev at gmail.com Tue Jul 5 00:22:45 2016 From: zachary.ware+pydev at gmail.com (Zachary Ware) Date: Mon, 4 Jul 2016 23:22:45 -0500 Subject: [Python-buildbots] Understanding of buildbot master In-Reply-To: References: Message-ID: Hi Praveen, On Mon, Jul 4, 2016 at 9:48 PM, Praveen Ramanujam wrote: > I am trying to understand the buildbot architecture. > > I have a remote slave that is connected to the master running in AWS. > I have not given any information about the slave to the master. > > > How does the master call the corresponding slave build when instantiated ? If I'm understanding your question correctly, I think you have the wrong mailing list. This list is specifically about CPython's buildbot fleet (buildbot.python.org), rather than about the buildbot software. For questions about running your own buildbot, try https://lists.buildbot.net/mailman/listinfo/users Regards, -- Zach From praveen.ramanujam at rapyuta-robotics.com Tue Jul 5 00:28:52 2016 From: praveen.ramanujam at rapyuta-robotics.com (Praveen Ramanujam) Date: Tue, 5 Jul 2016 13:28:52 +0900 Subject: [Python-buildbots] Understanding of buildbot master In-Reply-To: References: Message-ID: > Hi All, > > I am trying to understand the buildbot architecture. > > I have a remote slave that is connected to the master running in AWS. > I have not given any information about the slave to the master. > > > How does the master call the corresponding slave build when instantiated ? > > Regards > Praveen > From xdegaye at gmail.com Sat Jul 30 11:41:37 2016 From: xdegaye at gmail.com (Xavier de Gaye) Date: Sat, 30 Jul 2016 17:41:37 +0200 Subject: [Python-buildbots] adding "installed Python" buildbots to the stable list Message-ID: Maybe the problems in issue 23968 [1] could have been detected earlier if the Gentoo "installed Python" buildbots setup by Zachary had been on the stable list. [1] http://bugs.python.org/issue23968