[pypy-commit] buildbot default: add freebsd9 slave

fijal noreply at buildbot.pypy.org
Thu Feb 7 23:06:12 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r738:53ce58597b8c
Date: 2013-02-08 00:05 +0200
http://bitbucket.org/pypy/buildbot/changeset/53ce58597b8c/

Log:	add freebsd9 slave

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -252,6 +252,7 @@
 JITWIN32 = "pypy-c-jit-win-x86-32"
 JITWIN64 = "pypy-c-jit-win-x86-64"
 JITFREEBSD64 = 'pypy-c-jit-freebsd-7-x86-64'
+JITFREEBSD964 = 'pypy-c-jit-freebsd-9-x86-64'
 JITINDIANA32 = "pypy-c-jit-indiana-x86-32"
 
 JITBACKENDONLYLINUXARMEL = "jitbackendonly-own-linux-armel"
@@ -286,6 +287,7 @@
             MACOSX32,                  # on minime
             JITWIN32,                  # on aurora
             JITFREEBSD64,              # on headless
+            JITFREEBSD964,             # on exarkun's freebsd
             JITMACOSX64,               # on mvt's machine
             ], branch=None, hour=0, minute=0),
 
@@ -487,6 +489,12 @@
                    'factory' : pypyJITTranslatedTestFactoryFreeBSD,
                    "category": 'freebsd64'
                    },
+                  {"name" : JITFREEBSD964,
+                   "slavenames": ['hybridlogic'],
+                   'builddir' : JITFREEBSD964,
+                   'factory' : pypyJITTranslatedTestFactoryFreeBSD,
+                   "category": 'freebsd64'
+                   },
                   # PPC
                   {"name": LINUXPPC64,
                    "slavenames": ["gcc1"],


More information about the pypy-commit mailing list