All of lore.kernel.org
 help / color / mirror / Atom feed
From: Beth 'pidge' Flanagan <pidge@toganlabs.com>
To: Bill Randle <william.c.randle@intel.com>, yocto@yoctoproject.org
Subject: Re: [yocto-autobuilder][PATCH 0/4] autobuilder: make toaster eventlog creation optional
Date: Tue, 19 Jul 2016 17:42:26 +0200	[thread overview]
Message-ID: <1468942946.22262.7.camel@toganlabs.com> (raw)
In-Reply-To: <1468515952-12949-1-git-send-email-william.c.randle@intel.com>

Merged into master.

-b

On Thu, 2016-07-14 at 10:05 -0700, Bill Randle wrote:
> Currently, a toaster eventlog is generated for most all machine
> specific
> images (e.g., nightly-arm, nightly-x86, etc.) and placed in the top-
> level
> build directory. Having it in the top level dir causes inotify
> overflow in
> bitbake, due to the large number of changes to the file.
> 
> This set of patches (1) make generation of the eventlog optional, by
> having a user selection in the Forced Build web pages, (2) places the
> eventlog in build/tmp/log, instead of build and (3) adds a timestamp
> to
> the eventlog filename since multiple event logs can be generated
> during
> a multi-image buildset and otherwise only the last one would
> otherwise
> be saved.
> 
> [YOCTO #9884]
> 
> Bill Randle (4):
>   remote_kick.py: add default entry for new 'create_eventlog'
> property
>   BuildImages.py: build toaster eventlog only when requested
>   UploadToasterEventlog.py: handle multiple eventlog files
>   buildset-config.controller: add new 'create_eventlog' forced build
>     property
> 
>  bin/remote_kick.py                                 |  1 +
>  buildset-config.controller/nightly-arm-lsb.conf    |  4 ++++
>  buildset-config.controller/nightly-arm.conf        |  4 ++++
>  buildset-config.controller/nightly-arm64.conf      |  4 ++++
>  buildset-config.controller/nightly-mips-lsb.conf   |  4 ++++
>  buildset-config.controller/nightly-mips.conf       |  4 ++++
>  buildset-config.controller/nightly-mips64.conf     |  4 ++++
>  buildset-config.controller/nightly-no-x11.conf     |  4 ++++
>  buildset-config.controller/nightly-ppc-lsb.conf    |  4 ++++
>  buildset-config.controller/nightly-ppc.conf        |  4 ++++
>  buildset-config.controller/nightly-x32.conf        |  4 ++++
>  buildset-config.controller/nightly-x86-64-lsb.conf |  4 ++++
>  buildset-config.controller/nightly-x86-64.conf     |  4 ++++
>  buildset-config.controller/nightly-x86-lsb.conf    |  4 ++++
>  buildset-config.controller/nightly-x86.conf        |  4 ++++
>  buildset-config.controller/nightly.conf            |  7 ++++++-
>  .../autobuilder/buildsteps/BuildImages.py          | 24
> +++++++++++++++++-----
>  .../buildsteps/UploadToasterEventlog.py            | 16 +++++++++++-
> ----
>  18 files changed, 93 insertions(+), 11 deletions(-)
> 
-- 
Beth 'pidge' Flanagan <pidge@toganlabs.com>
toganlabs.com



      parent reply	other threads:[~2016-07-19 15:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-14 17:05 [yocto-autobuilder][PATCH 0/4] autobuilder: make toaster eventlog creation optional Bill Randle
2016-07-14 17:05 ` [yocto-autobuilder][PATCH 1/4] remote_kick.py: add default entry for new 'create_eventlog' property Bill Randle
2016-07-14 17:05 ` [yocto-autobuilder][PATCH 2/4] BuildImages.py: build toaster eventlog only when requested Bill Randle
2016-07-15 21:37   ` Joshua G Lock
2016-07-15 23:54     ` Randle, William C
2016-07-16 14:45       ` Randle, William C
2016-07-14 17:05 ` [yocto-autobuilder][PATCH 3/4] UploadToasterEventlog.py: handle multiple eventlog files Bill Randle
2016-07-14 17:05 ` [yocto-autobuilder][PATCH 4/4] buildset-config.controller: add new 'create_eventlog' forced build property Bill Randle
2016-07-19 15:42 ` Beth 'pidge' Flanagan [this message]

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=1468942946.22262.7.camel@toganlabs.com \
    --to=pidge@toganlabs.com \
    --cc=william.c.randle@intel.com \
    --cc=yocto@yoctoproject.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.