]> code.ossystems Code Review - openembedded-core.git/commit
oe-build-perf-test: implement --commit-results-branch
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 12 Aug 2016 11:11:16 +0000 (14:11 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Aug 2016 22:00:00 +0000 (23:00 +0100)
commitb54b63395ec632748a57a702812c8a9a07af35ab
treeaefb1a617771890a138604722a7a85f0dc557e84
parentb6f635513ca971402e7a970acc2168fb5d4a9476
oe-build-perf-test: implement --commit-results-branch

A new command line option for defining the branch where results are
commited. The value is actually a format string accepting two field
names:
- {git_branch} expands to the name of the target branch being tested
- {tester_host} expands to the hostname of the tester machine

The option has no effect if --commit-results is not used.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/buildperf/base.py
scripts/oe-build-perf-test