Author: David Schneider <david.schnei...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to