-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
When running:
kci-dev results tests --giturl 'https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git' --branch master --commit d1486dca38afd08ca279ae94eb3a397f10737824 --arch=x86_64 --download-logs
I get:
File "/Users/calvarez/Desktop/Development/KernelCI/kci-dev/.venv/lib/python3.11/site-packages/click/core.py", line 1443, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/calvarez/Desktop/Development/KernelCI/kci-dev/.venv/lib/python3.11/site-packages/click/core.py", line 788, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/calvarez/Desktop/Development/KernelCI/kci-dev/kcidev/subcommands/results/__init__.py", line 27, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/Users/calvarez/Desktop/Development/KernelCI/kci-dev/kcidev/subcommands/results/__init__.py", line 63, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/Users/calvarez/Desktop/Development/KernelCI/kci-dev/kcidev/subcommands/results/__init__.py", line 90, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/Users/calvarez/Desktop/Development/KernelCI/kci-dev/kcidev/subcommands/results/__init__.py", line 215, in tests
cmd_tests(data["tests"], commit, download_logs, status, filter, count, use_json)
File "/Users/calvarez/Desktop/Development/KernelCI/kci-dev/kcidev/subcommands/results/parser.py", line 260, in cmd_tests
log_file = f"{test['misc']['platform']}__{test['path']}__{test['config']}-{test['architecture']}-{test['compiler']}-{commit}.log"
~~~~^^^^^^^^
KeyError: 'misc'
There is an error when picking the log filename
Metadata
Metadata
Assignees
Labels
No labels