From: mariano.lopez@linux.intel.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCHv2 0/3] Add communication mechanism for sending test results
Date: Thu, 1 Dec 2016 09:37:34 -0600 [thread overview]
Message-ID: <cover.1480525452.git.mariano.lopez@linux.intel.com> (raw)
From: Mariano Lopez <mariano.lopez@linux.intel.com>
These changes add a mechanism for sending test result to a remote
repository for later consumption of the data from other clients.
These patches were tested in our local autobuilders.
Changes in v2:
- Give more priority to local branches, because it would be difficult
to match a branch name (because it includes the hostname).
- Instead of throwing an execption when a push fails, log the error
and return 1 to the caller.
- Instead to call 3 times bitbake -e, just call it one time to get
needed variables.
The following changes since commit 9e63f81c78e284c9b325fe04a1b59e61c7ad8a1a:
bitbake: ast: remove BBVERSIONS support (2016-11-30 15:48:10 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib mariano/bug9954v2
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug9954v2
Mariano Lopez (3):
oeqa/utils/commands.py: Make a copy of variables in get_bb_vars
oeqa/utils/metadata.py: Add metadata library
oe-selftest: Add option to submit test result to a git repository.
meta/lib/oeqa/utils/commands.py | 1 +
meta/lib/oeqa/utils/metadata.py | 83 ++++++++++++++++++++++++++++++++
scripts/oe-selftest | 102 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 186 insertions(+)
create mode 100644 meta/lib/oeqa/utils/metadata.py
--
2.7.3
next reply other threads:[~2016-12-01 15:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-01 15:37 mariano.lopez [this message]
2016-12-01 15:37 ` [PATCHv2 1/3] oeqa/utils/commands.py: Make a copy of variables in get_bb_vars mariano.lopez
2016-12-01 15:37 ` [PATCHv2 2/3] oeqa/utils/metadata.py: Add metadata library mariano.lopez
2016-12-05 9:35 ` Markus Lehtonen
2016-12-01 15:37 ` [PATCHv2 3/3] oe-selftest: Add option to submit test result to a git repository mariano.lopez
2016-12-01 16:52 ` Benjamin Esquivel
2016-12-01 17:00 ` Mariano Lopez
2016-12-01 22:44 ` Benjamin Esquivel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1480525452.git.mariano.lopez@linux.intel.com \
--to=mariano.lopez@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.