All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: oestats as automated testing reporting tool (Was: testing branch 2011-01-20)
@ 2011-01-26 22:04 Yury Bushmelev
  2011-01-26 22:18 ` Koen Kooi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Yury Bushmelev @ 2011-01-26 22:04 UTC (permalink / raw)
  To: openembedded-devel

I have spent some time to looking over oestats client and server code.
Below are some ideas.

> I've thought about collecting testing results via oe-stats.
> We should collect following data:
> - machine
Already in oestats (bb MACHINE variable)

> - distro
Already in oestats (bb USERDISTRO variable)

> - target
Well.. This should be name of image which was built. We have it but it
is mixed with lots of other packages data.
Not sure about best way here. May be we should use bitbake cmdline
args here. I'll address this question to bitbake developers.

> - workstation (distro + arch)*
We have build arch in oestats already (BUILD_ARCH). I'll prefer
replace it with BUILD_SYS because we can use e.g.
darwin/freebsd/cygwin as build host later.
As there is no reliable way to get user's build host distro I'll ask
to introduce new bitbake variable (OESTATS_HOST_DISTRO?).

> - bitbake version*
Seems bb.__version__ should be enough. Should we send revision and
branch when using git version?

> - tester (builder) name
OESTATS_BUILDER

> - last successful build
Report may get this from database.

> - build type (clean/incremental)*
OESTATS_BUILD_TYPE?

> - current issues
Report may get this from database.

I've forget to note that we have METADATA_BRANCH and METADATA_REVISION
as well in oestats.

P.S.: Do we really need this in perspective of merging with yocto? Or
may be just use e.g. some spreadsheet/form on google instead?

-- 
Yury Bushmelev



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

end of thread, other threads:[~2011-02-04 14:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-26 22:04 oestats as automated testing reporting tool (Was: testing branch 2011-01-20) Yury Bushmelev
2011-01-26 22:18 ` Koen Kooi
2011-01-29  0:07 ` Tom Rini
2011-01-31  9:22   ` Yury Bushmelev
2011-01-31 16:05     ` Tom Rini
2011-02-04 14:26 ` Cliff Brake

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.