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