summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-07-30 13:18:07 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-06 16:09:15 +0100
commita71dfcc33819aaabe7e156b6cfefe02e7fb63e8c (patch)
tree2737e281119cc58b23cde0c26f99537eea191d89
parent36c7c64519959cc7c0ad69a7483ef556845f1cba (diff)
downloadpoky-a71dfcc33819aaabe7e156b6cfefe02e7fb63e8c.tar.gz
buildhistory: reduce the numeric delta to 10%
(From OE-Core rev: f6effbf62351761430438cfcce285c982271239c) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oe/buildhistory_analysis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/buildhistory_analysis.py b/meta/lib/oe/buildhistory_analysis.py
index 7dec6c1342..a5a607e30b 100644
--- a/meta/lib/oe/buildhistory_analysis.py
+++ b/meta/lib/oe/buildhistory_analysis.py
@@ -24,7 +24,7 @@ numeric_fields = ['PKGSIZE', 'IMAGESIZE']
24# Fields to monitor 24# Fields to monitor
25monitor_fields = ['RDEPENDS', 'RRECOMMENDS', 'PACKAGES', 'FILELIST', 'PKGSIZE', 'IMAGESIZE', 'PKG', 'PKGE', 'PKGV', 'PKGR'] 25monitor_fields = ['RDEPENDS', 'RRECOMMENDS', 'PACKAGES', 'FILELIST', 'PKGSIZE', 'IMAGESIZE', 'PKG', 'PKGE', 'PKGV', 'PKGR']
26# Percentage change to alert for numeric fields 26# Percentage change to alert for numeric fields
27monitor_numeric_threshold = 20 27monitor_numeric_threshold = 10
28# Image files to monitor (note that image-info.txt is handled separately) 28# Image files to monitor (note that image-info.txt is handled separately)
29img_monitor_files = ['installed-package-names.txt', 'files-in-image.txt'] 29img_monitor_files = ['installed-package-names.txt', 'files-in-image.txt']
30# Related context fields for reporting (note: PE, PV & PR are always reported for monitored package fields) 30# Related context fields for reporting (note: PE, PV & PR are always reported for monitored package fields)