Author: David Schneider <[email protected]>
Branch:
Changeset: r662:18fe17bd13d0
Date: 2012-08-03 09:53 +0200
http://bitbucket.org/pypy/buildbot/changeset/18fe17bd13d0/
Log: change name of ARM and PPC schedulers
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -263,10 +263,10 @@
Nightly("nighly-4-00-py3k", [
LINUX32, # on tannit32, uses 4 cores
], branch='py3k', hour=4, minute=0),
- Nightly("nighly-1-00-arm", [
+ Nightly("nighly-arm", [
JITBACKENDONLYLINUXARM32, # on hhu-arm
], branch='arm-backend-2', hour=22, minute=0),
- Nightly("nighly-1-00-ppc", [
+ Nightly("nighly-ppc", [
JITONLYLINUXPPC64, # on gcc1
], branch='ppc-jit-backend', hour=1, minute=0),
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit