summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-20 15:45:50 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-20 15:46:09 +0000
commit26c81a6b68bcb3cfab54f3692df1d69eb008bfce (patch)
tree628378fbb48a7c77a7c4d863ac092e8bdf077a8c
parentcdd879efab7174a17c8675ed8735b4de055a198a (diff)
downloadjenkins-config-26c81a6b68bcb3cfab54f3692df1d69eb008bfce.tar.gz
Add arm worker
-rw-r--r--ci1/rawjenkins/nodes/arm-worker-imx53-1.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/ci1/rawjenkins/nodes/arm-worker-imx53-1.xml b/ci1/rawjenkins/nodes/arm-worker-imx53-1.xml
new file mode 100644
index 0000000..3b28dcc
--- /dev/null
+++ b/ci1/rawjenkins/nodes/arm-worker-imx53-1.xml
@@ -0,0 +1,16 @@
+<slave>
+ <name>arm-worker-imx53-1</name>
+ <description>i.MX 53 ARM board</description>
+ <remoteFS>/media/ssd1/arm-worker-mx53-1/</remoteFS>
+ <numExecutors>1</numExecutors>
+ <mode>NORMAL</mode>
+ <retentionStrategy class="hudson.slaves.RetentionStrategy$Always"/>
+ <launcher class="hudson.plugins.sshslaves.SSHLauncher">
+ <host>192.168.24.201</host>
+ <port>22</port>
+ <username>root</username>
+ <password>zIe7napbra2+e3OiGCGjaQz4icXKDzEqpjDduYTfo/g=</password>
+ </launcher>
+ <label>arm imx53</label>
+ <nodeProperties/>
+</slave> \ No newline at end of file