[oe-commits] [openembedded-core] branch master updated (f15ceac -> ff2c029)

git at git.openembedded.org git at git.openembedded.org
Thu Feb 21 13:58:17 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from f15ceac  libdrm: Upgrade 2.4.96 -> 2.4.97
     new c66f848  oe-build-perf-report/gitarchive: Move common useful functions to library
     new 78a322d  resulttool: enable merge, store, report and regression analysis
     new f24dc9e  scripts/resulttool: enable manual execution and result creation
     new ff2c029  resulttool: Improvements to allow integration to the autobuilder

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/lib/oeqa/files/testresults/testresults.json   |  40 +++++
 meta/lib/oeqa/selftest/cases/resulttooltests.py    |  94 ++++++++++
 meta/lib/oeqa/utils/gitarchive.py                  |  71 ++++++++
 .../pybootchartgui => lib/resulttool}/__init__.py  |   0
 scripts/lib/resulttool/manualexecution.py          | 141 +++++++++++++++
 scripts/lib/resulttool/merge.py                    |  42 +++++
 scripts/lib/resulttool/regression.py               | 192 +++++++++++++++++++++
 scripts/lib/resulttool/report.py                   | 134 ++++++++++++++
 scripts/lib/resulttool/resultutils.py              | 127 ++++++++++++++
 scripts/lib/resulttool/store.py                    |  92 ++++++++++
 .../resulttool/template/test_report_full_text.txt  |  44 +++++
 scripts/oe-build-perf-report                       |  90 ++--------
 scripts/resulttool                                 |  93 ++++++++++
 13 files changed, 1080 insertions(+), 80 deletions(-)
 create mode 100644 meta/lib/oeqa/files/testresults/testresults.json
 create mode 100644 meta/lib/oeqa/selftest/cases/resulttooltests.py
 copy scripts/{pybootchartgui/pybootchartgui => lib/resulttool}/__init__.py (100%)
 create mode 100755 scripts/lib/resulttool/manualexecution.py
 create mode 100644 scripts/lib/resulttool/merge.py
 create mode 100644 scripts/lib/resulttool/regression.py
 create mode 100644 scripts/lib/resulttool/report.py
 create mode 100644 scripts/lib/resulttool/resultutils.py
 create mode 100644 scripts/lib/resulttool/store.py
 create mode 100644 scripts/lib/resulttool/template/test_report_full_text.txt
 create mode 100755 scripts/resulttool

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list