[OE-core] [PATCH 0/2 v7] test-case-mgmt

Richard Purdie richard.purdie at linuxfoundation.org
Sun Feb 17 22:45:43 UTC 2019


On Sun, 2019-02-17 at 17:54 +0000, Richard Purdie wrote:
> > Despite my changes there are things that still need to be done.
> > Essential things which need to happen before this code merges:
> > 
> > * oe-git-archive is importing using the commit/branch of the
> > current 
> >   repo, not the data in the results file.

Also now fixed. I put my patches into master-next too.

With this working, I was able to run something along the lines of:

for D in $1/*; do
    resulttool store $D $2 --allow-empty
done

on the autobuilder's recent results which lead to the creation of this
repository:

http://git.yoctoproject.org/cgit.cgi/yocto-testresults/


> > * Revisit and redo the way the git branch handling is happening.
> > We 
> >   really want to model how oe-build-perf-report handles git repos
> > for 
> >   comparisons:
> >   - Its able to query data from git repos without changing the
> > current 
> >     working branch, 
> >   - it can search on tag formats to find comparison data

Which means we now need to make the git branch functionality of the
report and regression commands compare with the above repo, so we're a
step closer to getting thie merged.

Ultimately we'll auto-populate the above repo by having the autobuilder
run a "store" command at the end of its runs.

I have a feeling I may have broken the resulttool selftests so that is
something else which will need to be fixed before anything merges. Time
for me to step away from the keyboard for a bit too.

Cheers,

Richard




More information about the Openembedded-core mailing list