[oe-commits] [openembedded-core] branch thud updated (b79bd7c -> 6b839dc)

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


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

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

    from b79bd7c  libpam: libpamc is licensed under its own BSD-style licence
     add 39cda34  resulttool: enable merge, store, report and regression analysis
     add 07054cc  scripts/resulttool: enable manual execution and result creation
     add b4513e7  resulttool: Improvements to allow integration to the autobuilder
     add faacf35  resulttool/resultutils: Avoids tracebacks for missing logs
     add 63d2c53  resulttool/store: Handle results files for multiple revisions
     add 93b87a9  resulttool/report: Handle missing metadata sections more cleanly
     add eb67a3c  resulttool/report: Ensure test suites with no results show up on the report
     add 2e3ffad   resulttool/report: Ensure ptest results are sorted
     add 0d98b99  resulttool/store: Fix missing variable causing testresult corruption
     add cbe96a6  resulttool/regression: Ensure regressoin results are sorted
     add 3e711cd  scripts/resulttool: Enable manual result store and regression
     add f2d6019  resulttool/report: Enable roll-up report for a commit
     add c4c63cd  resulttool/manualexecution: To output right test case id
     add 36624a1  oeqa/utils/gitarchive: Handle case where parent is only on origin
     add c48c37a  scripts/wic: Be consistent about how we call bitbake
     add 6c7cdf2  yocto-uninative: Correct sha256sum for aarch64
     add 6b839dc  yocto-uninative: Update to 2.4

No new revisions were added by this update.

Summary of changes:
 meta/conf/distro/include/yocto-uninative.inc       |  11 +-
 meta/lib/oeqa/files/testresults/testresults.json   |  40 +++++
 meta/lib/oeqa/selftest/cases/resulttooltests.py    |  94 ++++++++++
 meta/lib/oeqa/utils/gitarchive.py                  |   4 +-
 .../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/resulttool                                 |  93 ++++++++++
 scripts/wic                                        |  16 +-
 14 files changed, 1039 insertions(+), 19 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