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

Log:    add a pypyOwnTestFactory builder that runs on tannit-arm32

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -170,6 +170,7 @@
 LINUX64 = "own-linux-x86-64"
 LINUXPPC64 = "own-linux-ppc-64"
 LINUXARMHF32 = "own-linux-armhf-32"
+LINUXARM32 = "own-linux-arm-32"
 
 MACOSX32 =  "own-macosx-x86-32"
 WIN32 = "own-win-x86-32"
@@ -470,6 +471,14 @@
                    "factory": pypyOwnTestFactory,
                    "category": 'linux-armhf32',
                   },
+                  {"name": LINUXARM32,
+                   "slavenames": ["tannit-arm32"],
+                   "builddir": LINUXARM32,
+                   "factory": pypyOwnTestFactory,
+                   "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