Home
last modified time | relevance | path

Searched refs:baserevision (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Dyocto_testresults_query.py59 def compute_regression_report(workdir, basebranch, baserevision, targetbranch, targetrevision, args… argument
61 …command = [resulttool, "regression-git", "--branch", basebranch, "--commit", baserevision, "--bran…
67 def print_report_with_header(report, baseversion, baserevision, targetversion, targetrevision): argument
82 baserevision = get_sha1(poky_path, args.base)
84 if not baserevision or not targetrevision:
89 basebranch = fetch_testresults(workdir, baserevision)
91 …report = compute_regression_report(workdir, basebranch, baserevision, targetbranch, targetrevision…
92 print_report_with_header(report, args.base, baserevision, args.target, targetrevision)