diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-30 13:18:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-06 16:09:06 +0100 |
commit | f6effbf62351761430438cfcce285c982271239c (patch) | |
tree | c3b78a580803d1d8c95918a192dd0b8299389ff1 /meta/lib | |
parent | 94fffb92e6a7a8021fb1acb06b9c4218703e23b2 (diff) | |
download | openembedded-core-f6effbf62351761430438cfcce285c982271239c.tar.gz openembedded-core-f6effbf62351761430438cfcce285c982271239c.tar.bz2 openembedded-core-f6effbf62351761430438cfcce285c982271239c.zip |
buildhistory: reduce the numeric delta to 10%
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oe/buildhistory_analysis.py | 2 |
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'] # 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) |