[pypy-commit] buildbot default: Change build master configuration back to run py3k instead of py3.3.

mjacob pypy.commits at gmail.com
Sun Mar 13 18:52:48 EDT 2016


Author: Manuel Jacob <me at manueljacob.de>
Branch: 
Changeset: r993:c8cf9192307c
Date: 2016-03-13 23:52 +0100
http://bitbucket.org/pypy/buildbot/changeset/c8cf9192307c/

Log:	Change build master configuration back to run py3k instead of py3.3.

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -302,10 +302,10 @@
             NUMPY_WIN,                  # on allegro_win32, SalsaSalsa
         ]),
 
-        Nightly("nightly-3-00-py3.3", [
+        Nightly("nightly-3-00-py3k", [
             LINUX64,                   # on speed-old, uses all cores
             APPLVLLINUX64,             # on speed-old, uses 1 core
-            ], branch="py3.3", hour=3, minute=0),
+            ], branch="py3k", hour=3, minute=0),
 
         # S390X vm (ibm-research)
         Nightly("nightly-4-00", [LINUX_S390X], branch='default', hour=0, minute=0),


More information about the pypy-commit mailing list