[oe-commits] [openembedded-core] 17/23: build-perf-test-wrapper.sh: store buildstats under git-notes

git at git.openembedded.org git at git.openembedded.org
Sun Mar 26 12:17:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5b52bbf09bb2fbec9d2d54f3c3c46c74a09fbfd0
Author: Markus Lehtonen <markus.lehtonen at linux.intel.com>
AuthorDate: Fri Mar 24 16:17:30 2017 +0200

    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 at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/contrib/build-perf-test-wrapper.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/contrib/build-perf-test-wrapper.sh b/scripts/contrib/build-perf-test-wrapper.sh
index 240d669..234652d 100755
--- a/scripts/contrib/build-perf-test-wrapper.sh
+++ b/scripts/contrib/build-perf-test-wrapper.sh
@@ -143,6 +143,8 @@ if [ -n "$results_repo" ]; then
         --git-dir "$results_repo" \
         --branch-name "{hostname}/{branch}/{machine}" \
         --tag-name "{hostname}/{branch}/{machine}/{commit_count}-g{commit}/{tag_number}" \
+        --exclude "buildstats.json" \
+        --notes "buildstats/{branch_name}" "$results_dir/buildstats.json" \
         "$results_dir"
 fi
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list