5 Jan 2012 21:18
Re: Multiple actions on the same code folder
FYI - you can do multiple builds with the same 'factory'.
That is:
- create a build slave
- create a build for the build slave
-- build checks out code
-- build does build 1
-- build does build 2
I do this on a number of builds. Each one checks out all source code required for the build, builds all the dependencies, and then does the product build for what it is actually doing. This is primarily due to how the source tree is laid out for that project (where everything is basically just thrown together). But it does work under BuildBot just
fine.
Ben
From: Idbe Holdme <idbeholdme-Re5JQEeQqe8@public.gmane.orgm>
To: buildbot-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Sent: Thursday, January 5, 2012 9:43 AM
Subject: [Buildbot-devel] Multiple actions on the same code folder
Greetings all,
Using buildbot i am trying to configure it in the following way. I would like to be able to "perform" two different builds in the same code folder.
As I have picture it in my mind (i maybe wrong :) ), what I need is one buildbot server (aka server), one buildslave (aka slave) and two buildbot Factories (aka fold1, fold2).
What im trying to get here is: (a) be able to run an independent build of fold1 and fold2 while they exist in the same directories
slave/code-folder/fold1/
slave/code-folder/fold2/
Is my thinking correct or am i missing something ?
Thank you in advance,
I.
p.s.: Im not 100% sure that this is the correct list to ask questions to, please correct me if im wrong.
------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Buildbot-devel mailing list
Buildbot-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/buildbot-devel
------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________ Buildbot-devel mailing list Buildbot-devel@... https://lists.sourceforge.net/lists/listinfo/buildbot-devel
RSS Feed