Hi all,
I've done a stealth deploy (stealth as in "no links point to this page") of the first cut of the kernel ci view I've been working on:
http://validation.linaro.org/lava-server/kernel-ci-views/index
It's very much an alpha-style view at the moment -- in particular the computation of the new passes and failures is a bit wonky -- but I've been working away for a while on this and it seemed like time to actually get a live page out to the public and stop emailing screenshots to slightly randomly chosen people.
If you see problems, you can file bugs at:
https://bugs.launchpad.net/lava-kernel-ci-views
or make more general comments here.
Thanks!
Cheers, mwh
On Thu, Oct 13, 2011 at 01:16:30PM +1300, Michael Hudson-Doyle wrote:
Hi all,
I've done a stealth deploy (stealth as in "no links point to this page") of the first cut of the kernel ci view I've been working on:
http://validation.linaro.org/lava-server/kernel-ci-views/index
It's very much an alpha-style view at the moment -- in particular the computation of the new passes and failures is a bit wonky -- but I've been working away for a while on this and it seemed like time to actually get a live page out to the public and stop emailing screenshots to slightly randomly chosen people.
If you see problems, you can file bugs at:
https://bugs.launchpad.net/lava-kernel-ci-views
or make more general comments here.
What's there looks OK; I have a couple of suggestions, though:
* Display the total number of tests, passes and failures as well as the delta. The delta is certainly useful and we should have it, but without the absolute numbers, misleading conclusions may be drawn about the health of a branch.
* I think we should display the branch that was tested as well as the commit. This is valuable context, and there's no easy way to reconstruct it just from the commit.
* Link the branch and commit directly to gitweb (as discussed the the mail I sent a short time ago) -- this should be pretty easy; we just need a rule for manufacturing the appropriate web link per git server.
Cheers ---Dave
On Thu, Oct 13, 2011 at 2:20 PM, Dave Martin dave.martin@linaro.org wrote:
On Thu, Oct 13, 2011 at 01:16:30PM +1300, Michael Hudson-Doyle wrote:
Hi all,
I've done a stealth deploy (stealth as in "no links point to this page") of the first cut of the kernel ci view I've been working on:
http://validation.linaro.org/lava-server/kernel-ci-views/index
It's very much an alpha-style view at the moment -- in particular the computation of the new passes and failures is a bit wonky -- but I've been working away for a while on this and it seemed like time to actually get a live page out to the public and stop emailing screenshots to slightly randomly chosen people.
If you see problems, you can file bugs at:
https://bugs.launchpad.net/lava-kernel-ci-views
or make more general comments here.
What's there looks OK; I have a couple of suggestions, though:
- Display the total number of tests, passes and failures as well as
the delta. The delta is certainly useful and we should have it, but without the absolute numbers, misleading conclusions may be drawn about the health of a branch.
lp:873292
- I think we should display the branch that was tested as well as the
commit. This is valuable context, and there's no easy way to reconstruct it just from the commit.
maybe lp:873294
- Link the branch and commit directly to gitweb (as discussed the the
mail I sent a short time ago) -- this should be pretty easy; we just need a rule for manufacturing the appropriate web link per git server.
created lp:873297 for this one.
Filed a bunch more. Check: https://bugs.launchpad.net/lava-kernel-ci-views/
On Thu, Oct 13, 2011 at 1:34 PM, Alexander Sack asac@linaro.org wrote:
On Thu, Oct 13, 2011 at 2:20 PM, Dave Martin dave.martin@linaro.org wrote:
On Thu, Oct 13, 2011 at 01:16:30PM +1300, Michael Hudson-Doyle wrote:
Hi all,
I've done a stealth deploy (stealth as in "no links point to this page") of the first cut of the kernel ci view I've been working on:
http://validation.linaro.org/lava-server/kernel-ci-views/index
It's very much an alpha-style view at the moment -- in particular the computation of the new passes and failures is a bit wonky -- but I've been working away for a while on this and it seemed like time to actually get a live page out to the public and stop emailing screenshots to slightly randomly chosen people.
If you see problems, you can file bugs at:
https://bugs.launchpad.net/lava-kernel-ci-views
or make more general comments here.
What's there looks OK; I have a couple of suggestions, though:
- Display the total number of tests, passes and failures as well as
the delta. The delta is certainly useful and we should have it, but without the absolute numbers, misleading conclusions may be drawn about the health of a branch.
lp:873292
- I think we should display the branch that was tested as well as the
commit. This is valuable context, and there's no easy way to reconstruct it just from the commit.
maybe lp:873294
- Link the branch and commit directly to gitweb (as discussed the the
mail I sent a short time ago) -- this should be pretty easy; we just need a rule for manufacturing the appropriate web link per git server.
created lp:873297 for this one.
Filed a bunch more. Check: https://bugs.launchpad.net/lava-kernel-ci-views/
Cool, thanks.
I wasn't sure whether to raise bugs, since my points were suggestions for features, but if there are bugs raised that helps tracking anyway.
Cheers ---Dave
On Thu, 13 Oct 2011 17:45:10 +0100, Dave Martin dave.martin@linaro.org wrote:
On Thu, Oct 13, 2011 at 1:34 PM, Alexander Sack asac@linaro.org wrote:
Filed a bunch more. Check: https://bugs.launchpad.net/lava-kernel-ci-views/
Ta.
Cool, thanks.
I wasn't sure whether to raise bugs, since my points were suggestions for features, but if there are bugs raised that helps tracking anyway.
Feel free to be trigger happy on filing bugs, my memory is pretty terrible :-)
Cheers, mwh
On 10/12/2011 07:16 PM, Michael Hudson-Doyle wrote:
Hi all,
I've done a stealth deploy (stealth as in "no links point to this page") of the first cut of the kernel ci view I've been working on:
http://validation.linaro.org/lava-server/kernel-ci-views/index
It's very much an alpha-style view at the moment -- in particular the computation of the new passes and failures is a bit wonky -- but I've been working away for a while on this and it seemed like time to actually get a live page out to the public and stop emailing screenshots to slightly randomly chosen people.
If you see problems, you can file bugs at:
https://bugs.launchpad.net/lava-kernel-ci-views
or make more general comments here.
How do you get the build log of a failed build? It wasn't very obvious:
Click on the failed build Click on Bundle viewer (What's a bundle was my first question) Find a url that sounds useful: https://ci.linaro.org/jenkins/job/linux-next_panda-omap2plus/340/consoleText Paste that link into your browser. Search thru it to find compile errors.
Rob
On Fri, 14 Oct 2011 08:06:09 -0500, Rob Herring robherring2@gmail.com wrote:
On 10/12/2011 07:16 PM, Michael Hudson-Doyle wrote:
Hi all,
I've done a stealth deploy (stealth as in "no links point to this page") of the first cut of the kernel ci view I've been working on:
http://validation.linaro.org/lava-server/kernel-ci-views/index
It's very much an alpha-style view at the moment -- in particular the computation of the new passes and failures is a bit wonky -- but I've been working away for a while on this and it seemed like time to actually get a live page out to the public and stop emailing screenshots to slightly randomly chosen people.
If you see problems, you can file bugs at:
https://bugs.launchpad.net/lava-kernel-ci-views
or make more general comments here.
How do you get the build log of a failed build? It wasn't very obvious:
Click on the failed build Click on Bundle viewer (What's a bundle was my first question) Find a url that sounds useful: https://ci.linaro.org/jenkins/job/linux-next_panda-omap2plus/340/consoleText Paste that link into your browser. Search thru it to find compile errors.
Yeah, that's too much effort:
https://bugs.launchpad.net/lava-kernel-ci-views/+bug/876010
What would you like to see here? A link straight to https://ci.linaro.org/jenkins/job/linux-next_panda-omap2plus/340/consoleText from the job page? I believe Jenkins has a concept of an output formatter, maybe we should install one of these that can highlight warnings and errors on the https://ci.linaro.org/jenkins/job/linux-next_panda-omap2plus/340/console page?
Comments on that bug are the best, but if you reply here I'll paste them into the bug report :-)
Cheers, mwh
On Thu, 13 Oct 2011 13:16:30 +1300, Michael Hudson-Doyle michael.hudson@linaro.org wrote:
Hi all,
I've done a stealth deploy (stealth as in "no links point to this page") of the first cut of the kernel ci view I've been working on:
http://validation.linaro.org/lava-server/kernel-ci-views/index
I've updated the code, fixing a few things (and probably making others a bit worse :-p). As before, bugs at
https://bugs.launchpad.net/lava-kernel-ci-views
are most welcome.
Cheers, mwh