]> code.ossystems Code Review - openembedded-core.git/commit
build-perf-test-wrapper.sh: store buildstats under git-notes
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 24 Mar 2017 14:17:30 +0000 (16:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Mar 2017 12:17:03 +0000 (13:17 +0100)
commit5b52bbf09bb2fbec9d2d54f3c3c46c74a09fbfd0
treeda5d49fc58ae9b02c53f6abfcbce559900599dfc
parent0ef7c143262a441c38235ea71832ca7714ce4a35
build-perf-test-wrapper.sh: store buildstats under git-notes

In order to dramatically reduce the data footprint of the result
branches. This makes cloning/pulling result repositories a lot faster.
Buildstats can still be accessed, when needed by doing
git fetch refs/notes/buildstats/*:refs/notes/buildstats/*

[YOCTO #10582]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/build-perf-test-wrapper.sh