On Saturday 28 October 2006 23:39, Georg Brandl wrote: > Hi, > > I wonder if it's possible that the build bot notification mails that go > to python-checkins include the last 10-15 lines from the log. This would > make it much easier to decide whether a buildbot failure is an old, > esoteric one (e.g.
A better solution (awaiting sufficient round-tuits) would be to add an option to regrtest that's used by the buildslaves that uses particularly markup around success/fail indications. The buildmaster can pick those up, and keep track of existing pass/fails. Then it could send an email only when one changes. We might also add a daily or every couple of days reminder saying "The following tests are failing on the following platforms, and have been for X days now". Buildmaster code is on dinsdale, in (I think) ~buildbot. It's also in SVN. This solution doesn't require changes to the buildslave code at all - only to the buildmaster and to regrtest. -- Anthony Baxter <[EMAIL PROTECTED]> It's never too late to have a happy childhood. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com