When a tag is passed instead of a commit, the command doesn't find the tree.
For example:
poetry run kci-dev results summary --giturl 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git' --branch linux-6.12.y --commit v6.12.17
gives
json error: Tree not found
Aborted!
If I use the commit associated with the tag it returns the expected values. For instance:
poetry run kci-dev results summary --giturl 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git' --branch linux-6.12.y --commit 41b222412985dc8410b88fb7a0fda87e6640d4df
returns
pass/fail/inconclusive
builds: 41/0/0
boots: 132/0/18
tests: 10820/6381/2716