Added new features to buildbot. 98/65298/4
authorTomasz Olszak <t.olszak@samsung.com>
Fri, 8 Apr 2016 08:32:27 +0000 (10:32 +0200)
committerTomasz Olszak <t.olszak@samsung.com>
Fri, 8 Apr 2016 09:56:22 +0000 (11:56 +0200)
commitaa1e92f5eefbe4d628daa4767cc8bdf7754495da
treec980a4f1cfd94d982f550e0d21bc4911906faad4
parentd2a4426dd54c1f30e947bda4fb90499575b47435
Added new features to buildbot.

Cloc is invoked now to calculate comment ration in daily regression
test. Additionally cloc csv output is printed (can be pasted in report
xls). Aspell check now presents only words in comments and strings
(thanks to pygerrit). Additionally in daily regression test ignored
words csv list is printed (can be pasted to report xls). To be able to
add ignored word type (abbreviation, own name, define etc)
aspell.ignore.txt was renamed to aspell.ignore.json and ignored word
list is defined as json object in format:
[{"word":"ignoredWord","type":"ignoredWordType"}, {...}, ...]

Change-Id: I5013e23fe1cb397cb044089850a48d8ce1ab72de
tool/development/buildbot/README
tool/development/buildbot/nativesamples.py