[pypy-commit] buildbot default: Disable the 'ppc-jit-backend' nightly builder that keeps checking the
arigo
noreply at buildbot.pypy.org
Sun Nov 30 01:38:57 CET 2014
Author: Armin Rigo <arigo at tunes.org>
Branch:
Changeset: r923:1b3287625da6
Date: 2014-11-30 01:39 +0100
http://bitbucket.org/pypy/buildbot/changeset/1b3287625da6/
Log: Disable the 'ppc-jit-backend' nightly builder that keeps checking
the same January 2013 revision over and over and over
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -240,9 +240,11 @@
APPLVLLINUX64, # on allegro64, uses 1 core
], branch="py3k", hour=2, minute=0),
- Nightly("nighly-ppc", [
- JITONLYLINUXPPC64, # on gcc1
- ], branch='ppc-jit-backend', hour=1, 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.
+ #Nightly("nighly-ppc", [
+ # JITONLYLINUXPPC64, # on gcc1
+ # ], branch='ppc-jit-backend', hour=1, minute=0),
CustomForceScheduler('Force Scheduler',
builderNames=[
More information about the pypy-commit
mailing list