]> code.ossystems Code Review - openembedded-core.git/commit
scripts/contrib: add oe-build-perf-report-email
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 31 Mar 2017 14:07:30 +0000 (17:07 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Apr 2017 07:20:26 +0000 (08:20 +0100)
commit9e97ff174458f7245fc27a4c407f21a9d2e317ab
treec6ffafd3e4698787e897110583ee48ead663d49c
parent3b25404f0f99b72f222bdca815929be1cf1cee35
scripts/contrib: add oe-build-perf-report-email

Script for sending build perf test reports as an email. Mangles an html
report, generated by oe-build-perf-report, into a format suitable for
html emails. Supports multipart emails where a plaintext alternative can
be included in the same email.

Dependencies required to be installed on the host:
- phantomjs
- optipng

[YOCTO #10931]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/oe-build-perf-report-email.py [new file with mode: 0755]
scripts/lib/build_perf/scrape-html-report.js [new file with mode: 0644]