From: Shen Hui <shen...@baidu.com>
To: jenkins...@googlegroups.com
Sent: Wednesday, October 10, 2012 6:52 AM
Subject: How can jenkins master share slave nodes.
Sent: Wednesday, October 10, 2012 8:23 PM
Subject: Re: How can jenkins master share slave nodes.
Yes, I do want to share the logical slave, because if there is a master that delivered a job to slave1 (physical machine), and I want another master to deliver its job to slave2(physical); in this case, we can balance the jobs between different physical machine.
Shen Hui
BB - F2 - AW264|x28530
发件人: vf-2 [via Jenkins] [mailto:[hidden email]]
发送时间: 2012年10月12日 13:15
收件人: Shen,Hui
主题: Re: How can jenkins master share slave nodes.
Not sure if i understand you correctly. A slave is only a logical unit, it has not to be a physical machine. You can have multiple slaves running on one host, without interfering each other. So, every master can have as many slave as you want on any hosts, as long as each slave (not host) has its own root-fs. Then it does not matter hou many hosts you have, you can have 5 *independent* jenkins master-slave cluster across your build farm, each one does not care (does not know) the existence of other clusters. You can share all the hardware resources of you 20 hosts, the slave configuration is totally orthognal.
So you can share the hardware resources across 5 independent clasters, each has (theoretically) as many slaves as necessary. but if you want to share the (logical unit) *slave*, i dont think it is possible, even it is, i can not find any reason to do so.
Shen Hui <[hidden email]> schrieb:
Hi buddy,
I have 5 masters, and suppose I have a slave pool with 20 nodes.
Can these 5 master share these 20 slaves; because if i separate 20 slave
into 5 group(each has 4), each attached to a master, that's meaning a single
master can schedule only with 4 slaves; so there is this case, some groups
are busing, and other may be idle. i'd like these 20 slaves can share jobs
schedule among these 5 masters.
Can anybody help me on this? Appreciate very much.
--
View this message in context: click here.
NAML