On 17 June 2011 11:45, Zygmunt Krynicki zygmunt.krynicki@linaro.org wrote:
W dniu 17.06.2011 18:24, Zach Pfeffer pisze:
One thing I'd like to see ASAP with LAVA is to list the build that was tested on the test results page.
It is listed, unless I'm mistaken:
http://validation.linaro.org/launch-control/dashboard/test-results/399109/
See the "Android.URL" below.
Hey cool. Now if I can search and see all the test runs.
Then I'd like to see a link from a android-build.linaro.org build like:
https://android-build.linaro.org/builds/~linaro-android/leb-panda/
This is a little bit more complex. Whatever submits the result can build an URL to the result page on the dashboard. The problem is that the android build system has no knowledge of tests.
Ideally each build would trigger a test to be scheduled, results of each test should be uploaded to the dashboard. This way we could retain identity in all participating components.
Yeah. Perhaps the android-build should just kick the test off. Is there a simple API to request this? Something like:
test(build_url, target, type)
...and if the target it busy, we just skip the test and provide a link on the android-build site that lets you re-request? I'll file a bp for this.
Thanks ZK