[Avida-SVN] r1355 - extras/buildbot/myxo/master

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Tue Feb 20 11:36:05 PST 2007


Author: kaben
Date: 2007-02-20 14:36:05 -0500 (Tue, 20 Feb 2007)
New Revision: 1355

Modified:
   extras/buildbot/myxo/master/master.cfg
Log:
Updated build master config for myxo


Modified: extras/buildbot/myxo/master/master.cfg
===================================================================
--- extras/buildbot/myxo/master/master.cfg	2007-02-20 19:29:55 UTC (rev 1354)
+++ extras/buildbot/myxo/master/master.cfg	2007-02-20 19:36:05 UTC (rev 1355)
@@ -32,6 +32,7 @@
     ("rodan_slavebot", "passwd_avida"),
     #("avida_rodan_development_slavebot", "passwd_avida"),
     ("ribosome_slavebot", "passwd_avida"),
+    ("alice_slavebot", "passwd_avida"),
     #("deathbox", "passwd_avida"),
     #("avida_rodan_jeffdef_slavebot", "passwd_avida"),
     #("avida_devolab_avida_ed_slavebot", "passwd_avida"),
@@ -79,6 +80,7 @@
   builderNames=[
     "rodan_trunk",
     "ribosome_trunk",
+    "alice_trunk",
   ],
 )
 
@@ -91,6 +93,7 @@
   builderNames=[
     "rodan_development_ut",
     "ribosome_development_ut",
+    "alice_development_ut",
   ],
 )
 
@@ -104,6 +107,7 @@
   builderNames=[
     "rodan_development_ct",
     "ribosome_development_ct",
+    "alice_development_ct",
   ],
 )
 
@@ -154,7 +158,9 @@
     "ribosome_trunk",
     #"ribosome_development_ut",
     "ribosome_development_ct",
-    "ribosome_coopcomm",
+
+    "alice_trunk",
+    "alice_development_ct",
   ],
   24*60*60
 )
@@ -173,6 +179,9 @@
     #"ribosome_development_ut",
     "ribosome_development_ct",
     "ribosome_coopcomm",
+
+    "alice_trunk",
+    "alice_development_ct",
   ],
 	hour=3, minute=0
 )
@@ -376,7 +385,15 @@
   command="./test_avida --verbose -R Consistency-Check--jclune"
   )
 
+avida_alice_node39_test_step= s(
+  step.ShellCommand,
+  description=["checking Avida on node 39"],
+  descriptionDone=["Avida on node 39"],
+	flunkOnWarnings=True,
+  command='ssh n39 "cd $PWD/cbuild/work; ./avida -h"',
+  )
 
+
 ## Factories
 
 avida_trunk_factory = factory.BuildFactory([
@@ -424,8 +441,26 @@
   avida_development_build_step,
   avida_default_cpu_consistency_tests_step,
   avida_default_smt_consistency_tests_step,
+  avida_default_smt_consistency_tests_step,
   ])
 
+
+avida_alice_trunk_factory = factory.BuildFactory([
+  avida_trunk_source_step,
+  avida_build_step,
+  avida_default_cpu_consistency_tests_step,
+  avida_default_smt_consistency_tests_step,
+  avida_alice_node39_test_step,
+  ])
+
+avida_alice_development_ct_factory = factory.BuildFactory([
+  avida_development_source_step,
+  avida_development_build_step,
+  avida_default_cpu_consistency_tests_step,
+  avida_default_smt_consistency_tests_step,
+  avida_alice_node39_test_step,
+  ])
+
 #avida_ed_factory = factory.BuildFactory([
 #  #avida_ed_bootstrap_step,
 #	avida_ed_build_step,
@@ -518,6 +553,24 @@
     #  'builddir':'avida_rodan_rodan_bb_hacking_trunk_dir',
     #  'factory':avida_trunk_factory
     #},
+    {
+      'name':'alice_trunk',
+      'slavename':'alice_slavebot',
+      'builddir':'avida_alice_trunk_dir',
+      'factory':avida_alice_trunk_factory
+    },
+    #{
+    #  'name':'alice_development_ut',
+    #  'slavename':'alice_slavebot',
+    #  'builddir':'avida_alice_development_ut_dir',
+    #  'factory':avida_development_ut_factory
+    #},
+    {
+      'name':'alice_development_ct',
+      'slavename':'alice_slavebot',
+      'builddir':'avida_alice_development_ct_dir',
+      'factory':avida_alice_development_ct_factory
+    },
   ]
 
 # 'slavePortnum' defines the TCP port to listen on. This must match the value




More information about the Avida-cvs mailing list