Re: sneak preview of kernel ci views

2011-10-16 Thread Michael Hudson-Doyle
On Thu, 13 Oct 2011 13:16:30 +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

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

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: sneak preview of kernel ci views

2011-10-16 Thread Michael Hudson-Doyle
On Fri, 14 Oct 2011 08:06:09 -0500, Rob Herring  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

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: sneak preview of kernel ci views

2011-10-14 Thread Rob Herring
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

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: sneak preview of kernel ci views

2011-10-13 Thread Michael Hudson-Doyle
On Thu, 13 Oct 2011 17:45:10 +0100, Dave Martin  wrote:
> On Thu, Oct 13, 2011 at 1:34 PM, Alexander Sack  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

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: sneak preview of kernel ci views

2011-10-13 Thread Dave Martin
On Thu, Oct 13, 2011 at 1:34 PM, Alexander Sack  wrote:
> On Thu, Oct 13, 2011 at 2:20 PM, Dave Martin  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

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: sneak preview of kernel ci views

2011-10-13 Thread Alexander Sack
On Thu, Oct 13, 2011 at 2:20 PM, Dave Martin  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/

-- 
Alexander Sack
Technical Director, Linaro Platform Teams
http://www.linaro.org | Open source software for ARM SoCs
http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: sneak preview of kernel ci views

2011-10-13 Thread Dave Martin
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


___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


sneak preview of kernel ci views

2011-10-12 Thread Michael Hudson-Doyle
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

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev