Skip to content

kci-dev results --commit doesn't find tree when tag is passed #129

@CamilaAlvarez

Description

@CamilaAlvarez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions