summaryrefslogtreecommitdiffstats
path: root/scripts/oe-build-perf-report
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-build-perf-report')
-rwxr-xr-xscripts/oe-build-perf-report1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report
index b5ad42bc8a..23081db173 100755
--- a/scripts/oe-build-perf-report
+++ b/scripts/oe-build-perf-report
@@ -422,6 +422,7 @@ def dump_buildstats(repo, outdir, notes_ref, revs):
422 'show', tag + '^0'])) 422 'show', tag + '^0']))
423 except GitError: 423 except GitError:
424 log.warning("Buildstats not found for %s", tag) 424 log.warning("Buildstats not found for %s", tag)
425 bs_all = {}
425 missing = True 426 missing = True
426 for measurement, buildstats in bs_all.items(): 427 for measurement, buildstats in bs_all.items():
427 tag_base, run_id = tag.rsplit('/', 1) 428 tag_base, run_id = tag.rsplit('/', 1)