On 06/12/2012 01:59 PM, Alexander Sack wrote:
Hi,
if you check the android-build LAVA result table for
https://android-build.linaro.org/builds/~linaro-android/snowball-ics-gcc46-igloo-stable-blob/#build=323
you will notice we see quite some details for the benchmarks.
However, we don't see the individual pass/fails for the "simple
pass/fail" tests.
For example:
1. lava, mmtest etc. - don't display what tests succeeded/failed -
just the aggregated number
2. glmark2 etc. - display all the individual measurements
What can we do to display details for all test runs on android-build?
I am in particular keen about seeing the individual "lava" results
inline on android-build.
We probably only have to change the lava-dashboard code to make this
work. Currently, android-build grabs a JSON feed for this:
<http://validation.linaro.org/lava-server/dashboard/streams/private/team/linaro/android-daily/bundles/c9103ea3daf6314a37d237d67330f7df3ed90633/json>
The mmtest portion is like:
"mmtest", "results": {"fail": 85, "total_multiplied": 357, "total": 119,
"measurements": [], "pass": 34}}
ie - the "measurements" section is empty because dashboard function
handling the request filters out tests that don't have measurements:
<http://bazaar.launchpad.net/~linaro-validation/lava-dashboard/trunk/view/head:/dashboard_app/views.py#L284>
So its probably not too hard to fix.
_______________________________________________
linaro-validation mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/linaro-validation