[bitbake-devel] [PATCH 0/1] TeamCity UI

Chris Laplante chris.laplante at agilent.com
Fri Jan 24 15:16:22 UTC 2020


This patch depends on one I sent a few days ago, entitled:
    [bitbake-devel][PATCH] build.py: augment TaskBase to capture PN and PV

Features:
    * Warning and error log level handling
    * Won't kill the build if a *_setscene task fails
    * Reports discrete task failures (exposed in TC UI)
    * Reports do_compile failure using special
      compilationStarted/compilationFailed messages, which receives
      special handling by TC

TODO:
    * Need to do a better job of grouping (blockStart/blockEnd) the service messages
      to avoid flooding the UI.

Chris Laplante (1):
  ui/teamcity: add a TeamCity service message frontend

 lib/bb/ui/teamcity.py | 398 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 398 insertions(+)
 create mode 100644 lib/bb/ui/teamcity.py

--
2.7.4



More information about the bitbake-devel mailing list