Rev 61: Stop bothering jam :) in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Mon Aug 24 15:00:59 BST 2009
At file:///home/vila/buildbot/bzr/
------------------------------------------------------------
revno: 61
revision-id: v.ladeuil+lp at free.fr-20090824140059-yxxusjjpz1ztvfam
parent: v.ladeuil+lp at free.fr-20090820061017-36ybp1k02biicrvy
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: bzr
timestamp: Mon 2009-08-24 16:00:59 +0200
message:
Stop bothering jam :)
* master/master.cfg:
(test builders): Disable tests on kerguelen until we get better
added value there.
-------------- next part --------------
=== modified file 'master/master.cfg'
--- a/master/master.cfg 2009-08-20 06:10:17 +0000
+++ b/master/master.cfg 2009-08-24 14:00:59 +0000
@@ -173,6 +173,14 @@
builders = []
for s in c['slaves']:
name = s.slavename
+ if name == 'w2003x64':
+ # FIXME: Temporarily disabling tests on kerguelen since jam got blocked
+ # trying to build the installers there.Each run takes 9 hours and
+ # doesn't provide much value anyway so far since it runs under cygwin
+ # which is not the more interesting target on windows and that the full
+ # test suite is still crashing failing to report how many tests are
+ # failing.
+ continue
builder = dict(name=name, slavename=name,
builddir='tests/%s' % name,
factory=tests_factory)
More information about the bazaar-commits
mailing list