[Avida-SVN] r1349 - in extras/buildbot/myxo/slaves/alice: . info

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Tue Feb 20 10:04:53 PST 2007


Author: kaben
Date: 2007-02-20 13:04:53 -0500 (Tue, 20 Feb 2007)
New Revision: 1349

Added:
   extras/buildbot/myxo/slaves/alice/Makefile
   extras/buildbot/myxo/slaves/alice/buildbot.tac
   extras/buildbot/myxo/slaves/alice/info/
   extras/buildbot/myxo/slaves/alice/info/admin
   extras/buildbot/myxo/slaves/alice/info/host
Log:
Added configuration for buildbot slave on alice


Added: extras/buildbot/myxo/slaves/alice/Makefile
===================================================================
--- extras/buildbot/myxo/slaves/alice/Makefile	2007-02-20 17:56:32 UTC (rev 1348)
+++ extras/buildbot/myxo/slaves/alice/Makefile	2007-02-20 18:04:53 UTC (rev 1349)
@@ -0,0 +1,19 @@
+# -*- makefile -*-
+
+# This is a simple makefile which lives in a buildmaster/buildslave
+# directory (next to the buildbot.tac file). It allows you to start/stop the
+# master or slave by doing 'make start' or 'make stop'.
+
+# The 'reconfig' target will tell a buildmaster to reload its config file.
+
+start:
+	twistd --no_save -y buildbot.tac
+
+stop:
+	kill `cat twistd.pid`
+
+reconfig:
+	kill -HUP `cat twistd.pid`
+
+log:
+	tail -f twistd.log

Added: extras/buildbot/myxo/slaves/alice/buildbot.tac
===================================================================
--- extras/buildbot/myxo/slaves/alice/buildbot.tac	2007-02-20 17:56:32 UTC (rev 1348)
+++ extras/buildbot/myxo/slaves/alice/buildbot.tac	2007-02-20 18:04:53 UTC (rev 1349)
@@ -0,0 +1,18 @@
+
+from twisted.application import service
+from buildbot.slave.bot import BuildSlave
+
+basedir = r'/home/kaben/Projects/Software/Avida/BuildBot/slave'
+host = 'myxo.css.msu.edu'
+port = 9989
+slavename = 'alice_slavebot'
+passwd = 'passwd_avida'
+keepalive = 600
+usepty = 1
+umask = None
+
+application = service.Application('buildslave')
+s = BuildSlave(host, port, slavename, passwd, basedir, keepalive, usepty,
+               umask=umask)
+s.setServiceParent(application)
+

Added: extras/buildbot/myxo/slaves/alice/info/admin
===================================================================
--- extras/buildbot/myxo/slaves/alice/info/admin	2007-02-20 17:56:32 UTC (rev 1348)
+++ extras/buildbot/myxo/slaves/alice/info/admin	2007-02-20 18:04:53 UTC (rev 1349)
@@ -0,0 +1 @@
+Brian Baer

Added: extras/buildbot/myxo/slaves/alice/info/host
===================================================================
--- extras/buildbot/myxo/slaves/alice/info/host	2007-02-20 17:56:32 UTC (rev 1348)
+++ extras/buildbot/myxo/slaves/alice/info/host	2007-02-20 18:04:53 UTC (rev 1349)
@@ -0,0 +1 @@
+The Alice cluster consists of a number of PCs using the Linux OS to allow users to run the Avida program as part of research in digital evolution at MSU and Caltech. To get an account on this system you can e-mail Brian Baer.




More information about the Avida-cvs mailing list