mbox series

[yocto-autobuilder-helper,0/3] fix regression reporting for nightly build

Message ID 20230323092057.17918-1-alexis.lothore@bootlin.com
Headers show
Series fix regression reporting for nightly build | expand

Message

Alexis Lothoré March 23, 2023, 9:20 a.m. UTC
From: Alexis Lothoré <alexis.lothore@bootlin.com>

It has been observed that regression reporting is currently failing on nightly
builds ([1]). Those builds parameters are currently not properly managed by the
base and target computation for regression reports. Add default behaviour to
generate report against last tag

[1] https://lore.kernel.org/yocto/20230313145145.2574842-1-alexis.lothore@bootlin.com/T/#m4c1e0a8124c1bcfb74a80c4ef64176f42fee4e4e

Alexis Lothoré (3):
  scripts/test_utils: test master nightly build case
  scripts/test_send_qa_email.py: allow tests with non static results
  scripts/send_qa_email: return previous tag when running a non-release
    master build

 scripts/send_qa_email.py      |  3 +++
 scripts/test_send_qa_email.py | 15 +++++++++++++--
 scripts/test_utils.py         | 10 ++++++++++
 3 files changed, 26 insertions(+), 2 deletions(-)