[pypy-commit] buildbot default: Run py3.3 nightly instead of py3k

arigo noreply at buildbot.pypy.org
Tue Sep 22 15:16:35 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r962:0371f3d2234a
Date: 2015-09-22 15:17 +0200
http://bitbucket.org/pypy/buildbot/changeset/0371f3d2234a/

Log:	Run py3.3 nightly instead of py3k

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -286,10 +286,10 @@
             NUMPY_WIN,                  # on allegro_win32, SalsaSalsa
         ]),
 
-        Nightly("nightly-2-00-py3k", [
+        Nightly("nightly-3-00-py3.3", [
             LINUX64,                   # on speed-old, uses all cores
             APPLVLLINUX64,             # on speed-old, uses 1 core
-            ], branch="py3k", hour=2, minute=0),
+            ], branch="py3.3", hour=3, minute=0),
 
         # this one has faithfully run every night even though the latest
         # change to that branch was in January 2013.  Re-enable one day.


More information about the pypy-commit mailing list