]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Jan 2020 13:06:55 +0000 (13:06 +0000)
commitaf58c18fcd0451540dd77ee862956b2b9dee17c4
tree68f7daff6c689d9306c69cd845215cba35b4a077
parentd8e9a22a4e23616ad01627c1e472296b1e26f13c
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>
scripts/oe-build-perf-report