]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:03:47 +0000 (23:03 +0100)
commit06b2c75c7e56d520a57302e4cc9a622137a4ca74
treebd4287263f3c31c4741dc5bf99a32bed05cf3e19
parent28333b3a2d17a9d623751a6c4daa92beadb8fdb6
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.

(From OE-Core rev: 60059ff5b81d6ba9ba344161d51d1290559ac2df)

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