mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
![]() Rewrite the scripts that gather the metrics to be more generic. Extract the metrics repository cloning out so that we don't have to repeatedly clone it. Make the scripts parse their arguments using getopt and be more specific about what they're passed. In particular, this means that for the patch review run we pass the _repository_ that we're scanning so we can do git operations on it, and the base of the _layers_ (either a layer, or a directory containing layers) so we know what to scan. Be more clever when identifying what commits we need to analyse for patch review: instead of iterating through a set randomly, we can keep the revision list sorted and the checkout operations are a lot faster. Remove the commit/file count metric addition as patchreview itself does that now. Add an explicit --push option so it's easy to test the scripts in isolation without pushing. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
---|---|---|
.. | ||
auh-config | ||
docs-build-patches | ||
archive_buildstats.py | ||
build-perf-test-wrapper | ||
buildhistory-init | ||
check-gplv3 | ||
checkvnc | ||
collect-results | ||
cve-generate-chartdata | ||
cve-report.py | ||
docs_add_banner.py | ||
generate-testresult-index.py | ||
layer-config | ||
list-yp-compatible-layers.py | ||
oe-build-perf-report-email.py | ||
oe-build-perf-report-scrape-html-report.js | ||
patchmetrics-generate-chartdata | ||
patchmetrics-update | ||
pre-commit-hook.sh | ||
prepare-shared-repos | ||
publish-artefacts | ||
run-auh | ||
run-config | ||
run-cvecheck | ||
run-docs-build | ||
run-patchmetrics | ||
runqemu-renice.c | ||
send_qa_email.py | ||
send-qa-email | ||
setup-auh | ||
setup-config | ||
shared-repo-unpack | ||
summarize_top_output.py | ||
target-present | ||
test_send_qa_email.py | ||
test_utils.py | ||
upload-error-reports | ||
utils.py |