Searched refs:notes_ref (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-build-perf-report | 375 def get_buildstats(repo, notes_ref, notes_ref2, revs, outdir=None): argument 377 full_ref = 'refs/notes/' + notes_ref 386 log.info("Parsing buildstats from 'refs/notes/%s'", notes_ref) 395 … bs_all = json.loads(repo.run_cmd(['notes', '--ref', notes_ref, 'show', tag + '^0'])) 597 notes_ref = 'buildstats/{}/{}/{}'.format(args.hostname, args.branch, args.machine) 600 notes_ref = 'buildstats/{}/{}/{}'.format(args.hostname, args.branch2, args.machine) 602 buildstats = get_buildstats(repo, notes_ref, notes_ref2, [rev_l, rev_r], outdir)
|