]> code.ossystems Code Review - openembedded-core.git/commitdiff
buildhistory: reduce the numeric delta to 10%
authorRoss Burton <ross.burton@intel.com>
Mon, 30 Jul 2012 12:18:07 +0000 (13:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Aug 2012 15:09:06 +0000 (16:09 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/buildhistory_analysis.py

index 7dec6c1342c736b0dd4a597d829f251e67a3ab6d..a5a607e30bf1e0cba57b0236a29ed1c9618302ee 100644 (file)
@@ -24,7 +24,7 @@ numeric_fields = ['PKGSIZE', 'IMAGESIZE']
 # Fields to monitor
 monitor_fields = ['RDEPENDS', 'RRECOMMENDS', 'PACKAGES', 'FILELIST', 'PKGSIZE', 'IMAGESIZE', 'PKG', 'PKGE', 'PKGV', 'PKGR']
 # Percentage change to alert for numeric fields
-monitor_numeric_threshold = 20
+monitor_numeric_threshold = 10
 # Image files to monitor (note that image-info.txt is handled separately)
 img_monitor_files = ['installed-package-names.txt', 'files-in-image.txt']
 # Related context fields for reporting (note: PE, PV & PR are always reported for monitored package fields)