Searched refs:notes_ref2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/ |
H A D | oe-build-perf-report | 375 def get_buildstats(repo, notes_ref, notes_ref2, revs, outdir=None): argument 397 if notes_ref2: 398 … bs_all = json.loads(repo.run_cmd(['notes', '--ref', notes_ref2, 'show', tag + '^0'])) 598 notes_ref2 = None 601 notes_ref2 = 'buildstats/{}/{}/{}'.format(args.hostname, args.branch, args.machine) 602 buildstats = get_buildstats(repo, notes_ref, notes_ref2, [rev_l, rev_r], outdir)
|