Author: fijal Branch: Changeset: r982:5ae8ba9b9554 Date: 2016-02-08 19:34 +0100 http://bitbucket.org/pypy/buildbot/changeset/5ae8ba9b9554/
Log: try to make LINUX32 run an hour later diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b/bot2/pypybuildbot/master.py @@ -270,7 +270,6 @@ Nightly("nightly-0-00", [ # benchmarks # linux tests - LINUX32, # on tannit32, uses all cores LINUX64, # on speed-old, uses all cores JITLINUX32, # on tannit32, uses 1 core JITLINUX64, # on speed-old, uses 1 core @@ -295,6 +294,7 @@ ], branch='s390x-backend', hour=2, minute=0), Nightly("nightly-1-00", [ + LINUX32, # on tannit32, uses all cores JITBENCH, # on tannit32, uses 1 core (in part exclusively) JITBENCH64, # on tannit64, uses 1 core (in part exclusively) JITBENCH64_NEW, # on speed64, uses 1 core (in part exclusively) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit