-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
If I copy the example from the documentation:
kci-dev results tests --giturl 'https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git' --branch master --commit d1486dca38afd08ca279ae94eb3a397f10737824
then I get useful output from kci-dev (that's next-20241209). If I try to modify that command line to today's -next 64d12554715ce825d553caea123b7cb89e56237a I get:
$ kci-dev results tests --giturl 'https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git' --branch master --commit 64d12554715ce825d553caea123b7cb89e56237a
json error: Tree checkout not found
This appears to be happening because no tests were run for today, but I'm struggling to tell that based on the diagnostic output provided.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers