]> code.ossystems Code Review - openembedded-core.git/commit
oe-build-perf-test: tag results committed to Git
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 16 Aug 2016 12:56:56 +0000 (15:56 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Aug 2016 22:00:03 +0000 (23:00 +0100)
commit60059ff5b81d6ba9ba344161d51d1290559ac2df
tree49e6ff4663472cf3f8c6bcaad822c1eb358bbfce
parent759357a3bdbe75a3409b9e58979ab8b45d9b6ae8
oe-build-perf-test: tag results committed to Git

Create a Git tag when committing results to a Git repository. This patch
also implements --commit-results-tag command line option for controlling
the tag name. The value
is a format string where the following fields may be used:
- {git_branch} - target branch being tested
- {git_commit} - target commit being tested
- {tester_host} - hostname of the tester machine

Tagging can be disabled by giving an empty string to
--commit-results-tag. The option has no effect if --commit-results is
not defined.

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