All of lore.kernel.org
 help / color / mirror / Atom feed
* tasks with specific outcome
@ 2014-02-12 16:51 Ravi Chintakunta
  2014-02-12 17:17 ` Reyna, David
  0 siblings, 1 reply; 4+ messages in thread
From: Ravi Chintakunta @ 2014-02-12 16:51 UTC (permalink / raw)
  To: 'Damian, Alexandru'; +Cc: 'toaster@yoctoproject.org'

Hi Alex,

I have couple of builds (for core-image-minimal and core-image-sato) and I do not see any tasks with Cached, Failed and Empty outcome. I need such tasks for implementing the Task Details page.  Am I missing something?

Thanks,
Ravi



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: tasks with specific outcome
  2014-02-12 16:51 tasks with specific outcome Ravi Chintakunta
@ 2014-02-12 17:17 ` Reyna, David
  2014-02-12 18:20   ` Damian, Alexandru
  0 siblings, 1 reply; 4+ messages in thread
From: Reyna, David @ 2014-02-12 17:17 UTC (permalink / raw)
  To: 'ravi.chintakunta@timesys.com',
	'alexandru.damian@intel.com'
  Cc: 'toaster@yoctoproject.org'

If you build a project a second time, or for an alternate target (like the SDK)I would think that you would see "cached" entries in that new build's db.

David


----- Original Message -----
From: Ravi Chintakunta [mailto:ravi.chintakunta@timesys.com]
Sent: Wednesday, February 12, 2014 08:51 AM
To: 'Damian, Alexandru' <alexandru.damian@intel.com>
Cc: 'toaster@yoctoproject.org' <toaster@yoctoproject.org>
Subject: [Toaster] tasks with specific outcome

Hi Alex,

I have couple of builds (for core-image-minimal and core-image-sato) and I do not see any tasks with Cached, Failed and Empty outcome. I need such tasks for implementing the Task Details page.  Am I missing something?

Thanks,
Ravi

_______________________________________________
toaster mailing list
toaster@yoctoproject.org
https://lists.yoctoproject.org/listinfo/toaster


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: tasks with specific outcome
  2014-02-12 17:17 ` Reyna, David
@ 2014-02-12 18:20   ` Damian, Alexandru
  2014-02-14 17:28     ` Barros Pena, Belen
  0 siblings, 1 reply; 4+ messages in thread
From: Damian, Alexandru @ 2014-02-12 18:20 UTC (permalink / raw)
  To: Reyna, David; +Cc: toaster

[-- Attachment #1: Type: text/plain, Size: 1229 bytes --]

I am investigating. I think there may be again some minor changes in task
stats , see bug 5763. The changes will not affect other pages than the task
details page.

Alex


On Wed, Feb 12, 2014 at 5:17 PM, Reyna, David <david.reyna@windriver.com>wrote:

> If you build a project a second time, or for an alternate target (like the
> SDK)I would think that you would see "cached" entries in that new build's
> db.
>
> David
>
>
> ----- Original Message -----
> From: Ravi Chintakunta [mailto:ravi.chintakunta@timesys.com]
> Sent: Wednesday, February 12, 2014 08:51 AM
> To: 'Damian, Alexandru' <alexandru.damian@intel.com>
> Cc: 'toaster@yoctoproject.org' <toaster@yoctoproject.org>
> Subject: [Toaster] tasks with specific outcome
>
> Hi Alex,
>
> I have couple of builds (for core-image-minimal and core-image-sato) and I
> do not see any tasks with Cached, Failed and Empty outcome. I need such
> tasks for implementing the Task Details page.  Am I missing something?
>
> Thanks,
> Ravi
>
> _______________________________________________
> toaster mailing list
> toaster@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster
>



-- 
Alex Damian
Yocto Project
SSG / OTC

[-- Attachment #2: Type: text/html, Size: 2181 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: tasks with specific outcome
  2014-02-12 18:20   ` Damian, Alexandru
@ 2014-02-14 17:28     ` Barros Pena, Belen
  0 siblings, 0 replies; 4+ messages in thread
From: Barros Pena, Belen @ 2014-02-14 17:28 UTC (permalink / raw)
  To: Ravi Chintakunta; +Cc: toaster

As part of the tasks back end work we have been doing, we have bundled the
Cached tasks with the Not executed tasks, which makes better sense.

I have updated the design documents, but the impact is pretty small.

https://bugzilla.yoctoproject.org/show_bug.cgi?id=4282

Cheers

Belén

On 12/02/2014 18:20, "Damian, Alexandru" <alexandru.damian@intel.com>
wrote:

>I am investigating. I think there may be again some minor changes in task
>stats , see bug 5763. The changes will not affect other pages than the
>task details page.
>
>
>Alex
>
>
>
>
>On Wed, Feb 12, 2014 at 5:17 PM, Reyna, David
><david.reyna@windriver.com> wrote:
>
>If you build a project a second time, or for an alternate target (like
>the SDK)I would think that you would see "cached" entries in that new
>build's db.
>
>David
>
>
>----- Original Message -----
>From: Ravi Chintakunta [mailto:ravi.chintakunta@timesys.com]
>Sent: Wednesday, February 12, 2014 08:51 AM
>To: 'Damian, Alexandru' <alexandru.damian@intel.com>
>Cc: 'toaster@yoctoproject.org' <toaster@yoctoproject.org>
>Subject: [Toaster] tasks with specific outcome
>
>Hi Alex,
>
>I have couple of builds (for core-image-minimal and core-image-sato) and
>I do not see any tasks with Cached, Failed and Empty outcome. I need such
>tasks for implementing the Task Details page.  Am I missing something?
>
>Thanks,
>Ravi
>
>
>
>_______________________________________________
>toaster mailing list
>toaster@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/toaster
>
>
>
>
>
>
>-- 
>Alex Damian
>Yocto Project
>
>SSG / OTC 
>
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-14 17:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-12 16:51 tasks with specific outcome Ravi Chintakunta
2014-02-12 17:17 ` Reyna, David
2014-02-12 18:20   ` Damian, Alexandru
2014-02-14 17:28     ` Barros Pena, Belen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.