public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 00/19] oe-build-pef-test: support saving results in a Git repo
@ 2016-08-24  7:12 Markus Lehtonen
  2016-08-24  7:12 ` [PATCH 01/19] oe-build-perf-test: implement --run-tests option Markus Lehtonen
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: Markus Lehtonen @ 2016-08-24  7:12 UTC (permalink / raw)
  To: openembedded-core

This patchset makes it possible to store build performance test results in a
Git repository. The support is written directly in oe-build-perf-test script
which hopefully makes it easier use. The new feature is disabled by default,
and, it must be enabled with --commit-results option. Further command line
options allow customization of the branch and tag names to use for the results.

[YOCTO #9624]


The following changes since commit 25f6af8895d5f5c6dcedde0a21285d63522769c8:

  oeqa/buildiptables: Switch from netfilter.org to yoctoproject.org mirror (2016-08-23 17:59:20 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/buildperf/git
  http://git.openembedded.org/openembedded-core-contrib/log/?h=marquiz/buildperf/git


Markus Lehtonen (19):
  oe-build-perf-test: implement --run-tests option
  oe-build-perf-test: use absolute paths in cmdline args
  oeqa.utils.git: support git commands with updated env
  oeqa.utils.git: introduce GitRepo.rev_parse()
  oeqa.utils.git: implement GitRepo.get_current_branch()
  oeqa.utils.git.GitRepo: new arg to require topdir
  oeqa.buildperf: use term commit instead of revision
  oe-build-perf-test: support committing results data to Git
  oe-build-perf-test: implement --commit-results-branch
  oeqa.utils.git: implement init() method
  oe-build-perf-test: pre-check Git repo when using --commit-results
  oe-build-perf-test: tag results committed to Git
  oe-build-perf-test: new {tag_num} keyword for --commit-results-tag
  oeqa.buildperf: add git commit count to result data
  oe-build-perf-test: add {git_commit_count} keyword for
    --commit-results-tag
  build-perf-test-wrapper.sh: parse args with getopts
  build-perf-test-wrapper.sh: allow saving results in Git
  build-perf-test-wrapper.sh: make archive dir configurable
  build-perf-test-wrapper.sh: make workdir configurable

 meta/lib/oeqa/buildperf/base.py            | 102 +++++++++++++++++++++++------
 meta/lib/oeqa/utils/git.py                 |  38 +++++++++--
 scripts/contrib/build-perf-test-wrapper.sh |  70 +++++++++++++++-----
 scripts/oe-build-perf-test                 |  51 ++++++++++++++-
 4 files changed, 218 insertions(+), 43 deletions(-)

-- 
2.6.6



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-08-24  7:13 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-24  7:12 [PATCH 00/19] oe-build-pef-test: support saving results in a Git repo Markus Lehtonen
2016-08-24  7:12 ` [PATCH 01/19] oe-build-perf-test: implement --run-tests option Markus Lehtonen
2016-08-24  7:12 ` [PATCH 02/19] oe-build-perf-test: use absolute paths in cmdline args Markus Lehtonen
2016-08-24  7:12 ` [PATCH 03/19] oeqa.utils.git: support git commands with updated env Markus Lehtonen
2016-08-24  7:12 ` [PATCH 04/19] oeqa.utils.git: introduce GitRepo.rev_parse() Markus Lehtonen
2016-08-24  7:12 ` [PATCH 05/19] oeqa.utils.git: implement GitRepo.get_current_branch() Markus Lehtonen
2016-08-24  7:12 ` [PATCH 06/19] oeqa.utils.git.GitRepo: new arg to require topdir Markus Lehtonen
2016-08-24  7:12 ` [PATCH 07/19] oeqa.buildperf: use term commit instead of revision Markus Lehtonen
2016-08-24  7:12 ` [PATCH 08/19] oe-build-perf-test: support committing results data to Git Markus Lehtonen
2016-08-24  7:12 ` [PATCH 09/19] oe-build-perf-test: implement --commit-results-branch Markus Lehtonen
2016-08-24  7:13 ` [PATCH 10/19] oeqa.utils.git: implement init() method Markus Lehtonen
2016-08-24  7:13 ` [PATCH 11/19] oe-build-perf-test: pre-check Git repo when using --commit-results Markus Lehtonen
2016-08-24  7:13 ` [PATCH 12/19] oe-build-perf-test: tag results committed to Git Markus Lehtonen
2016-08-24  7:13 ` [PATCH 13/19] oe-build-perf-test: new {tag_num} keyword for --commit-results-tag Markus Lehtonen
2016-08-24  7:13 ` [PATCH 14/19] oeqa.buildperf: add git commit count to result data Markus Lehtonen
2016-08-24  7:13 ` [PATCH 15/19] oe-build-perf-test: add {git_commit_count} keyword for --commit-results-tag Markus Lehtonen
2016-08-24  7:13 ` [PATCH 16/19] build-perf-test-wrapper.sh: parse args with getopts Markus Lehtonen
2016-08-24  7:13 ` [PATCH 17/19] build-perf-test-wrapper.sh: allow saving results in Git Markus Lehtonen
2016-08-24  7:13 ` [PATCH 18/19] build-perf-test-wrapper.sh: make archive dir configurable Markus Lehtonen
2016-08-24  7:13 ` [PATCH 19/19] build-perf-test-wrapper.sh: make workdir configurable Markus Lehtonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox