[pypy-commit] buildbot default: try another builder on allegro64

fijal noreply at buildbot.pypy.org
Mon May 21 16:07:54 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r643:714c9a687a74
Date: 2012-05-21 16:07 +0200
http://bitbucket.org/pypy/buildbot/changeset/714c9a687a74/

Log:	try another builder on allegro64

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -259,6 +259,13 @@
                    # this build needs 4 CPUs
                    "locks": [TannitCPU.access('exclusive')],
                   },
+                  {"name": LINUX64 + "2",
+                   "slavenames": ["allegro64"],
+                   "builddir": LINUX64 + "2",
+                   "factory": pypyOwnTestFactory,
+                   "category": 'linux64',
+                   # no locks, this is not a tannit build
+                  },
                   {"name": APPLVLLINUX32,
                    "slavenames": ["bigdogvm1", "tannit32"],
                    "builddir": APPLVLLINUX32,


More information about the pypy-commit mailing list