]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-build-perf-report: Avoid buildstats warning
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Jan 2020 16:10:43 +0000 (16:10 +0000)
committerArmin Kuster <akuster808@gmail.com>
Sat, 18 Jan 2020 21:28:14 +0000 (13:28 -0800)
commit232b2f6dabaedff087df15a7e6d431dd9f314b4c
treec060bbbd60337b2edc9dcda4df097003a3463af0
parent766b57a1f9030429b546276a537fbce3a175cc25
scripts/oe-build-perf-report: Avoid buildstats warning

When a comparision branch is set we see warnings. If two branches are used,
look for buildstats information from both to avoid this kind of warning:

INFO: Parsing buildstats from 'refs/notes/buildstats/perf-centos7.yoctoproject.org/master-next/qemux86'
WARNING: Buildstats not found for perf-centos7.yoctoproject.org/master/qemux86/56808-g08220028e52992dcba667fc97bf3afe8be1949fb/0
WARNING: Buildstats not found for perf-centos7.yoctoproject.org/master/qemux86/56808-g08220028e52992dcba667fc97bf3afe8be1949fb/1
INFO: Buildstats were missing for some test runs, please run 'git fetch origin refs/notes/buildstats/perf-centos7.yoctoproject.org/master-next/qemux86:refs/notes/buildstats/perf-centos7.yoctoproject.org/master-next/qemux86' and try again

(the warning is due to stats being looked for in both branches, choose
the other branch and different warnings would be shown)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit af58c18fcd0451540dd77ee862956b2b9dee17c4)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/oe-build-perf-report