You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LAVA jobs send their results via a callback mechanism. This is not directly compatible with the KernelCI API so an intermediate handler is needed to receive the callback HTTP requests, parse them and send new requests to the API.
callback config added to kernelci.config.runtime.lava
callback service added to receive the requests
verified that the callback service can parse the results
verified that the callback service can parse the logs
verified locally that the results and logs can be sent to API and storage
verified on staging
Note: This only covers plain text logs; for HTML support see #274
The text was updated successfully, but these errors were encountered:
LAVA jobs send their results via a callback mechanism. This is not directly compatible with the KernelCI API so an intermediate handler is needed to receive the callback HTTP requests, parse them and send new requests to the API.
kernelci.config.runtime.lava
Note: This only covers plain text logs; for HTML support see #274
The text was updated successfully, but these errors were encountered: