Author: David Schneider <[email protected]>
Branch: 
Changeset: r666:fe8d73537fa0
Date: 2012-08-28 15:01 +0200
http://bitbucket.org/pypy/buildbot/changeset/fe8d73537fa0/

Log:    move JITONLYLINUXARM32 builder to tannit

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -453,12 +453,6 @@
                    'category': 'linux-ppc64',
                   },
                   # ARM
-                  {"name": JITONLYLINUXARM32,
-                   "slavenames": ['hhu-arm'],
-                   "builddir": JITONLYLINUXARM32,
-                   "factory": pypyJitOnlyOwnTestFactoryARM,
-                   "category": 'linux-arm32',
-                  },
                   {"name": JITBACKENDONLYLINUXARM32,
                    "slavenames": ['hhu-arm'],
                    "builddir": JITBACKENDONLYLINUXARM32,
@@ -479,6 +473,14 @@
                    # this build uses 4 CPUs
                    "locks": [TannitCPU.access('exclusive')],
                   },
+                  {"name": JITONLYLINUXARM32,
+                   "slavenames": ['tannit-arm32'],
+                   "builddir": JITONLYLINUXARM32,
+                   "factory": pypyJitOnlyOwnTestFactoryARM,
+                   "category": 'linux-arm32',
+                   # this build uses 4 CPUs
+                   "locks": [TannitCPU.access('exclusive')],
+                  },
                 ],
 
     # 
http://readthedocs.org/docs/buildbot/en/latest/tour.html#debugging-with-manhole
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to