generic-poky/bitbake/lib/toaster/orm
Elliot Smith 93f0b61749 bitbake: toaster: Record critical errors
Critical errors (where a build failed for reasons of
misconfiguration, such as a machine being specified which is not
in a project's layers) were being ignored (only log records
up to ERROR level were being logged to Toaster's db). This meant that
the build would fail but would not correctly report why.

Add support for CRITICAL error levels to the LogMessage model,
include errors at this level in the errors property for a build,
and show errors at this level in the build dashboard.

[YOCTO #8320]

(Bitbake rev: b6eacbca9cacb607de864ab7d093deb296da8226)

Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-10-16 14:13:22 +01:00
..
management bitbake: toaster: update orm models for layerindex compatibility 2014-08-29 13:56:49 +01:00
migrations bitbake: toaster: Add CustomImageRecipe model 2015-09-29 14:11:37 +01:00
__init__.py bitbake: toaster: add toaster code to bitbake 2013-10-18 11:13:49 +01:00
models.py bitbake: toaster: Record critical errors 2015-10-16 14:13:22 +01:00
tests.py bitbake: toaster: test get_alldeps API 2015-10-12 14:38:56 +01:00