madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Add support for processing annotated output to Swarming when displaying tasks #177

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Goal:
Recreate a functional environment to display logical steps of a recipes into 
work chunks.

AI:
Reuse the annotated observer AnnotationObserver at 
https://chromium.googlesource.com/chromium/tools/build/+/master/scripts/master/c
hromium_step.py#468
and process a recipes stdout to do output similar to buildbot's build steps.

The level at which Swarming should understand it is undecided;
- It could be only a artificial visual artifact where the colored <div> are 
generated via JavaScript processing of the stdout on the task page.
- It could be done server side, so that the deduced steps would be available 
via the JSON API.

Original issue reported on code.google.com by maruel@chromium.org on 27 Nov 2014 at 2:33