Point jenkins to where the ssh actually are and reduce the number of job a builder can do as we reduced their capacity

This commit is contained in:
Pierre-Yves Chibon 2012-12-18 22:34:44 +01:00
parent e33a564162
commit 202aa8aab1

View file

@ -46,7 +46,7 @@ class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/>
<name>Fedora17</name>
<description></description>
<remoteFS>/mnt/jenkins/</remoteFS>
<numExecutors>3</numExecutors>
<numExecutors>2</numExecutors>
<mode>NORMAL</mode>
<retentionStrategy class="hudson.slaves.RetentionStrategy$Always"/>
<launcher class="hudson.plugins.sshslaves.SSHLauncher"
@ -54,7 +54,7 @@ class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/>
<host>209.132.184.119</host>
<port>22</port>
<username>jenkins_slave</username>
<privatekey>/home/jenkins_master/.ssh/id_rsa</privatekey>
<privatekey>/root/.ssh/id_rsa</privatekey>
</launcher>
<label></label>
<nodeProperties/>
@ -63,7 +63,7 @@ class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/>
<name>EL6</name>
<description></description>
<remoteFS>/mnt/jenkins/</remoteFS>
<numExecutors>3</numExecutors>
<numExecutors>2</numExecutors>
<mode>NORMAL</mode>
<retentionStrategy class="hudson.slaves.RetentionStrategy$Always"/>
<launcher class="hudson.plugins.sshslaves.SSHLauncher"
@ -71,7 +71,7 @@ class="jenkins.model.ProjectNamingStrategy$DefaultProjectNamingStrategy"/>
<host>209.132.184.118</host>
<port>22</port>
<username>jenkins_slave</username>
<privatekey>/home/jenkins_master/.ssh/id_rsa</privatekey>
<privatekey>/root/.ssh/id_rsa</privatekey>
</launcher>
<label></label>
<nodeProperties/>