[pypy-commit] buildbot default: do not trigger the app-level tests for the no-jit armel build

bivab noreply at buildbot.pypy.org
Fri May 17 18:32:37 CEST 2013


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r822:b52c1ec7179b
Date: 2013-05-17 18:32 +0200
http://bitbucket.org/pypy/buildbot/changeset/b52c1ec7179b/

Log:	do not trigger the app-level tests for the no-jit armel build

diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.py
--- a/bot2/pypybuildbot/arm_master.py
+++ b/bot2/pypybuildbot/arm_master.py
@@ -23,8 +23,7 @@
     translationArgs=crosstranslationargs + ['-O2'],
     platform='linux-armel',
     interpreter='pypy',
-    prefix=['schroot', '-c', 'armel'],
-    trigger='APPLVLLINUXARM_scheduler')
+    prefix=['schroot', '-c', 'armel'])
 
 pypyJITCrossTranslationFactoryARM = pypybuilds.NightlyBuild(
     translationArgs=(crosstranslationargs


More information about the pypy-commit mailing list