kernelci / kernelci-pipeline

Modular pipeline based on the KernelCI API
GNU Lesser General Public License v2.1
6 stars 19 forks source link

regression_tracker: add a new data field to regressions (node type) #637

Closed r-c-n closed 2 days ago

r-c-n commented 3 months ago

Store the type (kind) of node that caused the regression. This will come in handy when processing the output of nodes.

If later we decide we won't need this we can drop it.

nuclearcat commented 2 days ago

Do we merge this PR or we drop it?

r-c-n commented 2 days ago

We have been living without it, and for some reason the regressions in production don't show this field, so I guess we don't need it. If someone asks for it in the future we can enable this back.