Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to add pipol builders in the dance
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 13 Nov 2008 15:47:51 +0000 (15:47 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 13 Nov 2008 15:47:51 +0000 (15:47 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6040 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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',