All of lore.kernel.org
 help / color / mirror / Atom feed
* [[yocto-autobuilder][PATCHv2] 00/15] Add support for generate bitbake/oe-selftest error reports
@ 2016-06-21 23:07 Aníbal Limón
  2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 01/15] lib/buildsteps.py: Add BitbakeShellCommand class Aníbal Limón
                   ` (16 more replies)
  0 siblings, 17 replies; 22+ messages in thread
From: Aníbal Limón @ 2016-06-21 23:07 UTC (permalink / raw)
  To: yocto; +Cc: joshua.g.lock

This v2 adds support for generate also oe-selftest reports this is almost
the previous version with changes requested in review [1], the next patches
starts from patch,

	autobuilder/lib/{ABtools,builsteps}.py: Create save_error_report func

Also the changes could be reviewed at [2].

[1] https://lists.yoctoproject.org/pipermail/yocto/2016-June/030515.html
[2] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/log/?h=contrib/alimon/devel

Aníbal Limón (15):
  lib/buildsteps.py: Add BitbakeShellCommand class
  lib/buildsteps.py: Add BitbakeLogLineObserver for
    BitbakeShellCommands.
  lib/buildsteps: BitbakeShellCommand add support for create error
    reports
  lib/ABTools: Add functions for get errordir path in controller and
    worker
  buildbot: Add support for DirectoryDownload transfer step
  autobuilder/buildsteps: Add DownloadBitbakeErrorReports step
  buiidsets: Add DownloadBitbakeErrorReport step
  lib/buildsteps.py: BitbakeShellCommand add support for error_type
  autobuilder/lib/buildsteps.py: BitbakeShellCommand update error report
        types.
  autobuilder/lib/{ABtools,builsteps}.py: Create save_error_report func
  autobuilder/lib/ABTools.py: Add get_lsb_distro function
  buildsteps/RunOeSelftest.py: Add support for create/save error reports
  nightly-oe-selftest.conf: Add steps for Download and Send error
    report.
  autobuilder/buildsteps: Rename DownloadBitbakeErrorReports to
    DownloadErrorReports
  buildset-config: Update references from DownloadBitbakeErrorReports to
    DownloadErrorReports

 buildset-config.controller/build-appliance.conf    |   1 +
 buildset-config.controller/buildtools.conf         |   1 +
 buildset-config.controller/nightly-arm-lsb.conf    |   1 +
 buildset-config.controller/nightly-arm.conf        |   1 +
 buildset-config.controller/nightly-arm64.conf      |   1 +
 .../nightly-deb-non-deb.conf                       |   1 +
 buildset-config.controller/nightly-deb.conf        |   1 +
 buildset-config.controller/nightly-ipk.conf        |   1 +
 buildset-config.controller/nightly-mips-lsb.conf   |   1 +
 buildset-config.controller/nightly-mips.conf       |   1 +
 buildset-config.controller/nightly-mips64.conf     |   1 +
 buildset-config.controller/nightly-multilib.conf   |   1 +
 buildset-config.controller/nightly-musl.conf       |   1 +
 buildset-config.controller/nightly-no-x11.conf     |   1 +
 buildset-config.controller/nightly-non-gpl3.conf   |   1 +
 .../nightly-oe-selftest.conf                       |   5 +-
 buildset-config.controller/nightly-oecore.conf     |   1 +
 buildset-config.controller/nightly-ppc-lsb.conf    |   1 +
 buildset-config.controller/nightly-ppc.conf        |   1 +
 buildset-config.controller/nightly-qa-extras.conf  |   1 +
 .../nightly-qa-logrotate.conf                      |   1 +
 buildset-config.controller/nightly-qa-pam.conf     |   1 +
 .../nightly-qa-skeleton.conf                       |   1 +
 buildset-config.controller/nightly-qa-systemd.conf |   1 +
 .../nightly-qa-targetbuilds.conf                   |   1 +
 .../nightly-rpm-non-rpm.conf                       |   1 +
 buildset-config.controller/nightly-rpm.conf        |   1 +
 buildset-config.controller/nightly-uclibc.conf     |   1 +
 buildset-config.controller/nightly-world-lsb.conf  |   1 +
 buildset-config.controller/nightly-world.conf      |   1 +
 buildset-config.controller/nightly-x32.conf        |   1 +
 buildset-config.controller/nightly-x86-64-lsb.conf |   1 +
 buildset-config.controller/nightly-x86-64.conf     |   1 +
 buildset-config.controller/nightly-x86-lsb.conf    |   1 +
 buildset-config.controller/nightly-x86.conf        |   1 +
 buildset-config.controller/nightly.conf            |   1 +
 buildset-config.controller/poky-tiny.conf          |   1 +
 buildset-config.examples/awesomefirmware.conf      |   1 +
 buildset-config.freescale/nightly-fsl-arm-lsb.conf |   1 +
 buildset-config.freescale/nightly-fsl-arm.conf     |   1 +
 buildset-config.freescale/nightly-fsl-ppc-lsb.conf |   1 +
 buildset-config.freescale/nightly-fsl-ppc.conf     |   1 +
 buildset-config.iot-devkit/iot-devkit.conf         |   1 +
 buildset-config.kernel/kernel-arm-lsb.conf         |   1 +
 buildset-config.kernel/kernel-arm.conf             |   1 +
 buildset-config.kernel/kernel-arm64.conf           |   1 +
 buildset-config.kernel/kernel-mips-lsb.conf        |   1 +
 buildset-config.kernel/kernel-mips.conf            |   1 +
 buildset-config.kernel/kernel-ppc-lsb.conf         |   1 +
 buildset-config.kernel/kernel-ppc.conf             |   1 +
 buildset-config.kernel/kernel-x86-64-lsb.conf      |   1 +
 buildset-config.kernel/kernel-x86-64.conf          |   1 +
 buildset-config.kernel/kernel-x86-lsb.conf         |   1 +
 buildset-config.kernel/kernel-x86.conf             |   1 +
 buildset-config.kernel/nightly-kernel.conf         |   1 +
 buildset-config.tizen/nightly-tizen-ivi.conf       |   1 +
 buildset-config.tizen/nightly-tizen.conf           |   1 +
 buildset-config.tizen/nightly.conf                 |   1 +
 .../autobuilder/buildsteps/BuildImages.py          |   7 +-
 .../autobuilder/buildsteps/BuildToolchainImages.py |   7 +-
 .../autobuilder/buildsteps/DownloadErrorReports.py |  42 +++++++++
 .../autobuilder/buildsteps/GetBitbakeVersion.py    |   6 +-
 .../autobuilder/buildsteps/RunESDKSanityTests.py   |   6 +-
 .../autobuilder/buildsteps/RunOeSelftest.py        |  46 +++++++++
 .../autobuilder/buildsteps/RunSDKSanityTests.py    |   6 +-
 .../autobuilder/buildsteps/RunSanityTests.py       |   6 +-
 .../autobuilder/buildsteps/SendErrorReport.py      |  16 ++--
 .../site-packages/autobuilder/lib/ABTools.py       |  59 ++++++++++++
 .../site-packages/autobuilder/lib/buildsteps.py    | 104 +++++++++++++++++++++
 .../buildbot/steps/transfer.py                     |  86 ++++++++++++++++-
 .../buildslave/commands/registry.py                |   1 +
 .../buildslave/commands/transfer.py                |  79 ++++++++++++++++
 72 files changed, 509 insertions(+), 24 deletions(-)
 create mode 100644 lib/python2.7/site-packages/autobuilder/buildsteps/DownloadErrorReports.py

-- 
2.1.4



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

end of thread, other threads:[~2016-06-28 14:55 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 23:07 [[yocto-autobuilder][PATCHv2] 00/15] Add support for generate bitbake/oe-selftest error reports Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 01/15] lib/buildsteps.py: Add BitbakeShellCommand class Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 02/15] lib/buildsteps.py: Add BitbakeLogLineObserver for BitbakeShellCommands Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 03/15] lib/buildsteps: BitbakeShellCommand add support for create error reports Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 04/15] lib/ABTools: Add functions for get errordir path in controller and worker Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 05/15] buildbot: Add support for DirectoryDownload transfer step Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 06/15] autobuilder/buildsteps: Add DownloadBitbakeErrorReports step Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 07/15] buiidsets: Add DownloadBitbakeErrorReport step Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 08/15] lib/buildsteps.py: BitbakeShellCommand add support for error_type Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 09/15] autobuilder/lib/buildsteps.py: BitbakeShellCommand update error report types Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 10/15] autobuilder/lib/{ABtools, builsteps}.py: Create save_error_report func Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 11/15] autobuilder/lib/ABTools.py: Add get_lsb_distro function Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 12/15] buildsteps/RunOeSelftest.py: Add support for create/save error reports Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 13/15] nightly-oe-selftest.conf: Add steps for Download and Send error report Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 14/15] autobuilder/buildsteps: Rename DownloadBitbakeErrorReports to DownloadErrorReports Aníbal Limón
2016-06-21 23:07 ` [[yocto-autobuilder][PATCHv2] 15/15] buildset-config: Update references from " Aníbal Limón
2016-06-22  7:44 ` [[yocto-autobuilder][PATCHv2] 00/15] Add support for generate bitbake/oe-selftest error reports Beth 'pidge' Flanagan
2016-06-22 20:17   ` Aníbal Limón
2016-06-23 15:27     ` Aníbal Limón
2016-06-23 15:35       ` Beth 'pidge' Flanagan
2016-06-27 12:28 ` Beth 'pidge' Flanagan
2016-06-28 14:55   ` Aníbal Limón

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.