Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compact build output #9

Open
robertmaynard opened this issue Jun 20, 2014 · 0 comments
Open

Compact build output #9

robertmaynard opened this issue Jun 20, 2014 · 0 comments

Comments

@robertmaynard
Copy link
Owner

Make cfarm parse output from all workers and display it in a cleaner format.
Where each worker gets a single line of output and shows a very 'ninja' like output:

[mavericks] out: [55/444] ....
[linux] out: [21/444] ...
[linux_gcc] out: [221/444]

When we encounter an error we cache the output, mark the worker as failed, and keep the rest of the workers displayed, e.g. something like this:

[linux_gcc] error
[mavericks] out: [125/444] ....
[linux] out: [300/444] ...

Finally when they are all finished we than display all the errors, and a short summary.

[linux_gcc] out: < dump of really long error >

== Failed Builds ==
 linux_gcc
== Successful Builds ==
 mavericks
 linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant