[oe-commits] [openembedded-core] branch sumo updated (4af5a79 -> 661ac7e)

git at git.openembedded.org git at git.openembedded.org
Tue Mar 26 15:39:19 UTC 2019


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

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

    from 4af5a79  lttng-tools: update to 2.9.11
     add bb0bc63  resulttool: enable merge, store, report and regression analysis
     add cd2ef26  scripts/resulttool: enable manual execution and result creation
     add e419556  resulttool: Improvements to allow integration to the autobuilder
     add d5d62b3  resulttool/resultutils: Avoids tracebacks for missing logs
     add 22a5982  resulttool/store: Handle results files for multiple revisions
     add 829754c  resulttool/report: Handle missing metadata sections more cleanly
     add a61ad19  resulttool/report: Ensure test suites with no results show up on the report
     add f182217   resulttool/report: Ensure ptest results are sorted
     add 811d2be  resulttool/store: Fix missing variable causing testresult corruption
     add de222c3  resulttool/regression: Ensure regressoin results are sorted
     add 514a916  scripts/resulttool: Enable manual result store and regression
     add 8f23018  resulttool/report: Enable roll-up report for a commit
     add d1dee26  resulttool/manualexecution: To output right test case id
     add e95277e  oe-build-perf-report: Allow branch without hostname
     add c635155  oe-build-perf-report: Allow commits from different branches
     add d6645c4  oe-build-perf-report: Improve branch comparision handling
     add e8651b2  oe-build-perf-report: Fix missing buildstats comparisions
     add ab5d49b  scripts/oe-git-archive: Separate out functionality to library function
     add 94a3ca8  oe-build-perf-report/gitarchive: Move common useful functions to library
     add 661ac7e  yocto-uninative: Update to 2.4

No new revisions were added by this update.

Summary of changes:
 meta/conf/distro/include/yocto-uninative.inc       |   9 +-
 meta/lib/oeqa/files/testresults/testresults.json   |  40 ++++
 meta/lib/oeqa/selftest/cases/resulttooltests.py    |  94 ++++++++
 meta/lib/oeqa/utils/gitarchive.py                  | 244 +++++++++++++++++++++
 .../pybootchartgui => lib/resulttool}/__init__.py  |   0
 scripts/lib/resulttool/manualexecution.py          | 142 ++++++++++++
 scripts/lib/resulttool/merge.py                    |  42 ++++
 scripts/lib/resulttool/regression.py               | 192 ++++++++++++++++
 scripts/lib/resulttool/report.py                   | 150 +++++++++++++
 scripts/lib/resulttool/resultutils.py              | 131 +++++++++++
 scripts/lib/resulttool/store.py                    |  99 +++++++++
 .../resulttool/template/test_report_full_text.txt  |  44 ++++
 scripts/oe-build-perf-report                       | 124 ++++-------
 scripts/oe-git-archive                             | 166 +-------------
 scripts/resulttool                                 |  93 ++++++++
 15 files changed, 1318 insertions(+), 252 deletions(-)
 create mode 100644 meta/lib/oeqa/files/testresults/testresults.json
 create mode 100644 meta/lib/oeqa/selftest/cases/resulttooltests.py
 create mode 100644 meta/lib/oeqa/utils/gitarchive.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