kernelci / kernelci-pipeline

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

Missing build nodes on KCIDB #883

Open JenySadadia opened 1 week ago

JenySadadia commented 1 week ago

@spbnick recently reported that some test nodes from maestro on KCIDB are missing build node objects submissions.

For example, the test is present on KCIDB: test link. But the build node for it is missing. See "No data" for the build node link.

JenySadadia commented 1 week ago

I investigated the above data and found out that the KCIDB bridge didn't receive any PubSub event for the build node and that's why the node is not submitted to KCIDB. I also checked logs of monitor service and found out that the monitor service didn't receive the event for the build node as well. Looks like some issue from the API side in terms of event triggering. An initial step is to enable logs on the API side to make sure if the API is correctly triggering PubSub events.