Rev 81: Disable w2003x64 again until we get a better fix for leaking tests. in file:///home/vila/buildbot/bzr/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Fri Oct 16 08:57:39 BST 2009
At file:///home/vila/buildbot/bzr/
------------------------------------------------------------
revno: 81
revision-id: v.ladeuil+lp at free.fr-20091016075739-ns2tv9masjfc40cj
parent: v.ladeuil+lp at free.fr-20091014084829-8rbstex3wzj9f4yi
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: bzr
timestamp: Fri 2009-10-16 09:57:39 +0200
message:
Disable w2003x64 again until we get a better fix for leaking tests.
* master/master.cfg:
(tests_builders): Disable w2003x64 again.
-------------- next part --------------
=== modified file 'master/master.cfg'
--- a/master/master.cfg 2009-10-14 08:48:29 +0000
+++ b/master/master.cfg 2009-10-16 07:57:39 +0000
@@ -205,14 +205,14 @@
tests_builders = []
for s in c['slaves']:
name = s.slavename
-# if name == 'w2003x64':
+ 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
+ continue
builder = dict(name=name, slavename=name,
builddir='tests/%s' % name,
factory=tests_factory)
More information about the bazaar-commits
mailing list