Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to add pipol builders in the dance
[simgrid.git] / build / buildbot / master / master.cfg
index 98cd8cb..5504eb6 100644 (file)
@@ -56,6 +56,9 @@ dist_factory.addStep(ShellCommand,name = "make dist", description = "building ar
 dist_factory.addStep(FileUpload(name="Upload archive",haltOnFailure = True,
                                 slavesrc= WithProperties("simgrid-3.3-svn-r%s.tar.gz", "got_revision"),
                                 masterdest=WithProperties("simgrid-3.3-svn-r%s.tar.gz", "got_revision")))
+dist_factory.addStep(FileUpload(name="Update lastest archive",haltOnFailure = True,
+                                slavesrc= WithProperties("simgrid-3.3-svn-r%s.tar.gz", "got_revision"),
+                                masterdest="simgrid-3.3-svn-r.tar.gz"))
 
 archive = "simgrid-3.3-svn-r%(revision:-)s.tar.gz"
 # Test tarball factories
@@ -109,6 +112,11 @@ c['builders'].append({'name':'linux_amd64_uctx',
                       'builddir':'/var/lib/buildbot/simgrid/linux_amd64_ucontext/builddir_O3',
                       'factory':ucontext_factory_O3})
 
+c['builders'].append({'name':'debiantesting_amd64_pth',
+                       'slavenames':['pipol1','pipol2','pipol3','pipol4','pipol5','pipol6','pipol7'],
+                       'builddir':'/var/lib/buildbot/simgrid/pipol/debiantesting_amd64_pth',
+                       'factory':pthreads_factory_O3})
+
                       
 c['builders'].append({'name':'linux_i386_pth',
                       'slavename':'artimon_pthreads',