Author: Maciej Fijalkowski <[email protected]>
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,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to