[Python-Dev] OpenBSD buildbot has many failures (original) (raw)
Victor Stinner victor.stinner at gmail.com
Wed Apr 1 14:13:44 CEST 2015
- Previous message (by thread): [Python-Dev] OpenBSD buildbot has many failures
- Next message (by thread): [Python-Dev] OpenBSD buildbot has many failures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
2015-04-01 12:47 GMT+02:00 Tim Golden <mail at timgolden.me.uk>:
On the back of Victor's recent emails re buildbots, I've knocked something up which can be scheduled to email the status of some or all buildbots:
Are you aware of this previous project? https://code.google.com/p/bbreport/
I also wrote two very simple scripts to download and parse buildbot output:
I'm more interested on the parser part. My first goal was to compute a summary in one line: success, timeout, fatal error, etc. The next step would be to parse test failures to be able to ignore tests known to fail, to only detect regressions. It would be better than the current "red" / "green" status. For example, I want to always ignore MemoryError just because I'm unable to fix buildbots which are known to regulary fail with MemoryError (ex: OpenIndiana).
I used Jenkins which uses JUnit reports. It's much more powerful because it computes statistics on tests to check which tests fail randomly, which tests are new failures, etc. I don't think that it would be complex to generate a JUnit report (or another easy to parse report) in regrtest. But XML is maybe not the best format to handle timeout and fatal errors :-)
Victor
- Previous message (by thread): [Python-Dev] OpenBSD buildbot has many failures
- Next message (by thread): [Python-Dev] OpenBSD buildbot has many failures
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]