]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
scripts/yocto_testresults_query.py: fix regression reports for branches with slashes
authorAlexis Lothoré <alexis.lothore@bootlin.com>
Fri, 24 Mar 2023 13:41:09 +0000 (14:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 25 Mar 2023 09:39:26 +0000 (09:39 +0000)
commitb2fb7d7b0c05bb198a2271bbf1742645ba220ea3
tree6bd98eec1ef1da8e901f3abfa9fd21386ef2cc2f
parent16e837f16774893246c028f3d4a588bdc5187094
scripts/yocto_testresults_query.py: fix regression reports for branches with slashes

Regression reports are not generated on some integration branches because
yocto_testresults_query.py truncates branches names with slashes when it passes
it to resulttool. For example, "abelloni/master-next" is truncated to "abelloni"

Fix this unwanted branch truncation by fix tag parsing in yocto-testresults

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/yocto_testresults_query.py