[Buildbot-commits] [Buildbot] #2569: Make travis test logs less verbose
Buildbot trac
trac at buildbot.net
Sun Oct 13 08:53:29 UTC 2013
#2569: Make travis test logs less verbose
------------------------+----------------------
Reporter: dustin | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: ongoing
Version: 0.8.8 | Resolution:
Keywords: travis |
------------------------+----------------------
Comment (by rutsky):
Made pull request with `text` trial reporter:
https://github.com/buildbot/buildbot/pull/909
Now test output takes few pages of output instead four thousand lines,
which is definitely much preferable: https://travis-
ci.org/vrutsky/buildbot/jobs/12478365
Still there is problem that we want to run in Travis heterogeneous tasks:
run `trial`, `pylint`, `pyflakes` and build documentation, but Travis
designed only for homogeneous tasks. To accomplish running most stuff
that conveniently runs on http://buildbot.buildbot.net I made hack with
"latest" configuration: other tasks than `trial` tests are being run only
in "latest" configuration; so failure in "latest" configuration means that
failed one or more different tasks: `trial`, `pylint`, `pyflakes` or
documentation building, which isn't very convenient. I don't think that
we can do much to solve this issue (and test/`pylint`/`pyflakes` results
for all commits in official git repository can be conveniently seen on
http://buildbot.buildbot.net) so I suggest to ignore it for now.
--
Ticket URL: <http://trac.buildbot.net/ticket/2569#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list