From: mquinson Date: Thu, 13 Nov 2008 15:47:51 +0000 (+0000) Subject: Try to add pipol builders in the dance X-Git-Tag: v3.3~87 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d4b3fac837bc7c8fa6d6bbc03f2d0d86c36aeb9c Try to add pipol builders in the dance git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6040 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/build/buildbot/master/master.cfg b/build/buildbot/master/master.cfg index 98cd8cb257..5504eb6264 100644 --- a/build/buildbot/master/master.cfg +++ b/build/buildbot/master/master.cfg @@ -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',